var menuHierarchy = [
    ['Diamond Search', '../inventory.htm'],
    ['Bridal', '../bridal.htm',
		['Engagement Rings', '../engagementrings.htm',
            ['Antique Settings', '../antique.htm'],
            ['Elegant & Classic', '../elegantclassic.htm']
        ],
        ['Eternity Bands', '../eternity.htm'],
        ['3-Stone Rings', '../3stonerings.htm'],
        ['Wedding Bands', '../weddingbands.htm',
            ['Men', '../mensbands.htm',
                ['Diamond Castle', '../mensdiamond.htm'],
                ['Benchmark', '../benchmarkmen.htm'],
                ['Dora', '../doramen1.htm'],
                ['Novell', '../novellmen1.htm']
            ],
            ['Women', '../womensbands.htm',
                ['Diamond', '../womensdiamond.htm'],
                ['Metal', '../womensmetal.htm']
            ]
        ],
    	['Bridal Sets', '../bridalsets.htm']
    ],
    ['Jewelry', 'jewelry.htm',
	    ['Bracelets', '../bracelets.htm'],
	    ['Earrings', '../earrings.htm'],
        ['Necklaces', '../necklaces.htm'],
        ['Pendants', '../pendants.htm'],
        ['Rings', '../rings.htm'],
        ['Children', '../jewelry-for-children.htm',
            ['Kiddie Kraft', '../kiddie-kraft-jewelry-for-kids.htm'],
            ['Laurn G Adams KIDS', '../lauren-g-adams-kids.html']
        ],
    ],
    ['Watches', '../watches.htm'],
    ['Designers', '../designers.htm',
        ['Alwand Vahan', '../alwand-vahan.htm'],
        ['Bellarri', '../bellarri.htm'],
        ['Edward Mirell', '../mirell.htm'],
        ['Elma Gil', '../elmagil.htm'],
        ['Kabana', '../kabana.htm'],
        ['Lauren G Adams', '../lauren-g-adams.htm'],
        ['Pianegonda', '../pianegonda.htm'],
        ['Revv', '../revv-mens-jewelry.htm'],
        ['Stel', '../stel.htm'],
        ['Talexia', '../talexia.htm'],
        ['Triton', '../triton.html']
    ],
    ['Education', '../education.htm',
		['The 4 Cs', '../fourcs.htm'],
        ['Metals', '../gold.htm'],
        ['How to Choose a Diamond', '../how-to-choose-a-diamond.htm']
	],
    ['Services', '../services.htm',
        ['Appraisals', '../appraisals.htm'],
        ['Care &amp; Maintenance', '../care.htm'],
        ['Custom Designs', '../custom.htm'],
        ['Remounts', '../remounts.htm'],
        ['Repairs', '../repairs.htm'],
        ['Special Orders', '../specialorders.htm'],
        ['Upgrades', '../upgrades.htm'],
        ['Watch Services', '../watch_repairs.htm'],
        ['We Buy Gold &amp; Diamonds', '../buygold.htm'],
    ],
    ['About Us', '../aboutus.htm',
        ['History', '../history.htm'],
        ['Terms', '../policies.htm'],
        ['Tour Our Store', '../tour.htm'],
        ['Directions &amp; Hours', '../directions.htm']
	],
    ['Contact Us', '../contactus.htm']
];
