function popUp1(URL) {
window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=662,height=508,left = 5,top = 5');
}


function popUp2(URL) {
window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=502,height=668,left = 5,top = 5');
}


function popUp3(URL) {
window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=372,height=291,left = 5,top = 5');
}
