function popUp(URL,szr,wys,gor,lew,scrl,res)
{
eval("page = window.open(URL, '','toolbar=0,scrollbars='+scrl+',location=0,statusbar=1,menubar=0,resizable='+res+',width='+szr+',height='+wys+',top='+gor+',left='+lew+'');");}

