function popUp(URL, id) {

    eval( id + "WIN = window.open(URL, '" + id + "','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=620,left=100,top=100');");

    eval( id + 'WIN.focus();' );

}


function popUp1(URL) {
eval( "WIN = window.open(URL, '','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=450,height=510,left=100,top=100');");
}


function popUpJob(URL) {
WIN = window.open (URL, "Window", "toolbar=no,scrollbars=yes,location=no,statusbar=no,menubar=no,resizable=yes,width=575,height=550,left = 50,top = 50");

 WIN.focus();
}

