<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><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="freecatalog.php" class="menu">Request Information</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="constructiontips.html" class="menu">Construction Tips</a>');

document.write('<a href="qap.html" class="menu">Quality Assurance</a>');

document.write('<a href="links.html" class="menu">Related Links</a>');

document.write('<a href="http://www.naturalelementhomes.com/oth/checkregistration.php" class="menu">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="mosscreek.html" class="menu">MossCreek Series</a>');
document.write('<a href="popularplans.html" class="menu">Popular Plans</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="turnkey.php" class="menu">Get a Turnkey Estimate</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="process.html" class="menu">Our Building Process</a>');
document.write('<a href="designerseries.html" class="menu">Designer Series</a>');
document.write('<a href="classicseries.html" class="menu">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="registerform.php" class="menu">Register</a>');
document.write('<a href="signin.html" class="menu">Sign In</a>');
document.write('<a href="signout.html" class="menu">Sign Out</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">Construction Professionals</span><br>');

document.write('<a href="professionals.html" class="menu">Architect</a>');
document.write('<a href="professionals.html" class="menu">Planner</a>');
document.write('<a href="professionals.html" class="menu">Designer</a>');
document.write('<a href="professionals.html" class="menu">Estimator</a>');
document.write('<a href="professionals.html" class="menu">Contractor</a>');

// BLACK SPLIT LINE 
document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');

// TITLE LINE 6
document.write('<span class="menutitle">Services</span><br>');

document.write('<a href="services.html" class="menu">Standard Services</a>');


// BLACK SPLIT LINE 
document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');

// TITLE LINE 7
document.write('<span class="menutitle">Photo Galleries:</span><br>');

document.write('<a href="gallery1.htm" class="menu">Our Model (Started)</a>');
document.write('<a href="gallery2.htm" class="menu">Our Model (Dryin)</a>');
document.write('<a href="gallery3.htm" class="menu">Our Model (Interior)</a>');


// BLACK SPLIT LINE 7
document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');


document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');

//  End -->