var menuside		= "center"	// MENU LEFT OR RIGHT SIDE
var menuspace		= "1"		// MENU END SPACING
var headerline		= "no"		// SHOW LINE OVER THE HEADER
var linecolor		= "#cccccc"	// LINE COLOR


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="menubackground"><tr><td align="'+menuside+'" class="printhide">');
document.write('<TABLE cellpadding="23" cellspacing="20" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="1">');




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

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

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

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

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





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



//  End -->