var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'default.htm'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about_us.htm'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.htm',"childArray" : [
    {   sTitle:'Products',
        bIsWebPath:true,
        sUrl:'what_we_do.htm'
    },
    {   sTitle:'B & M Camping and Leisure',
        bIsWebPath:true,
        sUrl:'b_&m_camping.htm'
    },
    {   sTitle:'Weatherall Conservatories',
        bIsWebPath:true,
        sUrl:'weatherall_conservatories.htm'
    }]
},
{   sTitle:'Job vacancies',
    bIsWebPath:true,
    sUrl:'job_vacancies.htm'
},
{   sTitle:'How to find us',
    bIsWebPath:true,
    sUrl:'how_to_find_us.htm'
}]
});