<!--
l = 0;
t = 0;
w = 500;
h = 400;
function openWindow() {
  window.open("coupon.html","OpenWindow",
    "screenX="+l+",screenY="+t+",left="+l+",top="+t+",width="+w+",height="+h+", scrollbars=no,location=no,menubar=no,toolbar=no, status=no,directories=no,resizable=no");
}

//-->
<!--
l = 0;
t = 0;
w = 500;
h = 425;
function openWindow2() {
  window.open("coupon2.html","OpenWindow",
    "screenX="+l+",screenY="+t+",left="+l+",top="+t+",width="+w+",height="+h+", scrollbars=no,location=no,menubar=no,toolbar=no, status=no,directories=no,resizable=no");
}

//-->