<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menu_side	="right"	// MENU LEFT, RIGHT OR CENTER
var menuspace	= "5"		// MENU END SPACING



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="800" class="printhide"><tr><td align="'+menu_side+'" class="menutable">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="firstborder">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');


// START LINKS //


document.write('</td><td nowrap>');
document.write('<a href="car-window-tint.htm" title="Auto Window Tint" class="menu">Auto<br>Window Tint</a>');


document.write('</td><td nowrap>');
document.write('<a href="home-window-film.htm" title="Residential Window Film Tint" class="menu">Home<br>Window Film</a>');


document.write('</td><td nowrap>');
document.write('<a href="commercial-window-film.htm" title="Office & Business Window Film" class="menu">Commercial<br>Window Film</a>');


document.write('</td><td nowrap>');
document.write('<a href="decorative-window-film.htm" title="Decorative Window Film" class="menu">Decorative<br>Film</a>');


document.write('</td><td nowrap>');
document.write('<a href="privacy-window-film.htm" title="Privacy Window Film" class="menu">Privacy<br>Film</a>');


document.write('</td><td nowrap>');
document.write('<a href="security-window-film.htm" title="Security Window Film" class="menu">Security<br>Film</a>');


document.write('</td><td nowrap>');
document.write('<a href="car-truck-accessories.htm" title="Car & Truck & SUV accessories" class="menu">Auto<br>access</a>');


document.write('</td><td nowrap>');
document.write('<a href="wheels-tires-rims.htm" title="Custom Rims & Tires" class="menu">Wheels<br>& Tires</a>');


document.write('</td><td nowrap>');
document.write('<a href="gallery1.htm" title="Window Tint Gallery" class="menu">Photo<br>Gallery</a>');

document.write('</td><td nowrap>');
document.write('<a href="contact.htm" title="Contact Us" class="menu">Contact<br>Us</a>');



// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


document.write('</td><td nowrap>');
document.write('<a href="index.html" title="Window Film Home" class="menu">Window<br>Film</a>');


// END LINK BUTTONS //


document.write('</td><td background="picts/menu.gif">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->