<!-- Begin ---------------1-JS-BUY-4-CUT---------------------------------
document.write('<TABLE CLASS="blue" WIDTH="100%" border="0" cellspacing="0" cellpadding="3">') 
document.write('<TR Valign="top">') 
document.write('<TD><BR>') 
document.write('<h3>Buy Decals - $ 50.00/ea. - Rare.</h3>') 
document.write('<p>') 
document.write('Type in the Decal Number, Name, Qty and Click Buy.') 
document.write('</p><BR></TD>') 
document.write('</TR></TABLE>') 
document.write('<TABLE CLASS="dk-blue" WIDTH="100%" border="0" cellspacing="0" cellpadding="0">') 
document.write('<TR Valign="middle" Align="CENTER">') 
document.write('<FORM NAME=order ACTION="../blanks/VIEW.html" onSubmit="AddToCart(this);">') 
document.write('<TD>') 
document.write('<font color="#FFFFFF">') 
document.write('Decal: <input type="text" style="text-align:center;" name="USERENTRY" value="Number?" size="7" maxlength="6">')  
document.write('&nbsp;<input type="text" style="text-align:center;" name="USERENTRY2" value="Name?" size="12" maxlength="12">')   
document.write('&nbsp;Qty: <input type=text size="2" maxlength="2" name=QUANTITY onChange="this.value=CKquantity(this.value)" value="1">') 
document.write('&nbsp;<input type="submit" value="Buy">') 
document.write('<input type=hidden name=PRICE value="50.00">') 
document.write('<input type=hidden name="NAME" value="INK">') 
document.write('<input type=hidden name="ID_NUM" value="DECALS">') 
document.write('</FONT></TD>') 
document.write('</FORM></TR></TABLE>') 
document.write('<br>') 
// End ---------------------------------------------------------------------- -->
