<!-- 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="gallery1.htm" class="menu-nav">Design Gallery</a>');



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



document.write('</td><td>');
document.write('<a href="custom.htm" class="menu-nav">Custom Orders</a>');



document.write('</td><td>');
document.write('<a href="gifts.htm" class="menu-nav">Gift Certificates</a>');



document.write('</td><td>');
document.write('<a href="etsy.htm" class="menu-nav">Etsy Shop</a>');



document.write('</td><td>');
document.write('<a href="packaging.htm" class="menu-nav">A Touch of Velvet</a>');



document.write('</td><td>');
document.write('<a href="order-info.htm" class="menu-nav">Ordering Information</a>');



document.write('</td><td>');
document.write('<a href="care.htm" class="menu-nav">Care Instructions</a>');




document.write('</td><td>');
document.write('<a href="free.htm" class="menu-nav">Free Gifts</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</option>');

document.write('<option value="sitemap.htm">Site Map</option>');

document.write('<option value="about.htm">What is a Pendulet?</option>');

document.write('<option value="howto.htm">How To Use Your Pendulet</option>');

document.write('<option value="meet.htm">Meet the Designer</option>');

document.write('<option value="books.htm">Books</option>');

document.write('<option value="http://pendulets.wordpress.com">Blog</option>');

document.write('<option value="newsletter.htm">Newsletter</option>');

document.write('<option value="faqs.htm">Frequently Asked Questions</option>');

document.write('<option value="contact.htm">Contact</option>');

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

document.write('<option value="slideshow.htm">Slideshow</option>');

document.write('<option value="custom.htm">Custom Orders</option>');

document.write('<option value="gifts.htm">Gift Certificates</option>');

document.write('<option value="etsy.htm">Etsy Shop</option>');

document.write('<option value="packaging.htm">A Touch of Velvet</option>');

document.write('<option value="order-info.htm">Ordering Information</option>');

document.write('<option value="reviews.htm">Reviews</option>');

document.write('<option value="care.htm">Care Instructions</option>');

document.write('<option value="free.htm">Free Gifts</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></div>');

//  End -->