<!-- 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">Rings</a>');



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



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



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


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



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



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



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


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


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


document.write('</td><td>');
document.write('<a href="gallery11.htm" class="menu-nav">One Of A Kind</a>');


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


document.write('</td><td>');
document.write('<a href="gallery13.htm" class="menu-nav">Silver Vault</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="gallery1.htm">Rings</option>');

document.write('<option value="gallery2.htm">Earrings</option>');

document.write('<option value="gallery3.htm">Brooches</option>');

document.write('<option value="gallery4.htm">Pendants</option>');

document.write('<option value="gallery5.htm">Bracelets</option>');

document.write('<option value="gallery6.htm">Cuff Links</option>');

document.write('<option value="gallery7.htm">Scarf Pins</option>');

document.write('<option value="gallery8.htm">Necklaces</option>');

document.write('<option value="gallery9.htm">Gents Rings</option>');

document.write('<option value="gallery10.htm">Matching Sets</option>');

document.write('<option value="gallery11.htm">One Of A Kind</option>');

document.write('<option value="gallery12.htm">Special Delivery</option>');

document.write('<option value="gallery13.htm">Silver Vault</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 -->