/*********************************************************************************/
/* POPUP NORMAL */
/*********************************************************************************/

function popup(fileName){
 para = "width=617,height=502,resizable=no,scrollbars=yes";
 if(arguments[1]){ para = arguments[1] };
 nw = window.open(fileName,"",para);
}

