// JavaScript Document
function popUp(URL) {
//alert(URL);
window.open(URL,"mywindow","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left=100,top=20,height=800,width=667");
}

function popUp1(URL) {
//alert(URL);
window.open(URL,"mywindow","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left=100,top=20,height=800,width=750");
}

function popUp2(URL) {
//alert(URL);
window.open(URL,"mywindow","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left=100,top=100,height=320,width=667");
}