\n" + "\n"; } /* Prints the image from new tab */ function printme(evt,key) { if (!evt) { /* Old IE*/ evt = window.event; } var image = evt.target; if (!image) { /* Old IE*/ image = window.event.srcElement; } tmp_src = image.src; coupon_src=document.getElementById('tmpl_img_'+key); var imagObject = new Image(); imagObject = coupon_src; src = imagObject.src; link = ""; var pw = window.open(link, "_new"); pw.document.open(); pw.document.write(makepage(src)); pw.document.close(); }