function PopUp(url) {
window.open(url,"MyPopup",'height=600,width=800, scrollbars=yes, resizable=yes');
}

function PopUp2(url) {
window.open(url,"MyPopup",'height=600,width=800, scrollbars=yes, resizable=yes');
}

function PopUp3(url) {
window.open(url,"MyPopup",'height=600,width=800, scrollbars=yes, resizable=yes');
}
