
<!-- Begin


<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<div class=menuminwidth>');
document.write('<div class=minwidthcontainer>');
document.write('<div class=menuminwidthcontent>');
document.write('<div id="menu">');
document.write('<div class="buttonspacer"><img src="App_Themes/images/spacer.gif" alt="" height="1" width="60"></div>');

document.write('<div class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<a href="index.htm">Home</a></div>');
document.write('<div class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<a href="detail1.htm">Level I Detail</a></div>');
document.write('<div class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<a href="detail2.htm">Level II Detail</a></div>');
document.write('<div class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<a href="detail3.htm">Interior Package</a></div>');
document.write('<div class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<a href="detail4.htm">Exterior Package</a></div>');
document.write('<div class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<a href="detail5.htm">Other Services</a></div>');
document.write('<div class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<a href="detaillocation.htm">Hours & Map</a></div>');

<!-- NOTE: COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON -->

document.write('<div class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'">');
document.write('<a href="detailcontactus.htm">Contact Us</a></div>');

document.write('<div class="button"></div>');
document.write('</div> <!-- end menu  -->');
document.write('</div> <!-- end menuminwidthcontent -->');
document.write('</div> <!-- end minwidthcontainer -->');
document.write('</div> <!-- end menuminwidth -->');


//  End -->