function popUp(URL,height,width)
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'resize=0,resizeable=0,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,,width="+width+",height="+height+",left = 250,top = 250');");
}