var exit=true;
function popUp(URL,height,width,name) {
var str="toolbar=0,location=0,statusbar=0,scrollbars=yes,resizable=1,menubar=0,width="+width+",height="+height+",top=50,left=80";
win = window.open(URL, name, str);
return true;
}


function popUp2(URL,height,width,name) {
var str="toolbar=0,location=0,statusbar=0,scrollbars=yes,resizable=1,menubar=0,width="+width+",height="+height+",top=70,left=100";
win = window.open(URL, name, str);
return true;
}
