function UV(file, width, height)
	{file=file;
	window.open(file, "_blank","left=20,top=20,width="+width+",height="+height+",titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no, resizable=no");}
