function pup(url) {
	var day = new Date();
	var id = day.getTime();
	var lp = (screen.width) ? (screen.width-300)/2:0;
	var tp = (screen.height) ? (screen.height-200)/2:0;
	eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=200,top="+tp+",left="+lp+"');");
}

function pupc(url,wdth,hght) {
	var day = new Date();
	var id = day.getTime();
	var lp = (screen.width) ? (screen.width-300)/2:0;
	var tp = (screen.height) ? (screen.height-200)/2:0;
	eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width="+wdth+",height="+hght+",top="+tp+",left="+lp+"');");
	//window.open(url,'"+id+"','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width="+wdth+",height="+hght+",top="+tp+",left="+lp+"');
}

function dir(url) {
	var day = new Date();
	var id = day.getTime();
	var lp = (screen.width) ? (screen.width-300)/2:0;
	var tp = (screen.height) ? (screen.height-200)/2:0;
	eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=250,top="+tp+",left="+lp+"');");
}
