<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: To edit menus code edit the coolstyle.css



var menuheight	="228"	  // OVERALL MENU HEIGHT
var menuwidth	="150"	  // OVERALL MENU WIDTH
var botmline	="40"	  // HEIGHT OF VERT LINE UNDER MENU



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="'+menuheight+'" WIDTH="10"><br>');
document.write('</td><td valign="bottom" align="left">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="1" WIDTH="10"><br>');


// START MENU LINKS

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



document.write('</td></tr><tr><td class="menu">');
document.write('<a title="Westind Woodworkers Welcome Page" href="index.htm">home</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a title="History of Westwind Woodworkers" href="about.htm">about</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a title="Photo Gallery Of Woodworking And Custom Cabinet Services Offered" href="services.htm">photo gallery</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a title="Links To Prefered Vendors And Hardware Options" href="links.htm">selections</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a title="Testimonials, Our Clients Say It Best" href="clients.htm">testimonials</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a title="Westwind Woodworkers Contact Information And Hours"href="contact.htm">contact</a><br>');


document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" HEIGHT="1" WIDTH="100"><br>');
document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->