<!-- Begin --------------- 1-JS/1-CONTACT-EMAIL-ORDER----------------------------
document.write('<DIV ALIGN="CENTER">'); 

document.write('<TABLE CLASS="site"  border="0" cellpadding="10" cellspacing="0">'); 
document.write('<TR VALIGN="TOP">'); 	
document.write('<TD WIDTH="100" ALIGN="CENTER"><img src="../IMG/HELP-100.jpg" ALT="Help" border="0"></TD>'); 
document.write('<TD WIDTH="700">'); 
document.write('<H1>I want to place an Order!</H1>'); 
document.write('<P><FONT COLOR="#FF0000" SIZE="4"><B>reminder!</B></FONT>'); 
document.write('<BR><BR>'); 
document.write(' - Clients can Order and Pay Online 24/7 from our ');  
document.write('<a HREF="../htdocs/products.html">Online Products Catalog</a>.');  
document.write('<BR>'); 
document.write(' - For Custom and Special Orders, Clients can contact us using the form below.');  
document.write('</P>'); 
document.write('</TD></TR></TABLE>'); 

document.write('<TABLE WIDTH="800" border="0" cellpadding="0" cellspacing="0">'); 
document.write('<TR VALIGN="MIDDLE" ALIGN="CENTER">'); 
document.write('<TD><img src="../PRODUCTS/EMAIL-FORM-800.gif" ALT="EMAIL FORM" border="0"></TD>'); 
document.write('</TR></TABLE>'); 

document.write('<table CLASS="forms" border="0" cellpadding="10" cellspacing="0">'); 
document.write('<tr>'); 
document.write('<form method="POST" action="http://www.spot98.net/cgi-bin/formmail.pl">'); 
document.write('<input type=hidden name="recipient" value="sales@spot98.net">'); 
document.write('<input type=hidden name="subject" value="Spot98 - I Want to Place an Order">'); 
document.write('<input type=hidden name="redirect" value="http://www.spot98.net/INFO/thanks.html">'); 
document.write('<input type=hidden name="missing_fields_redirect" value="http://www.spot98.net/errors/missing-fields.html">'); 
document.write('<input type="hidden" name="required" value="details,name,telephone,found,referal,email,email2">'); 
document.write('<TD VALIGN="TOP">I want to Order:<br><br>Please provide details:</TD>'); 
document.write('<TD><TEXTAREA NAME="details" ROWS="6" COLS="30"></TEXTAREA></TD>'); 
document.write('</TR><TR>'); 
document.write('<TD>Your Name: </TD>'); 
document.write('<TD><input type="text" size="30" name="name"></TD>'); 
document.write('</TR><TR>'); 
document.write('<TD>Telephone Number:</TD>'); 
document.write('<TD><input type="text" size="15" name="telephone"></TD>'); 
document.write('</TR><TR>'); 
document.write('<TD>How did you Find Us?</TD>'); 
document.write('<TD>'); 
document.write('<select name="found"> '); 
document.write('<option value="Trade Show">Trade Show</option>'); 
document.write('<option value="Search Engine">Search Engine</option>'); 
document.write('<option value="Forum Board">Forum Board</option>'); 
document.write('<option value="Word of Mouth">Word of Mouth</option>'); 
document.write('<option value="TV-Radio-Magazine">TV-Radio-Magazine</option>'); 
document.write('<option value="Other">Other</option>'); 
document.write('</select> '); 
document.write('</TD>'); 
document.write('</TR><TR>'); 
document.write('<TD>Referred to us by:</TD>');
document.write('<TD><input type="text" size="20" name="referal"> : name or website</TD>');
document.write('</TR><TR>'); 
document.write('<TD>Email:</TD>');  
document.write('<TD><input type="text" size="40" name="email"></TD>'); 
document.write('</TR><TR>'); 
document.write('<TD>Confirm Email: </TD>'); 
document.write('<TD><input type="text" size="40" name="email2"></TD>'); 
document.write('</TR><TR>'); 
document.write('<TD>We appreciate your business.</TD>'); 
document.write('<TD><input type="submit" value="Send Email"></TD>'); 
document.write('</form>'); 
document.write('</TR></table>'); 
document.write('</DIV>'); 
// End -------------------------------------------------------------------------- -->






