	function seebig(n) {
	var img = n;
	w = window.open("", "L","left=300,top=100,width=400,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
	writeit(img);
}

	function writeit(img){
	w.document.open();
	w.document.write('<html><head><title>');
	w.document.write('Click Anywhere On The Image To Return.');
	w.document.write('</title></head><body bgcolor="#000000" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
	w.document.write('<table><tr><td>');
	w.document.write('<a href="javascript:window.opener.focus();" onClick="window.close()"><img src="'+img+'.jpg" border="0"></a>');
	w.document.write('</td></tr></table>');
	w.document.write('</body></html>');
	w.document.close();
	w.focus();
}

	function seebigP(n) {
	var img = n;
	w = window.open("", "P","left=300,top=0,width=400,height=660,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
	writeitP(img);
}


	function writeitP(img){
	w.document.open();
	w.document.write('<html><head><title>');
	w.document.write('Click Anywhere On The Image To Return.');
	w.document.write('</title></head><body bgcolor="#000000" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
	w.document.write('<table><tr><td>');
	w.document.write('<a href="javascript:window.opener.focus();" onClick="window.close()"><img src="'+img+'.jpg" border="0"></a>');
	w.document.write('</td></tr></table>');
	w.document.write('</body></html>');
	w.document.close();
	w.focus();
}



	function seebigS(n) {
	var img = n;
	w = window.open("", "S","left=0,top=0,width=670,height=668,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes");
	writeitP(img);
}

	function writeitS(img){
	w.document.open();
	w.document.write('<html><head><title>');
	w.document.write('Click Anywhere On The Image To Return.');
	w.document.write('</title></head><body bgcolor="#000000" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
	w.document.write('<table><tr><td>');
	w.document.write('<a href="javascript:window.opener.focus();" onClick="window.close()"><img src="'+img+'.jpg" border="0"></a>');
	w.document.write('</td></tr></table>');
	w.document.write('</body></html>');
	w.document.close();
	w.focus();
}
