function popup(page, width, height){
	day = new Date();
	id = day.getTime();
	
	eval("page"+id+" = window.open(page,'"+id+"','toolbar=0, scrollbars=0,location=1,statusbar=0,resizeable=1,width="+width+",height="+height+"');");
}
