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

Parle Gems

Callforprice 14KWhiteGoldGraduatedBlueSapphireRing Callforprice 14KWhiteGoldRainbowSapphire/DiamondRing Callforprice 14KWhiteGoldRainbowSap/DiamondRing Callforprice SterlingSilverAmethystPendant Callforprice SterlingSilver/14KYellowGoldFreshwaterPearlPendant Callforprice 14KYellowGoldAustralianOpal/DiamondPendant Callforprice 14KYellowGoldNaturalOpal/DiamondPendant Callforprice 14KWhiteGoldBlueTopaz/DiamondPendant Callforprice SterlingSilverBlueTopazWavePendant Callforprice 14KYellowGoldEmeraldWRhodiumDiamondAreaPendant Callforprice 14KWhiteGoldBlueSapphire/DiamondPendant Callforprice 14KYellowGoldRuby/DiamondPendant Callforprice 14KGoldRoseLotusGarnet/DiamondNeckpiece Callforprice 14KYellowGoldCitrine/DiamondNeckpiece Callforprice SterlingSilver/14KYellowGoldFreshwaterPearlEarrings Callforprice 14KYellowGoldCitrine/DiamondEarrings Callforprice 14KYellowGoldGarnetCheckerboard/DiamondEarrings Callforprice 14KWhiteGoldPeridot/DiamondEarrings Callforprice 14KYellowGoldAustralianOpal/DiamondEarrings Callforprice 14KWhiteGoldBlueTopaz/DiamondEarrings Callforprice 14KWhiteGold2mmGraduatedBlueSapphireHoopEarrings 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;