<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "1"		// NUDGE SIDEBAR DOWN
var sidewidth		= "105"		// SIDEBAR WIDTH

var your_domain		="scorpionauto.com"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HERE
var newsletter		= "yes"	  		// SHOW NEWSLETTER FORM





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');



 



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "no") {

document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can have text in this side bar area with your own text or  links or small images here as well. <a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<left>');
document.write('<span class="title">More Links</span><br>');
document.write('<img src="picts/line-link.jpg" width="125" border="0"></a><br><br>');
document.write('<a href="contact.htm">Contact us for help and product info</a><br>');
document.write('<img src="picts/line-link.jpg" width="125" border="0"></a><br><br>');
document.write('<a href="accountapplication.htm">Apply for an Account</a><br>');
document.write('<img src="picts/line-link.jpg" width="125" border="0"></a><br><br>');
document.write('<a href="storefinder.htm">Find Your Nearest Dealer</a><br>');
document.write('<img src="picts/line-link.jpg" width="125" border="0"></a><br><br>');
document.write('<a href="agentapplication.htm">Become a Scorpion Dealer</a><br>');
document.write('<img src="picts/line-link.jpg" width="125" border="0"></a><br><br>');
document.write('<a href="termsandconditions.htm">Terms & Conditions</a><br>');
document.write('<img src="picts/line-link.jpg" width="125" border="0"></a>');
document.write('</left>');
document.write('');
}


// SMALL PICTURE AREA

   if (showimage == "yes") {


document.write('<a href="DAF_Trucks_50_PPM_certificate.pdf" target="_blank"><br><br>');


document.write('<img border="0" src="picts/paccar.gif" alt="PACCAR Certificate" width="66" height="58"></a><br><a href="DAF_Trucks_50_PPM_certificate.pdf" target="_blank">Download<br>Certificate</a>');


document.write('<a href="PDF/iso9001.pdf" target="_blank"><br><br>');


document.write('<img border="0" src="picts/certiso9001.gif" alt="ISO Certificate" width="66" height="58"></a><br><a href="PDF/iso9001.pdf" target="_blank">Download<br>Certificate</a><br>');


document.write('<a href="PDF/ts16949.pdf" target="_blank"><br>');

document.write('<img border="0" src="picts/certts16949.gif" alt="TS Certificate" width="66" height="58"></a><br><a href="PDF/ts16949.pdf" target="_blank">Download<br>Certificate</a><br><br>');
document.write('<a href="http://www.thatcham.org/" target="_blank"><img border="0" src="picts/thatcham.gif" alt="Thatcham" width="66" height="50"></a><br><br>');
document.write('<a href="http://www.uk.tuv.com/" target="_blank"><img border="0" src="picts/tuvcert.gif" alt="TÜV" width="66" height="69"></a><br><br>');
}



// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

document.write('<TABLE cellpadding="1" cellspacing="0" border="0" class="newstable"><tr><td>');
document.write('<TABLE cellpadding="1" cellspacing="0" border="0"><tr><td colspan="1" class="newstext">');
document.write('Subscribe to our newsletter:<br>');
document.write('</td></tr><tr><td align="left">');
document.write('<form action="http://www.scorpionauto.com/cgi-bin/formmail/iopost.pl" method="POST">');
document.write('<INPUT TYPE="HIDDEN" name="recipient" value="info@scorpionauto.com">');
document.write('<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://www.scorpionauto.com/thanks.html">');
document.write('<INPUT TYPE="HIDDEN" NAME="required" VALUE="email">');
document.write('<INPUT TYPE="HIDDEN" name="sort" value="email">');
document.write('<INPUT TYPE="TEXT" name="email" SIZE="8" value="your@email.com" onFocus="clearText(this)" class="submitbutton"><br>');
document.write('</td><td align="left"><br>');
document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Join Newsletter"><br>');
document.write('</form>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<span class="newstext">Your PRIVACY will be respected at all times and on no account will your email address be divulged to any other parties.</span><br>');

document.write('</span>');

}

// END NEWSLETTER FORM AREA




// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><left>');
document.write('You can also not have a right side bar showing in this area.<br>');
document.write('</center>');
document.write('<br><br>');
}






















// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can also not have a right side bar showing in this area.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->