function popupNews(url, width, height){
settings="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+width+",height="+height;
winpops=window.open(url,"",settings)
}

function winOpen(winName) {
window.open(winName, 'popup', 'status,height=' + (window.screen.height - 80) + ',width=' + (window.screen.width - 100) + ',resizable=yes,left=0,top=0,screenX=0,screenY=0,scrollbars=yes,statusbar=yes,titlebar=no,topbar=no');
}
