Skip navigation
 
Share Your Story.
 
Click to return to Diana Jewelers Home page

Belle Etoile

Items 55pid=19pp=54r=de- of 73
Price sort by:     Items per page:
Callforprice
ButterflyKissesBlackEarrings ButterflyKissesCollection
0
Callforprice MonacoWhiteEarrings MonacoCollection 0 Callforprice RivieraBrown&RoseGoldPendant RivieraCollection 0 Callforprice SirenaBlackMotherofPearlPendant SirenaCollection 0 Callforprice SirenaWhiteMotherofPearlPendant SirenaCollection 0 Callforprice FormaBluePendant FormaCollection 0 Callforprice Constellations:BavariaMultiPendant Constellations:BavariaCollection 0 Callforprice GeometricaMulticolorPendant GeometricaCollection 0 Callforprice GeometricaBlack&WhitePendant GeometricaCollection 0 123456789 //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;