function wo(pth,w,h)
{
	var huhly;
	huhly=window.open('','','toolbars=0,location=0,status=0,menubar=0,width=' + w + ',height=' + h );
	huhly.document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd\">");
	huhly.document.write("<html>");
	huhly.document.write(" <head>");
	huhly.document.write("  <title>Full Picture</title>");
	huhly.document.write("  <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>");
	huhly.document.write("  <style type='text/css'>");
	huhly.document.write("   body	{ margin: 0; padding: 0; overflow: hidden; }");
	huhly.document.write("   a#close	{ display: block; margin: auto; width: " + w + "px; height: " + h + "px; text-indent: -9999px; text-decoration: none; }");
	huhly.document.write("   a img	{ border: 0; }");
	huhly.document.write("  </style>");
	huhly.document.write(" </head>");
	huhly.document.write(" <body onload='self.focus()'>");
	huhly.document.write("  <div><img src='" + pth + "' alt='Close window'/></div>");
	huhly.document.write(" </body>");
	huhly.document.write("</html>");
	huhly.focus();
}
function link(name){
	document.location = name;
}

function imgcode(name, part, src) {
	var cowrajt, cl;
	cowrajt="<i" + "mg sr" + "c='" + src + "' name='" + name + part + "' border='0' alt='" + name + part + "'/>";
	document.write(cowrajt);
}
                                                                                                                                                                                   
function im(name){                                                                                                                                                                 
	document.write("<i" + "m" + "g s" + "r" + "c ='" + name + "' class='nob'/>");
}
