<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="170"><tr><td>');

// TITLE LINE 1
document.write('<span class="menutitle">Welcome</span><br>');

// START LINKS

// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK


document.write('<a href="index.html" class="menu">Home</a>');
document.write('<a href="aboutus.html" class="menu">About Us</a>');
document.write('<a href="package.html" class="menu">Package Contents</a>');
document.write('<a href="logoptions.html" class="menu">Log Styles</a>');
document.write('<a href="roofsystem.html" class="menu">Roof System</a>');
document.write('<a href="qap.html" class="menu">Quality Assurance</a>');
document.write('<a href="http://www.naturalelementhomes.com/Learning-Library/Master-Planning-Guide.aspx" class="menu" target="_blank">FREE Planning Guide</a>');
document.write('<a href="contact.php" class="menu">Contact Us</a>');

// BLACK SPLIT LINE 1
document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');


// TITLE LINE 2
document.write('<span class="menutitle">Models</span><br>');

document.write('<a href="standardmodels.html" class="menu">Standard Models</a>');
document.write('<a href="weekender.html" class="menu">Weekender Series</a>');
document.write('<a href="highend.html" class="menu">Elk River Series</a>');
document.write('<a href="popularplans.php" class="menu">Popular Plans</a>');
document.write('<a href="mosscreek.php" class="menu">Moss Creek Series</a>');
document.write('<a href="timberframe.html" class="menu">Timber Frame</a>');
document.write('<a href="handcrafted.html" class="menu">Handcrafted</a>');
document.write('<a href="showclientthumbnails.php?n=4" class="menu">Client Gallery</a>');
document.write('<a href="showconstructionthumbnails.php?n=4&p=carper/final" class="menu">Our Home in Glen, NH</a>');
 


// BLACK SPLIT LINE 2
document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');

// TITLE LINE 3
document.write('<span class="menutitle">Natural Element Homes</span><br>');

document.write('<a href="neh.html" class="menu">What is NEH?</a>');
document.write('<a href="http://www.naturalelementhomes.com/Home-Designs/Home-Design-Selector.aspx" class="menu" target="_blank">Designer Series</a>');
document.write('<a href="http://tnloghomes.com/Home-Designs/Classic-Log-Homes.aspx" class="menu" target="_blank">Classic Series</a>');
document.write('<a href="custom.html" class="menu">Custom Homes</a>');

// BLACK SPLIT LINE 3
document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');

// TITLE LINE 4
document.write('<span class="menutitle">The Lodge</span><br>');

document.write('<a href="http://www.tnloghomes.com/SpecialPages/logon.aspx?ReturnUrl=%2fMy-Lodge.aspx" class="menu" target="_blank">Register</a>');

// BLACK SPLIT LINE 4
document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');

// TITLE LINE 5
document.write('<span class="menutitle">Related Links</span><br>');

document.write('<a href="http://www.newhampshireloghomes.com" target="_Blank" class="menu">Visit our NEH Site</a>');
document.write('<a href="landforsale.html" class="menu">Land For Sale</a>');
document.write('<a href="financing.html" class="menu">Financing Partners</a>');

// BLACK SPLIT LINE 5
document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');



// TITLE LINE 3



document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');

//  End -->