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',
        sTarget:'_self'
    },
    {   sTitle:'Search-Colored Stone',
        bIsWebPath:true,
        sUrl:'page19a.html'
    },
    {   sTitle:'Search-Diamond Jewelry',
        bIsWebPath:true,
        sUrl:'rdidiamonds.html',
        sTarget:'_self'
    },
    {   sTitle:'INFO-Star 129',
        bIsWebPath:true,
        sUrl:'star129.html'
    },
    {   sTitle:'INFO-Diamonds',
        bIsWebPath:true,
        sUrl:'diamondinfo.html'
    }]
},
{   sTitle:'Jewelry',
    bIsWebPath:true,
    sUrl:'jewelry2.html',
    sTarget:'_self'
},
{   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:'Diamond Buying',
        bIsWebPath:true,
        sUrl:'diamondbuying.html',
        sTarget:'_self'
    },
    {   sTitle:'Scrap Gold Buying',
        bIsWebPath:true,
        sUrl:'goldbuying.html'
    },
    {   sTitle:'+ MORE +',
        bIsWebPath:true,
        sUrl:'additional.html',"childArray" : [
        {   sTitle:'Estate Jewelry',
            bIsWebPath:true,
            sUrl:'estatejewelry.html'
        },
        {   sTitle:'WebPages',
            bIsWebPath:true,
            sUrl:'webpages.html',
            sTarget:'_self'
        },
        {   sTitle:'Anniversary',
            bIsWebPath:true,
            sUrl:'anniversary.html'
        },
        {   sTitle:'Birthstones',
            bIsWebPath:true,
            sUrl:'birthstones.html'
        },
        {   sTitle:'Dictionary',
            bIsWebPath:true,
            sUrl:'dictionary.html'
        },
        {   sTitle:'Videos',
            bIsWebPath:true,
            sUrl:'videos.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});