Skip navigation
Share Your Story.
Home
Contact
Directions
Store Hours
Jewelry Catalog
Designers
About Us
Our Services
Jewelry Catalog
Belle Etoile
Bracelets
Custom Designs
Earrings
ELLE
Engagement Rings
Fashion Rings
Lafonn
Levy Creations
Men's Watches
Mommy Chic
Monogram
Necklaces & Pendants
Rembrandt Charms
Wedding Bands
Jewelry Catalog
>
Fashion Rings
Fashion Rings
Items -10763--10754 of 47
Price sort by:
Default
Lowest Price First
Highest Price First
Items per page:
9
9
18
36
Callforprice
SLEEKCOLLECTION
$35000
RegalBlackMotherofPearlRing
RegalCollection
$17500
MosaicaMulticolorRing
MosaicaCollection
Callforprice
OceanaBlueRing
OceanaCollection
Callforprice
FontaineWhiteRing
FontaineCollection
Callforprice
RivieraBrown&RoseGoldRing
RivieraCollection
Callforprice
SirenaBlackMotherofPearlRing
SirenaCollection
Callforprice
SirenaWhiteMotherofPearlRing
SirenaCollection
Callforprice
FormaBlueRing
FormaCollection
◁
1
2
3
4
5
6
▶
//MAYBETHISSHOULDNOTBEINASINGLEFUNCTIONMAYBETHEOPENDROPDOWNFUNCTIONWILLSETTHEVARIABLESANDTHENTHEOTHERFUNCTIONSAREOUTSIDE?? functionkilldropdownmenuname,containername{ varkillOuter=documentgetElementByIdcontainername; varkillMenu=documentgetElementByIdmenuname; killMenuclassListremove'dolon'; killOuterclassListremove'doborder'; } functionopendropdownmenuname,containername{ varkillOuter=documentgetElementsByClassName'doborder'[0]; varkillMenu=documentgetElementsByClassName'dolon'[0]; ifkillMenu{ killMenuclassListremove'dolon'; } ifkillOuter{ killOuterclassListremove'doborder'; } vardropOuter=documentgetElementByIdcontainername; vardropMenu=documentgetElementByIdmenuname; dropMenuclassListadd'dolon'; dropOuterclassListadd'doborder'; dropMenuaddEventListener'mouseleave',function{ dropMenuclassListremove'dolon'; dropOuterclassListremove'doborder'; },false; } windowaddEventListener'keydown',functionevent{ varx=eventwhich||eventkeyCode; ifx==27{ documentgetElementById'sortbymenu'classListremove'dolon'; documentgetElementById'sortbydisplayoptions'classListremove'doborder'; } },false;