function popUp(URL,szr,wys)
{
window.open(URL,'','toolbar=1,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width='+szr+',height='+wys+',top=0,left=50');
}

