<!-- Begin CSS Vertical Menu - menu ver 3.0 2007

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

document.write('<table cellpadding="0" cellspacing="0"  border="0" class="menutable"><tr><td class="printhide">');

document.write('<ul id="menunav">');





// START MENU LINKS - EDIT BELOW THIS AREA


document.write('  <li style="width: 60px;"><a href="index.html">HOME</a>'); 
document.write('    <ul>');
document.write('      <li><a href="sitemap.html">SITEMAP NAVIGATION</a></li>');
document.write('      <li><a href="chassis-services.html">CHASSIS SERVICES</a></li>');
document.write('      <li><a href="chassis-products.html">CHASSIS PRODUCTS</a></li>');
document.write('      <li><a href="drag-racing-news-blog.html">SHOP NEWS BLOG</a></li>');
document.write('      <li><a href="chassis-shop.html">IN THE SHOP</a></li>');
document.write('      <li><a href="frequently-asked-questions.html">FREQUENTLY ASKED QUESTIONS</a>');
document.write('      <li><a href="multimedia.html">VIDEO, PHOTOS, WALLPAPERS</a>');
document.write('      <li><a href="privacy-policy.html">PRIVACY POLICY STATEMENT</a>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li style="width: 90px;"><a href="drag-racing-news-blog.html">NEWS BLOG</a>');
document.write('  </li>');


document.write('  <li style="width: 90px;"><a href="about-us.html">ABOUT US</a>');
document.write('  </li>');

document.write('  <li style="width: 80px;"><a href="chassis-services.html">SERVICES</a>'); 
document.write('  </li>');

document.write('  <li style="width: 90px;"><a href="chassis-products.html">PRODUCTS</a>');
document.write('  </li>');

document.write('  <li style="width: 100px;"><a href="chassis-shop.html">IN THE SHOP</a>'); 
document.write('    <ul>');
document.write('      <li><a href="chassis_shop_camaro_custom_roll_cage_installation3.html">ROLL CAGE SUPER CHEVY</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li style="width: 140px;"><a href="customers.html">CUSTOMERS RIDES</a>'); 
document.write('    <ul>');
document.write('      <li><a href="featured-rides.html">FEATURED RIDES</a></li>');
document.write('      <li><a href="testimonials.html">CUSTOMER TESTIMONIALS</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li style="width: 100px;"><a href="multimedia.html">MULTIMEDIA</a>'); 
document.write('    <ul>');
document.write('      <li><a href="coast-racers-photos/index.html" target="_blank">RACERS PHOTO GALLERY</a></li>');
document.write('      <li><a href="drag-racing-backgrounds.html">DRAG RACING BACKGROUNDS</a></li>');
document.write('      <li><a href="drag-racing-videos.html">DRAG RACING VIDEOS</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li style="width: 60px;"><a href="frequently-asked-questions.html">FAQ\'s</a>'); 
document.write('  </li>');

document.write('  <li style="width: 100px;"><a href="contact-us.html">CONTACT US</a>'); 
document.write('  </li>');

document.write('  <li style="width: 75px;"><a href="links.html">LINKAGE</a>'); 
document.write('  </li>');

// END LINKS //

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

document.write('</td></tr></table>');








<!-- Begin VIEWER AND POP-UP OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS




// GALLERY VIEWER OPTIONS

var viewer 		= "same"	// OPTIONS: | new | popup | same | New browser or a popup
var width 		= "800"		// WIDTH OF THE POPUP
var height 		= "625"		// HEIGHT OF THE POPUP
var scrollbars		= "yes"		// SHOW SCROLLBARS IN POPUP - yes OR no
var menu		= "no"		// SHOW MENU IN POPUP - yes OR no
var tool		= "no"		// SHOW TOOLBAR IN POPUP - yes OR no



// FAQ POPUP OPTIONS

var FAQ_width 		= 500		// FAQ POPUP HEIGHT
var FAQ_height 		= 500		// FAQ POPUP HEIGHT
var faqscrollbarS 	= "0"		// TURN ON FAQ SCROLLBARS "1" FOR ON "0" FOR OFF
var FAQviewer	 	= "no"		// yes/ FAQ FULL SCREEN OR no/POPUP MODE








// YOU DO NOT NEED TO EDIT BELOW THIS LINE






// START IMAGE VIEW CODE

function ViewImage(data) {
   if (viewer == "popup") {
    windowHandle = window.open('image-viewer.htm' + '?' + data,'windowName',',scrollbars='+scrollbars+',resizable=yes,toolbar='+tool+',menubar='+menu+',width='+width+',height='+height+'');

}
else if (viewer == "new") {
    windowHandle = window.open('image-viewer.htm' + '?' + data,'windowName');
}
else if (viewer == "same") {
    window.location = ('image-viewer.htm' + '?' + data);
}
}

// END IMAGE VIEW CODE










// START FAQ POPUP

function popUpFAQ(URL) {
day = new Date();
id = day.getTime();
   if (FAQviewer == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + faqscrollbarS + ',location=0,statusbar=0,menubar=0,resizable=1,width='+FAQ_width+',height='+FAQ_height+'');");
}
else 
if (FAQviewer == "yes") {
eval("page" + id + " = window.open(URL);");
}
}









IEMhover = function() {
	var IEMh = document.getElementById("menunav").getElementsByTagName("LI");
	for (var i=0; i<IEMh.length; i++) {
		IEMh[i].onmouseover=function() {
			this.className+=" IEMhover";
		}
		IEMh[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" IEMhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", IEMhover);











// End -->


