function show(file, width, height)
	{
			file=file + ".html";
			//window.open(file, "_blank", "width="+width+",height="+height+",titlebar=no,toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
			window.open(file, "_blank", "width="+width+",height="+height+",titlebar=no,toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
	}

