<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "yes" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70"><br>');
}



// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Innovative Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Products / Pricing</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tirechartmap.htm" class="menu"> Tire Charts</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="service.htm" class="menu">Installation</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="fleets.htm" class="menu">Fleet Trucks</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="motorcycle.htm" class="menu">Motorcycles</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="DealerSignup.htm" class="menu">Dealers</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="https://secure.innovativebalancing.com/catalog/IBLLC/wholesale/" class="menu">Dealer Login</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="search.php" class="menu">Dealer Search</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="int_dealers.html" class="menu">International</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm" class="menu">Facts & Questions</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="application.htm" class="menu">General Advice</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonial.htm" class="menu">Testimonials</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Pictures.htm" class="menu">Photos</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="HowItWorks.htm" class="menu">How It Works</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Nitrogen.htm" class="menu">Nitrogen</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links & Helpful Sites</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Privacy.htm" class="menu">Privacy Policy</a>');



// COPY AND PASTE THE NEXT TWO LINES TO ADD A NEW LINK



// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


document.write('<br><br><FONT COLOR="Black" FACE="arial" size="2PT"><strong>Turbo Diesel Register</strong></FONT><br><br>');
   if (showimage1 == "yes") {
document.write('<img src="picts/menu-picture-1.jpg" width="80" height="67" border="0"><br><br><br>');
}

document.write('<FONT COLOR="Black" FACE="arial" size="2PT"><strong>Diesel Truck Resource</strong></FONT><br><br>');
   if (showimage1 == "yes") {
document.write('<img src="picts/DTR.jpg" width="80" height="80" border="0"><br><br><br>');
}
document.write('<FONT COLOR="Black" FACE="arial" size="2PT"><strong>Support our Troops!</strong></FONT><br><br>');
   if (showimage2 == "yes") {
document.write('<img src="picts/usflagc.gif" width="113" height="66" border="0"></a><br><br>');
}
document.write('<FONT COLOR="Black" FACE="arial" size="2PT"><strong>Member BBB</strong></FONT><br><br>');
   if (showimage2 == "yes") {
document.write('<a href="http://www.bbbonline.org/cks.asp?id=105110913333"><img src="picts/ReliabilitySeal1.gif" width="85" height="130" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->
