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

Necklaces & Pendants

Items 55-80 of 80
Price sort by:     Items per page:
Callforprice
ESSENCECOLLECTION
Callforprice
N0015CEP18
Callforprice N0014CLP18 Callforprice N0008CLP18 Callforprice MotherandChildAgate Callforprice MotherandChildGoldHeartPendant Callforprice Callforprice OceanaBluePendant OceanaCollection Callforprice ReinaBlackPendant ReinaCollection Callforprice RivieraBrown&RoseGoldPendant RivieraCollection Callforprice SirenaBlackMotherofPearlPendant SirenaCollection Callforprice SirenaWhiteMotherofPearlPendant SirenaCollection Callforprice FormaBluePendant FormaCollection Callforprice Constellations:BavariaMultiPendant Constellations:BavariaCollection Callforprice GeometricaMulticolorPendant GeometricaCollection Callforprice GeometricaBlack&WhitePendant GeometricaCollection Callforprice RoyaleBluePendant RoyaleCollection Callforprice FontaineWhitePendant FontaineCollection Callforprice EvermorePinkPendant EvermoreCollection $8500 AmelieGreenParaibaPendant AmelieCollection $12500 ConnectionBlackPendant ConnectionCollection $13500 ForgetMeNotSerenityBluePendant ForgetMeNotCollection $19500 RegalStripeOnyxPendant RegalCollection $22500 RegalBlackMotherofPearlPendant RegalCollection $25000 TangoChampagne,Black,andWhitePendant TangoCollection $35000 AdagioBlueNecklace AdagioCollection 12 //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;