<!-- Begin

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

document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="175"><tr><td>');
document.write('<img src="picts/menu-top.gif" width="160" height="120"></a><br>');


// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP

var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH



document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="175" class="printhide"><tr><td>');
   if (linkstop == "no") {

}
// 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>');






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="workshop.htm" class="menu"> Workshop</a>');




document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Furniture Gallery</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery2.htm" class="menu">Cabinetry Gallery</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="our_appreciation.htm" class="menu"> Our Appreciation</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Us</a>');




// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('');
document.write('<br><br><IMG SRC="picts/sidebar.jpg" border="0" width="160"height="261"  ></a><br><br>')


}
   if (showimage2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="107" height="151" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->








var showlink 	= "no"	 // INCLUDE A LINK TO THE SLIDESHOW YES/NO


   if (showlink == "yes") {

document.write('</td></tr><tr><td nowrap>');
document.write('<br><br><img src="picts/sidebar.jpg" width="150" height="251"></a><br>');

}

document.write('</td></tr><tr><td>')
document.write('<img src="picts/menu-bottom.gif" width="160" height="2"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->
