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