<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menu_side	="left"		// MENU LEFT, RIGHT OR CENTER
var menuspace	= "6"		// 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="http://www.OrangeCountyConstruction.com/index.htm" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Contact.htm" class="menu">Contact Us</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Room_Additions.htm" class="menu">Room Additions</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Plans_Blueprints.htm" class="menu">Plans</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Custom_Homes.htm" class="menu">New Homes</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Kitchen_Remodeling.htm" class="menu">Kitchens</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Bathroom_Remodeling.htm" class="menu">Baths</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Commercial.htm" class="menu">Commercial</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Forum/index.php" class="menu">Forum</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Search_Engine.html" class="menu">Material Suppliers</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.OrangeCountyConstruction.com/Referal_Fee.htm" class="menu">$$$</a>');


// END LINK BUTTONS //


document.write('</td><td background="picts/menu-background.jpg">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->

