<!-- Begin

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



var menuside		= "left"	// MENU SIDE | left | right | center (and edit CSS menu borders)



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable"><tr><td align="'+menuside+'" valign="middle">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="10">');
document.write('<img src="picts/spacer.gif" width="10" height="10"></a><br>');


// START LINKS //

document.write('</td><td nowrap class="firstlink">');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="about.htm" class="menu">About</a>');


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


document.write('</td><td nowrap>');
document.write('<a href="news.htm" class="menu">News</a>');


document.write('</td><td nowrap>');
document.write('<a href="shop.htm" class="menu">Shop</a>');


document.write('</td><td nowrap>');
document.write('<a href="resources.htm" class="menu">Resources</a>');


document.write('</td><td nowrap>');
document.write('<a href="blog" class="menu">Blog</a>');


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

document.write('</td><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');


document.write('</td><td nowrap>');
document.write('<a href="sitemap.html" class="menu">Site Map</a>');






// END LINK BUTTONS //


document.write('</td><td width="10">');
document.write('<img src="picts/spacer.gif" width="10" height="10"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');



document.write('</td></tr></table>');

//  End -->

