function popup(URL, width, Height) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'width="+width+",height="+Height+",scrollbars = no, resizable=no, left = 100,top = 100');");
}