<!-- 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="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="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="neh.html" class="menu">Natural Element Homes</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('</td></tr></table>');
document.write('<!-- LINK TABLE-->');

//  End -->