document.write('<div>');
document.write('<img src="images/coupon.gif" style="margin-left:22px;border:white 2px solid" onclick="openPage()" style="CURSOR:hand">');
document.write('</div>');
document.write('<script language="javascript">');
document.write('function openPage()');
document.write('{');
document.write('	window.open( "Coupon.html", "mywindow", "width=720, height=480, left=0, top=100, screenX=0, screenY=100" ) ;');
document.write('}');
document.write('</script>');