function printText() { 
popup = window.open('','popup','toolbar=no,menubar=no,width=200,height=150'); 
popup.document.open(); 
popup.document.write("<html><head><title>15 Minute Smog Check</title></head><body onload='print()'>"); 
popup.document.write('<p><font color="#000000"><font face="Times New Roman"><table align="center"><tbody><tr><td align="center"><font color="#000000" size="+1"><i><b>15-Minute Smog Check and Test Only</b></i><br></font><font color="#000000" size="+3"><i><b>Save $10.00 </b></i><br></font><font color="#000000" size="+1"><i><b>Print This Coupon for $10 Off</b></i><br></font></td></tr><tr><td align="left"><font color="#000000" size="-1">&nbsp;</font></td></tr></tbody></table></font></font></p>'); 
popup.document.write('</body></html>'); 
popup.document.close(); 
}
