function pic(image)
{
	w = window.open("","","toolbar=0,scrollbars=1,resizable=1,menuBar=0,width=1024,height=768,left=0,top=0");
	w.document.writeln("<HTML><head>");
	w.document.writeln("<title>" + image + "</title>");
	w.document.writeln("<meta http-equiv=\"Page-Enter\" content=\"blendTrans(Duration=6)\">");
	w.document.writeln("<link href=\"webcss.css\" rel=\"stylesheet\" type=\"text/css\">");
	w.document.writeln("</head><BODY>");

        w.document.writeln("<p align=\"center\"><img src=\"WebPic/logo_ask.gif\" width=\"712\" height=\"23\"></p>");
        w.document.writeln("<table width=\"0\" border=\"5\" align=\"center\" cellPadding=1 borderColor=#000000>");
  	w.document.writeln("<tr>");
  	w.document.writeln("<td>");

  	w.document.writeln("<a href=\"javascript:close()\"><IMG src=\""  + image + "\"></a>");

  	w.document.writeln("</td>");
  	w.document.writeln("</tr>");
	w.document.writeln("</table>");
	w.document.writeln("<div align=\"center\"><A href=\"javascript:close()\">Close</A><\div>"); 
	w.document.writeln("</BODY></HTML>");
}