var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About L\'Amore',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Organics',
        bIsWebPath:true,
        sUrl:'organics.html'
    },
    {   sTitle:'Botanical Bath & Body',
        bIsWebPath:true,
        sUrl:'botbath.html'
    },
    {   sTitle:'Botanical Skin Care',
        bIsWebPath:true,
        sUrl:'botskin.html'
    },
    {   sTitle:'Slimming & Wellness',
        bIsWebPath:true,
        sUrl:'slimming.html'
    },
    {   sTitle:'L\'Amore for Men',
        bIsWebPath:true,
        sUrl:'men.html'
    }]
},
{   sTitle:'Opportunity',
    bIsWebPath:true,
    sUrl:'opportunity.html',"childArray" : [
    {   sTitle:'The Peoples Opportunity',
        bIsWebPath:true,
        sUrl:'peoplesopportunity.html'
    },
    {   sTitle:'Why L\'Amore',
        bIsWebPath:true,
        sUrl:'why.html'
    },
    {   sTitle:'4 Ways to Earn',
        bIsWebPath:true,
        sUrl:'4ways.html'
    },
    {   sTitle:'How to Join',
        bIsWebPath:true,
        sUrl:'how.html'
    }]
},
{   sTitle:'Join Us',
    bIsWebPath:true,
    sUrl:'join.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});