	function seebigA(n) {
	var img = n;
	w = window.open("", "A", "left=300,top=230,width=446,height=346,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes");
	writeitA(img);
}


	function writeitA(img){
	w.document.open();
	w.document.write('<html><head><title>');
	w.document.write('Play Mechanix - Click anywhere on picture to hide');
	w.document.write('</title></head><body bgcolor="#000000" background="images/bg.gif" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
	w.document.write('<table><tr><td width="20" height="20">&nbsp;</td><td>&nbsp;</td><td width="20" height="20"></td></tr><tr><td>&nbsp;</td><td>');
	w.document.write('<a href="javascript:window.opener.focus();"><img src="'+img+'.jpg" border="0"></a>');
	w.document.write('</td><td>&nbsp;</td></tr><tr><td width="20" height="20">&nbsp;</td><td>&nbsp;</td><td width="20" height="20"></td></tr></table>');
	w.document.write('</body></html>');
	w.document.close();
	w.focus();
}

	function seebigB(n) {
	var img = n;
	w = window.open("", "B", "left=300,top=230,width=720,height=440,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes");
	writeitB(img);
}


	function writeitB(img){
	w.document.open();
	w.document.write('<html><head><title>');
	w.document.write('Play Mechanix - Click anywhere on picture to hide');
	w.document.write('</title></head><body bgcolor="#000000" background="images/bg.gif" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
	w.document.write('<table><tr><td width="20" height="20">&nbsp;</td><td>&nbsp;</td><td width="20" height="20"></td></tr><tr><td>&nbsp;</td><td>');
	w.document.write('<a href="javascript:window.opener.focus();"><img src="'+img+'.jpg" border="0"></a>');
	w.document.write('</td><td>&nbsp;</td></tr><tr><td width="20" height="20">&nbsp;</td><td>&nbsp;</td><td width="20" height="20"></td></tr></table>');
	w.document.write('</body></html>');
	w.document.close();
	w.focus();
}

	function seebigC(n) {
	var img = n;
	w = window.open("", "C", "left=0,top=0,width=1064,height=808,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes");
	writeitC(img);
}


	function writeitC(img){
	w.document.open();
	w.document.write('<html><head><title>');
	w.document.write('Play Mechanix - Click anywhere on picture to hide');
	w.document.write('</title></head><body bgcolor="#000000" background="images/bg.gif" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
	w.document.write('<table><tr><td width="20" height="20">&nbsp;</td><td>&nbsp;</td><td width="20" height="20"></td></tr><tr><td>&nbsp;</td><td>');
	w.document.write('<a href="javascript:window.opener.focus();"><img src="'+img+'.jpg" border="0"></a>');
	w.document.write('</td><td>&nbsp;</td></tr><tr><td width="20" height="20">&nbsp;</td><td>&nbsp;</td><td width="20" height="20"></td></tr></table>');
	w.document.write('</body></html>');
	w.document.close();
	w.focus();
}

