function popUppi(URL) {
	eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=1,height=1,left=0,top=0');");
}
function popUppi2(URL) {
	eval("window.open(URL,'','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1,height=1,left=0,top=0');");
}
function popUppi3(URL) {
	eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=500,left=0,top=0');");
}
function popUp(URL) {	eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=180,left=0,top=0');");
}
function tpopUp(URL) {
var wiinle = (screen.width - 704) / 2;
var wiinUp = (screen.height - 549) / 2;
eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=704,height=449,left='+wiinle+',top='+wiinUp);");
}
function popUps(URL,width,height) {	eval("window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+width+',height='+height+',left=0,top=0');");
}

