function popUp(page, width, height) {    
     windowprops = "height="+height+",width="+width+",location=no," + "scrollbars=yes,menubars=no,toolbars=no,resizable=no"; 
     window.open(page, "page", windowprops);
}

function popUp2(page, width, height) {    
     windowprops = "height="+height+",width="+width+",location=no," + "scrollbars=yes,menubars=no,toolbars=no,resizable=no"; 
     window.open(page, "help", windowprops);
}

function popUpR(page, width, height) {    
     windowprops = "height="+height+",width="+width+",location=no," + "scrollbars=yes,menubars=no,toolbars=no,resizable=yes"; 
     window.open(page, "page", windowprops);
}

function popUpS(page) {    
     windowprops = "height=750,width=600,location=no," + "scrollbars=yes,menubars=no,toolbars=no,resizable=yes"; 
     window.open(page, "page", windowprops);
}

function popUpS2(page) {    
     windowprops = "height=500,width=650,location=no," + "scrollbars=yes,menubars=no,toolbars=no,resizable=yes"; 
     window.open(page, "page", windowprops);
}
