function PicViewer(url,x,y,x2,y2,desc){   
		PopUp = window.open("","","width=" + x2 + ",height=" + y2 + ",top=80,left=150,toolbar=no,location=no,directories=no,status=no,menubar=no");
		with(PopUp.document){
		open();
		write("<html>\n<head>\n<title>QH-LAN #3</title>\n</head>\n<body text=#FFCB95 link=#D2D2D2 alink=white vlink=#D2D2D2 bgcolor=#243E57 marginwidth=20 marginheight=18 leftmargin=20 topmargin=18 class=main>\n");
		write("<style type=text/css>\na:active { text-decoration: none }\na:link { text-decoration: none }\na:visited { text-decoration: none }\na:hover { text-decoration: none; color: white }\n</style>");
		write("<a href='javascript:void(0)' onClick='window.close()' title='Click to close this window.'>\n");
		write("<img border=1 style='border: 1px solid black' alt='Click to close this window.' src=\"" + url + "\" width=\"" + x + "\" height=\"" + y + "\">\n");
		write("</a>");
		write("<img src='space.gif' width='1' height='4'>");
		write("<font face='Verdana, Arial' style='font-size: 11px'>");
		write("<center>\n");
		write("" + desc + "<br><br>");
		write("[<a href='javascript:void(0)' onClick='window.close()' style='font-size: 10px'>Close window</a>]");
		write("</center></font>\n");
		write("</body>\n</html>\n");
		close();
	}
}
