function openPopUp(sourcefile, w, h) {
window.open(sourcefile,"menu1","width="+w+",height="+h+",resizable=yes,menubar=no,toolbar=no,scrollbars=no,screenX=100,screenY=10,left=100,top=10");
}

function openPopUp2(sourcefile, w, h) {
window.open(sourcefile,"menu1","width="+w+",height="+h+",resizable=yes,menubar=no,toolbar=no,scrollbars=yes,screenX=100,screenY=10,left=100,top=10");
}

function openPopUp3(sourcefile, w, h) {
window.open(sourcefile,"help","width="+w+",height="+h+",resizable=yes,menubar=no,toolbar=no,scrollbars=yes,screenX=100,screenY=10,left=100,top=10");
}

function PrintPopUp(sourcefile, w, h) {
window.open(sourcefile,"menu1","width="+w+",height="+h+",resizable=yes,menubar=no,toolbar=no,scrollbars=yes,screenX=100,screenY=10,left=100,top=10");
}

function PrintPopUp2(sourcefile, w, h) {
window.open(sourcefile,"menu1","width="+w+",height="+h+",resizable=yes,menubar=yes,toolbar=yes,scrollbars=yes,screenX=100,screenY=10,left=100,top=10");
}

function MIU_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
