var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Male and Female Performance ',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    },
    {   sTitle:'Herbal creams and oils',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    },
    {   sTitle:'Skin Care ',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'Herbal Teas',
        bIsWebPath:true,
        sUrl:'herbal tea.html',
        sTarget:'_self'
    },
    {   sTitle:'Slimming ',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    },
    {   sTitle:'Quit Smoking',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'Others',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'Most popular products',
        bIsWebPath:true,
        sUrl:'mostpopularproducts.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});