<!-- Begin SIDEBAR LEFT



var paypal_email	="Sales@HitchCrafter.Com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART
var your_domain		="your-domain.com"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HERE
var newsletter		= "no"	  		// SHOW NEWSLETTER FORM
var extra_paragraph 	= "no"	  		// SHOW ANOTHER PARAGRAPH AT THE BOTTOM
var showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGE
var showscroller	= "yes"			// SHOW THE SCROLLER
var bordercolor		= "999999"		// SCROLLER BORDER COLOR




// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')




// START TOPIC ONE

document.write('<span class="sidebartitle">');

document.write('Your Cart:<br>');

document.write('</span><span class="sidebartext">');




// START VIEW CART FORM

document.write('<img src="picts/cart-paypal.gif" alt="Order Through Paypal" vspace="5"><br>');
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin: 0px">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypal_email+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('<input type="image" SRC="picts/cart-view-off.gif" border="0" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"><br>');
document.write('</form>');
document.write('</span>');





// SCROLLER CODE EDIT 3 HTML FILES IN THE SCROLLER FOLDER

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write(' ')
}
else {

   if (showscroller == "yes") {
document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
}
}





// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<center><a href="about.htm"><img src="picts/sidebar-right1.jpg" border="1" vspace="5"></a><br></center>');
}





// START NEWSLETTER TOPIC






// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

document.write('<TABLE cellpadding="3" cellspacing="0" border="0" class="newstable"><tr><td>');
document.write('<TABLE cellpadding="1" cellspacing="0" border="0"><tr><td colspan="2" class="newstext">');
document.write('Subscribe to our newsletter:<br>');
document.write('</td></tr><tr><td align="left">');
document.write('<form method="POST" action="http://'+your_domain+'/cgi-bin/formmail.cgi" style="margin: 0px">');
document.write('<INPUT TYPE="HIDDEN" name="recipient" value="subscribe@'+your_domain+'">');
document.write('<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://'+your_domain+'/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="16" value=" Sales@HitchCrafter.Com" onFocus="clearText(this)" class="newsform"><br>');
document.write('</td><td align="left">');
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('This maillist or "newsletter" form works best with techsetup but can be setup to use any maillist script.<br>');

document.write('</span>');

}

// END NEWSLETTER FORM AREA








// START TOPIC 3



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Our Customers Say:');

document.write('<br></span><span class="sidebartext">');

document.write('I have the air suspension ride 5th wheels in both my trucks. We haul 4 cars with each truck 3000 miles a week. The ride and handling is drastically improved with this hitch. It should be mandatory.<br>');
document.write('<b>- Auto-Motions - Chris Bock -</b><br>');


document.write('<br>');
document.write('Very Prompt & Very Professional<br>');
document.write('<b>- Tom Hughes -</b><br>');


document.write('<br>');
document.write('Got some time to finish up my bed on our Dodge 3500 Dually 4x4 and install your hitch.  I did do a slight modification which was to insert all the tubing into the  box so that nothing hangs out. Very pleased, extremely heavy duty and solid construction. This is the best setup I have seen to date and very pleased.  Worth every penny spent. What was received was better than we have seen on the web. Attached is an archive of high resolution pictures showing it installed in a  2008 Dodge 3500HD 4x4 Long Bed. Please feel free to use the pictures as you please, I have no restrictions and nothing personal appears. Thanks a million for everything and will be recommending the products to all! <br>');
document.write('<b>- Cheers, Roberto -</b><br>');


document.write('</span>');











// THIS IS AN EXTRA PARAGRAPH



   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.htm"><img src="picts/sidebar-right2.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->

