function aff(image)
{coin=window.open("","coin","width=580,height=440,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
coin.document.writeln('<html><body style="margin-top:0;margin-left:0">');
coin.document.writeln('<img src="/Images/'+image+'.jpg">');
coin.document.write('</body></html>');
coin.document.close();}