<!-- // Hide script from old browsers
function openPopup800Width(myURL) {
window.open(myURL,"mypopup","width=800,height=532, status=no,resizable=yes");
}

function openPopup800x1067(myURL) {
window.open(myURL,"mypopup","width=800,height=1067, status=no,resizable=yes");
}

function openPopup532Width(myURL) {
window.open(myURL,"mypopup","width=532,height=800, status=no,resizable=yes");
}
//-->