var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Why Oriflame?',
    bIsWebPath:true,
    sUrl:'why_oriflame.html'
},
{   sTitle:'How to Make Money',
    bIsWebPath:true,
    sUrl:'making_money.html'
},
{   sTitle:'Personal Development',
    bIsWebPath:true,
    sUrl:'personal_development_hierarchy.html'
},
{   sTitle:'Online Registration',
    bIsWebPath:true,
    sUrl:'online_registration_form.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
}]
});