
<!-- Begin

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

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');


// TITLE LINE 1

document.write('<span class="menutitle">Site Links:</span><br>');


// START LINKS


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK


document.write('<span class="menutitle">Products:</span><br>');

document.write('<a href="products.htm" class="menu">All Products</a>');

document.write('<a href="cart_clear-reflections-plus.htm" class="menu">Clear Reflections Plus</a>');

document.write('<a href="cart_club-saver-plus.htm" class="menu">Club Saver Plus</a>');

document.write('<a href="cart_dsi-plus.htm" class="menu">DSI Plus</a>');

document.write('<a href="cart_your-view-plus.htm" class="menu">Your View Plus</a>');

document.write('<a href="cart_out-shines-plus.htm" class="menu">Out Shines Plus</a>');

document.write('<a href="cart_tint-saver-plus.htm" class="menu">Tint Saver Plus</a>');



// BLACK SPLIT LINE 1

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 2


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

document.write('<a href="outgassing_report.htm" class="menu">DANGER: Must Read!</a>');

document.write('<a href="about.htm" class="menu">About Us</a>');

document.write('<a href="news.htm" class="menu">In The News</a>');

document.write('<a href="quotes.htm" class="menu">Product Quotes</a>');

document.write('<a href="testimonials.htm" class="menu">Testimonials</a>');

document.write('<a href="opportunities.htm" class="menu">Business Opportunities</a>');


// BLACK SPLIT LINE 3

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 3

document.write('<span class="menutitle">Help & Support:</span><br>');

document.write('<a href="site_map.htm" class="menu">Site Map</a>');

document.write('<a href="faq-home.htm" class="menu">F.A.Q.</a>');

document.write('<a href="resources.htm" class="menu">Resources/Links</a>');

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



// BLACK SPLIT LINE 4

document.write('<img src="picts/menu-line.gif" width="156" height="1" vspace="4"><br>');





// THIS IS THE GRAPHIC UNDER THE MENU

document.write('<br><center><a href="outgassing_report.htm"><img src="picts/side_menu.jpg" width="100" height="125" border="0" class="borders"></a><br><br></center>');

document.write('<br><center><img src="imagery/free_shipping.jpg" width="100" height="120" border="0" class="borders"></a><br><br></center>');

document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->