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

Belle Etoile

Items 44-62 of 73
Price sort by:     Items per page:
Callforprice
Constellations:CherubsBlueBangle Constellations:CherubsCollection
0
Callforprice Constellations:BavariaMulticolorBangle Constellations:BavariaCollection 0 Callforprice Constellations:GlitterBlackBangle Constellations:GlitterCollection 0 Callforprice Constellations:HarlequinWhiteBangle Constellations:HarlequinCollection 0 Callforprice GeometricaMulticolorBangle GeometricaCollection 0 Callforprice MonacoWhiteBangle MonacoCollection 0 Callforprice SirenaBlackMotherofPearlEarrings SirenaCollection 0 Callforprice SirenaWhiteMotherofPearlEarrings SirenaCollection 0 Callforprice MareaBlueEarrings MareaCollection 0 Callforprice FormaBlueEarrings FormaCollection 0 Callforprice RoyaleHoopsBlueEarrings RoyaleCollection 0 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 12345 //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;