<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70"><br>');
}



// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="photos_0.htm" class="menu">Photo Gallery</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="specs.htm" class="menu">Specifications</a>');


// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="products.htm" class="menu">Prducts</a>');


// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="links.htm" class="menu">Links</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contactus.htm" class="menu">Contact Us</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');



// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="1"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><center><img src="picts/wf_logo.jpg" width="140" height="50" border="1"></a><br><br></center>');
}
   if (showimage2 == "yes") {
document.write('<center><img src="picts/house_logo.jpg" width="140" height="49" border="1"></a><br><br></center>');
}

document.write('<center><a target="_blank" href="https://www.bbb.org/online/consumer/cks.aspx?id=1081022152926"><img title="Click to verify BBB accreditation and to see a BBB report." border=0 src="picts/bbbseal1.gif" alt="Click to verify BBB accreditation and to see a BBB report."></a></center>');

document.write('</td></tr></table></DIV>');

//  End -->
