/////////////////////////////////////////////////////////////////////////////////////////////
function popUpFull(URL,width,height,resizable,scroll,toolbar,statusbar,menubar) {
	day = new Date();
	//var width	=	width;
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar="+toolbar+",scrollbars="+scroll+",location=0,statusbar="+statusbar+",menubar="+menubar+",resizable=" + resizable + ",width=" + width + ",height=" + height + ",left = 262,top = 134');");
};