<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="images/spacer.gif" height="15" width="10"><br>')




// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write('Online Store:');

document.write('<br></span><span class="storemenu">');


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK
document.write('<img src="images/spacer.gif" height="6"><br>');
document.write('<a href="products.asp?cat=10">Body</a><br>');
document.write('<a href="products.asp?cat=21">Weatherstripping</a><br>');
document.write('<a href="products.asp?cat=11">Interior</a><br>');
document.write('<a href="products.asp?cat=12">Electrical</a><br>');
document.write('<a href="products.asp?cat=13">Engine & Engine Bay</a><br>');
document.write('<a href="products.asp?cat=14">Heating & Cooling</a><br>');
document.write('<a href="products.asp?cat=15">Fuel</a><br>');
document.write('<a href="products.asp?cat=16">Trans & Rear Axle</a><br>');
document.write('<a href="products.asp?cat=17">Suspension Parts</a><br>');
document.write('<a href="products.asp?cat=18">Exhaust Parts</a><br>');
document.write('<a href="products.asp?cat=19">Hardware</a><br>');
document.write('<a href="products.asp?cat=20">Miscellaneous</a><br>');
document.write('<a href="nosparts.htm">NOS Parts</a><br>');
document.write('<a href="usedparts.htm">Used Parts</a><br>');
document.write('<a href="sales.htm">Sale Items/Closeouts</a><br>');
document.write('<a href="products.asp?cat=25">New Products</a><br>');


document.write('</span>');




// START TOPIC 2




document.write('<br>');


document.write('<span class="sidebartitle">');

document.write('Shopping Cart:<br>');

document.write('</span><span class="sidebartext">');

document.write('<img src="images/spacer.gif" width="10">')

document.write('<a href="cart.asp"><img src="images/cart.gif" border="0"></a>')

document.write('<img src="images/spacer.gif" width="20">')

document.write('<a href="cart.asp"><img src="images/checkout.gif" border="0"></a><br>')

document.write('</span>');



// START TOPIC 3

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('New Items:');

document.write('<br></span><span class="sidebartext">');

document.write('We are continually developing new products.  Please check back for the latest additions to the<br>R/T Specialties inventory.<br>');


document.write('</span>');










//  End -->
