function aff(image) {
coin=window.open("","coin","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
coin.self.moveTo(0,0)
coin.self.resizeTo(screen.availWidth,screen.availHeight)
coin.document.writeln('<html><head><title>Alexey Zuev</title><style>a:hover {color:#FF0000;text-decoration:none}</style></head><BODY BGCOLOR=#E1E1E1 TEXT=#000000 LINK=#000000 VLINK=#000000 style=\"font-family:arial,ms sans-serif\">');
coin.document.writeln('<table border=0 cellspacing=0 cellpadding=0 width=100% height=100%><tr><td></td></tr><tr><td  width=100% height=100% align=center valign=middle>');
coin.document.writeln('<table border=0 cellspacing=0 cellpadding=0><tr><td><img border=0 src=\"imgs/px.gif\" width=1 height=300></td>');
coin.document.writeln('<td background=\"imgs/loading.gif\" align=center valign=bottom><img border=0 src=\"imgs/px.gif\" width=400 height=1><br>');
coin.document.writeln('<a href=\"javascript:this.window.close();\"><img src="'+image+'.jpg" alt=\"\" border=1></a>');
coin.document.writeln('</td></tr></table>');
coin.document.writeln('</td></tr></table>');
coin.document.write('</body></html>');
coin.document.close();
}
