// MY SCRIPTS
// Use this area to add new scripts that you need for your site

function openPopupNew(url,name,h,w) { var wint = (screen.height - h) / 2; var winl = (screen.width - w) / 2; popupWin = window.open(url,name,'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=1,top='+wint+',screenY='+wint+',left='+winl+',screenX='+winl+',width='+w+',innerWidth='+w+',height='+h+',innerHeight='+h); }