var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Diamonds ',
    bIsWebPath:true,
    sUrl:'searchpage.html',"childArray" : [
    {   sTitle:'Search-Diamonds',
        bIsWebPath:true,
        sUrl:'diamondsearch.html'
    },
    {   sTitle:'Search-Colored Stone',
        bIsWebPath:true,
        sUrl:'page19a.html'
    },
    {   sTitle:'Search-Diamond Jewelry',
        bIsWebPath:true,
        sUrl:'rdidiamonds.html'
    },
    {   sTitle:'Facts - 4C\'s',
        bIsWebPath:true,
        sUrl:'4cs.html'
    },
    {   sTitle:'Facts - Star129',
        bIsWebPath:true,
        sUrl:'page50.html'
    },
    {   sTitle:'Facts - Caro 74',
        bIsWebPath:true,
        sUrl:'page51.html'
    }]
},
{   sTitle:'Jewelry',
    bIsWebPath:true,
    sUrl:'jewelry2.html'
},
{   sTitle:'Learning',
    bIsWebPath:true,
    sUrl:'learningl.html',"childArray" : [
    {   sTitle:'Star 129 diamonds',
        bIsWebPath:true,
        sUrl:'stardiamonds.html'
    },
    {   sTitle:'Caro 74 Diamonds',
        bIsWebPath:true,
        sUrl:'caro74link.html'
    },
    {   sTitle:'Dictionary',
        bIsWebPath:true,
        sUrl:'dictionary.html'
    },
    {   sTitle:'+ Lists',
        bIsWebPath:true,
        sUrl:'page36.html',"childArray" : [
        {   sTitle:'Anniversary',
            bIsWebPath:true,
            sUrl:'anniversary.html'
        },
        {   sTitle:'Birthstones',
            bIsWebPath:true,
            sUrl:'birthstones.html'
        },
        {   sTitle:'Diamond sizes',
            bIsWebPath:true,
            sUrl:'diamondsizes.html'
        },
        {   sTitle:'Ring Sizes',
            bIsWebPath:true,
            sUrl:'ringsize.html'
        },
        {   sTitle:'CZ weights',
            bIsWebPath:true,
            sUrl:'czweights.html'
        }]
    },
    {   sTitle:'+ Facts',
        bIsWebPath:true,
        sUrl:'facts.html',"childArray" : [
        {   sTitle:'4 C\'s',
            bIsWebPath:true,
            sUrl:'diamondinfo.html'
        },
        {   sTitle:'Appraisals',
            bIsWebPath:true,
            sUrl:'appraisals.html'
        },
        {   sTitle:'Caro 74',
            bIsWebPath:true,
            sUrl:'caro74.html'
        },
        {   sTitle:'Estate',
            bIsWebPath:true,
            sUrl:'estatejewelry.html'
        },
        {   sTitle:'Gold',
            bIsWebPath:true,
            sUrl:'goldfacts.html'
        },
        {   sTitle:'Insurance',
            bIsWebPath:true,
            sUrl:'insurance.html'
        },
        {   sTitle:'Pearls',
            bIsWebPath:true,
            sUrl:'pearls.html'
        },
        {   sTitle:'Star 129',
            bIsWebPath:true,
            sUrl:'star129.html'
        },
        {   sTitle:'Watch Repair',
            bIsWebPath:true,
            sUrl:'watchrepair.html'
        }]
    },
    {   sTitle:'+ Ads',
        bIsWebPath:true,
        sUrl:'video menu.html',"childArray" : [
        {   sTitle:'Videos',
            bIsWebPath:true,
            sUrl:'videos.html'
        },
        {   sTitle:'NewsPaper',
            bIsWebPath:true,
            sUrl:'newspaper.html'
        },
        {   sTitle:'Scrap Gold Buying',
            bIsWebPath:true,
            sUrl:'goldbuying.html'
        },
        {   sTitle:'Diamond Buying',
            bIsWebPath:true,
            sUrl:'diamondbuying.html'
        }]
    }]
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Store Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'VIP Benefit card',
        bIsWebPath:true,
        sUrl:'diamondcard.html'
    },
    {   sTitle:'Estate Jewelry',
        bIsWebPath:true,
        sUrl:'estatejewelry2.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactentry.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Our Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    },
    {   sTitle:'On the Web',
        bIsWebPath:true,
        sUrl:'webpages.html'
    }]
}]
});