<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menu_side	="left"	// MENU LEFT, RIGHT OR CENTER
var menuspace	= "5"		// MENU END SPACING



document.write('<table cellpadding="0" cellspacing="0" border="0" WIDTH="100%" 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="index.html" class="menu">Home</a>');

document.write('</td><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');

document.write('</td><td nowrap>');
document.write('<a href="products_services.htm" class="menu">Products & Services</a>');

document.write('</td><td nowrap>');
document.write('<a href="powerwashing.htm" class="menu">Powerwashing</a>');

document.write('</td><td nowrap>');
document.write('<a href="code.php?type=articles" class="menu">Articles</a>');

document.write('</td><td nowrap>');
document.write('<a href="links_vendors.htm" class="menu">Links & Vendors</a>');

document.write('</td><td nowrap>');
document.write('<a href="licensing.htm" class="menu">Licensing</a>');

document.write('</td><td nowrap>');
document.write('<a href="quote.htm" class="menu">Quote Form</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


document.write('</td><td nowrap>');
document.write('<a href="code.php?type=gallery_lyte&as_show=true&series=1" class="menu">Galleries</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 -->

