var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Technical',
    bIsWebPath:true,
    sUrl:'technical.html',"childArray" : [
    {   sTitle:'Ingredients',
        bIsWebPath:true,
        sUrl:'ingredients.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Skin ',
        bIsWebPath:true,
        sUrl:'skin.html'
    },
    {   sTitle:'Face',
        bIsWebPath:true,
        sUrl:'face.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    }]
},
{   sTitle:'News Room',
    bIsWebPath:true,
    sUrl:'press-releases.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html',"childArray" : [
    {   sTitle:'Partner\'s Contact',
        bIsWebPath:true,
        sUrl:'partnerscontact.html'
    }]
}]
});
