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
>
Belle Etoile
Belle Etoile
Items 64pid=19r=as- of 73
Price sort by:
Default
Lowest Price First
Highest Price First
Items per page:
72
9
18
36
54
72
Call for price
Royale Blue Pendant
Royale Collection
(
0
)
Call for price
Riviera Brown & Rose Gold Ring
Riviera Collection
(
0
)
Call for price
Sirena Black Mother-of-Pearl Ring
Sirena Collection
(
0
)
Call for price
Sirena White Mother-of-Pearl Ring
SirenaCollection
0
Callforprice
FormaBlueRing
FormaCollection
0
Callforprice
GeometricaBlack&WhiteRing
GeometricaCollection
0
Callforprice
DianaBlack/PinkBraceletSingle
DianaCollection
0
Callforprice
VelocityBlackEarrings
VelocityCollection
0
Callforprice
Constellations:LittleStarsWhiteBangle
Constellations:LittleStarsCollection
0
Callforprice
ButterflyKissesIvoryBangle
ButterflyKissesCollection
0
◁
1
2
▶
//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;