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');");
}

