function hh(url,tit)
{
	var imageWindow = window.open("","","scrollbars=no,resizable=yes,width=450,height=510");
	
	imageWindow.document.writeln("<html><head><title>Zoomed Product - CardnArts.com<\/title>\n");
	imageWindow.document.writeln("<SCRIPT LANGUAGE=\"JavaScript\">");
	imageWindow.document.writeln("<!-- Begin\nfunction fixWin() { var isNav4, isIE4; if (parseInt(navigator.appVersion.charAt(0)) >= 4) {");
	imageWindow.document.writeln("isNav4 = (navigator.appName == \"Netscape\") ? 1 : 0;");
	imageWindow.document.writeln("isIE4 = (navigator.appName.indexOf(\"Microsoft\") != -1) ? 1 : 0;}");
	imageWindow.document.writeln("if (isNav4) {window.innerWidth = document.layers[0].document.images[0].width;");
	imageWindow.document.writeln("window.innerHeight = document.layers[0].document.images[0].height;}");
	imageWindow.document.writeln("if (isIE4) {window.resizeTo(800, 600);");
	imageWindow.document.writeln("width =document.images[0].width + 60 \/* 800 - (document.body.clientWidth -  document.images[0].width)*\/ ;\n");
	imageWindow.document.writeln("height = document.images[0].height + 125 \/*600 - (document.body.clientHeight -  document.images[0].height)*\/ ;\n");
	imageWindow.document.writeln("window.resizeTo(width, height);  \n window.moveTo(0, 95); } } \/\/  End -->");
	imageWindow.document.writeln("");
	imageWindow.document.writeln("<\/script><BODY onLoad=\"fixWin()\" bgcolor=\"#ffffff\" link=\"#ff0000\" vlink=\"#52188C\" topmargin=\"0\" leftmargin=\"0\"> <div align=\"center\"> <center> <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\"> 	<tr> <td width=\"100%\"> <p align=\"center\"><b><font face=verdana color=\"#000080\" size=2>"+tit+"</font></b></td>	</tr>  	<tr>   	   <td width=\"100%\">        <p align=\"center\"><CENTER><br><IMG alt=\""+tit+"\" src=\""+url+"\" onload=\"fixWin()\" border=\"0\"></CENTER></p>      </td>    </tr>    <tr>      <td width=\"100%\"> </td>    </tr>    <tr>      <td width=\"100%\">         <p align=\"center\"> <input type=\"button\" value=\"  Close  \" onClick=\"window.close()\">        </p>		</td>    </tr>  </table>  </center></div></BODY></HTML>");
	//imageWindow.document.writeln("<img src=\""+url+"\" onload=\"fixWin()\">");
	
}
