var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ME-Relief Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Buy ME-Relief Now',
    bIsWebPath:true,
    sUrl:'product.html',"childArray" : [
    {   sTitle:'Trial Packs',
        bIsWebPath:true,
        sUrl:'trial.html'
    }]
},
{   sTitle:'About me Paul Carpenter',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Medical Opinion',
        bIsWebPath:true,
        sUrl:'medical.html'
    }]
},
{   sTitle:'How to take ME-Relief',
    bIsWebPath:true,
    sUrl:'howto.html',"childArray" : [
    {   sTitle:'Precautions and Recomendations',
        bIsWebPath:true,
        sUrl:'precautions.html'
    }]
},
{   sTitle:'Frequently Asked Questions',
    bIsWebPath:true,
    sUrl:'faq.html',"childArray" : [
    {   sTitle:'More Frequently Asked Questions',
        bIsWebPath:true,
        sUrl:'more.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Comments',
    bIsWebPath:true,
    sUrl:'comments.html'
}]
});
