function popUpPage(a,name,height,width,b){if(!height){height=screen.height*.75;width=screen.width*.75;}var c='width='+width+',height='+height+',left=75,top=25,scrollbars=yes,resizable=yes,location=yes,status=yes,toolbar=yes,menubar=yes';name=name.replace(/[^a-zA-Z\d]/g,'_');var d=window.open(a,name,c);d.focus();}function popUpPageNoTools(a,name,height,width,b){if(!height){height=screen.height*.75;width=screen.width*.75;}var c='width='+width+',height='+height+',left=75,top=25,scrollbars=yes,resizable=yes,location=yes,status=no,toolbar=no,menubar=no';name=name.replace(/[^a-zA-Z\d]/g,'_');var d=window.open(a,name,c);d.focus();}
