
function openPop(url,name,width,height,full){if(full==null)full=1;opts='scrollbars=1,resizable=1,menubar=0,toolbar=0,location=0,status=0,top=0,left=0,screenX=0,screenY=0,';if(window.screen&&full){aw=screen.availWidth;ah=screen.availHeight;opts=opts+'width='+(aw-20)+',height='+(ah-55);}
else{opts=opts+'width='+width+',height='+height;}
window.open(url,'auth',opts);return false;}
