function newWindow(fileName,windowName) { 
  msgWindow=window.open(fileName, windowName, 'toolbar=no,top=0,left=0'); 
}
function newWindow1(fileName,windowName) { 
  msgWindow=window.open(fileName, windowName, "width=400,height=200,titlebar=no,status=no,resizable=no,scrollbars=no,top=0,left=0"); 
}
function newWindow2(fileName,windowName) { 
  msgWindow=window.open(fileName, windowName, "width=800,height=600,titlebar=no,status=no,resizable=yes,scrollbars=yes,top=0,left=0"); 
}
function popUp(pPage) {
    window.open(pPage,"CO_CEPA_SUPP","width=780,height=527,titlebar=yes,status=yes,resizable=yes,scrollbars=yes,top=0,left=0");	
}
function popUpCL(pPage) {
    window.open(pPage,"CL_APPL","width=780,height=580,titlebar=yes,status=yes,resizable=yes,scrollbars=yes,top=0,left=0");	
}
/*
function popUpMsg() {
  pPage = "../html/popup_e.html";
  window.open(pPage,"Pop_up","width=500,height=400,titlebar=no,status=no,resizable=no,scrollbars=no,top=0,left=0");  
}
*/
