﻿function printCoupon() {
    var printBox = window.open('', '', 'scrollbars=yes,width=988,height=600');
    printBox.document.open("text/html");
    printBox.document.write('<html><head><link rel="stylesheet" href="http://content.schwans.com/assets/seasonal/2009/fiveOffOffer/print.css" type="text/css" /></head><body style="padding-left:10px;padding-right:10px;background-image:none;background-color:#FFFFFF;">');
    printBox.document.write('<table width="972" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff">');
    printBox.document.write('<tr><td colspan="3" width="972" height="306"><img width="972" height="306" src="http://content.schwans.com/assets/seasonal/2009/fiveOffOffer/print_landing_1.jpg" alt="" /></td></tr>');
    printBox.document.write('<tr>');
    printBox.document.write('<td width="57" height="33""><img width="57" height="33" src="http://content.schwans.com/assets/seasonal/2009/fiveOffOffer/print_landing_2.jpg" alt="" /></td>');
    printBox.document.write('<td width="239" height="33" bgcolor="#fef5e2" style="font-size:11px;color:#1c438b;text-align:center;">' + document.getElementById('coupon-copy').innerHTML + '</td>');
    printBox.document.write('<td width="676" height="33"><img width="676" height="33" src="http://content.schwans.com/assets/seasonal/2009/fiveOffOffer/print_landing_3.jpg" alt="" /></td>');
    printBox.document.write('</tr>');
    printBox.document.write('<tr><td colspan="3"><img src="http://content.schwans.com/assets/seasonal/2009/fiveOffOffer/print_landing_4.jpg" alt="" width="972" height="365" /></td></tr>');
    printBox.document.write('</table><table width="972" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff">');
    printBox.document.write('<tr><td width="15" height="27"><img width="15" height="27" src="http://content.schwans.com/assets/seasonal/2009/fiveOffOffer/print_landing_5.jpg" alt="" /></td>');
    printBox.document.write('<td width="313" height="27" bgcolor="#fef5e2" style="text-align:center;font-size:13px;">' + document.getElementById('getting-started-copy').innerHTML + '</td>');
    printBox.document.write('<td width="644" height="27"><img width="644" height="27" src="http://content.schwans.com/assets/seasonal/2009/fiveOffOffer/print_landing_6.jpg" alt="" /></td></tr>');
    printBox.document.write('<tr><td colspan="3"><img width="972" height="134" src="http://content.schwans.com/assets/seasonal/2009/fiveOffOffer/print_landing_7.jpg" alt="" /></td></tr>');
    printBox.document.write('</table>');
    printBox.document.write('</body></html>');
    printBox.document.close();
    printBox.print();
    return false;
} 
