function coupon()
{
foto_open=window.open("","","resizable=1;width=640,height=480");
foto_open.document.write("<html><head><title>coupon</title><link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"/css/stylepr.css\"/></head>");
foto_open.document.write("<body onload=\"window.print()\"><IMG src=\"/img/coupon.jpg\"><br><input class=\"nopr\" type=\"Button\" onclick=\"window.close()\" value=\"close\"/><input class=\"nopr\" type=\"Button\" onclick=\"window.print()\" value=\"print\"/></body></html>");
}

