<!-- Begin

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


var menuside		= "left"	// MENU SIDE | left, right or center
var menuspace		= "7"		// MENU END SPACING
var dropselect		= "yes"		// SHOW MENU DROP SELECT
var showmenu		= "yes"		// SHOW OTHER MENU BUTTONS


document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="navbackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
   if (showmenu == "yes") {



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a href="1clay.htm" class="menu-nav">Clay</a>');


document.write('</td><td>');
document.write('<a href="1glass.htm" class="menu-nav">Glass</a>');



document.write('</td><td>');
document.write('<a href="1jewelry.htm" class="menu-nav">Jewelry</a>');



document.write('</td><td>');
document.write('<a href="1paintings.htm" class="menu-nav">Paintings and Prints</a>');


document.write('</td><td>');
document.write('<a href="missing.html" class="menu-nav">Sculpture</a>');


document.write('</td><td>');
document.write('<a href="1windflower.htm" class="menu-nav">Windflower Herbal</a>');


document.write('</td><td>');
document.write('<a href="missing.html" class="menu-nav">Wood</a>');

document.write('</td><td>');
document.write('<a href="missing.html" class="menu-nav">More Gift Items</a>');




document.write('</td><td>');
document.write('<a href="a plein air.htm" class="menu-nav">FRESH PAINT Plein Air 2009</a>');


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

   if (dropselect == "yes") {
document.write('</td><td valign="middle" align="right" class="selecttable">');
document.write('<form action="#" method="post" class="formmargin">');
document.write('<select name="choice" size="1" onChange="jump(this.form)" class="selectmenu">');




// START DROP SELECT LINKS - COPY AND PASTE A LINE TO ADD NEW LINKS


document.write('<option value="">Select a Page --------&gt;</option>');

document.write('<option value="1clay.htm">Clay</option>');

document.write('<option value="1glass.htm">Glass</option>');

document.write('<option value="1jewelry.htm">Jewelry</option>');

document.write('<option value="1paintings.htm">Paintings & Prints</option>');

document.write('<option value="missing.html">Sculpture</option>');

document.write('<option value="1windflower.htm">Windflower Herbal</option>');

document.write('<option value="missing.html">Wood</option>');

document.write('<option value="missing.html">More Gift Items</option>');

document.write('<option value="gallery.htm">Products Gallery</option>');





document.write('</select></form>');
}
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table>');

//  End -->