function winOpen(url,winName,features) {
window.open(url,winName,features);
}