function aff(image)
{coin=window.open("","coin","width=540,height=353,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
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();}