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) {
eval("WIN = window.open (URL, '', 'toolbar=no,scrollbars=yes,location=no,statusbar=no,menubar=no,resizable=no,width=525,height=650,left = 50,top = 50');");
}
