function pagePopup(URL) {	popupWindow=window.open(URL, "popup", "width=450,height=550,scrollbars=yes,resizable=no,toolbar=no,menubar=no,statusbar=no");}

function mpPopup(URL) {	popupWindow=window.open(URL, "popup", "width=650,height=500,scrollbars=yes,resizable=no,toolbar=no,menubar=no,statusbar=no");}




