var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.htm'
},
{   sTitle:'Where to Find Us',
    bIsWebPath:true,
    sUrl:'wheretofindus.htm'
},
{   sTitle:'Public Running Days',
    bIsWebPath:true,
    sUrl:'publicrunningdays.htm'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.htm'
},
{   sTitle:'Members Area',
    bIsWebPath:true,
    sUrl:'membersarea.htm',"childArray" : [
    {   sTitle:'Members Programme',
        bIsWebPath:true,
        sUrl:'membersprog.htm'
    }]
},
{   sTitle:'Programme',
    bIsWebPath:true,
    sUrl:'prog.htm'
},
{   sTitle:'Steam Locomotives',
    bIsWebPath:true,
    sUrl:'steamlocos.htm',"childArray" : [
    {   sTitle:'More Steam Locomotives',
        bIsWebPath:true,
        sUrl:'moresteamlocos.htm'
    }]
},
{   sTitle:'Diesel Type Battery Powered Locomotives',
    bIsWebPath:true,
    sUrl:'diesellocos.htm'
},
{   sTitle:'Traction Engines and Road Vehicles',
    bIsWebPath:true,
    sUrl:'te&rv.htm'
},
{   sTitle:'Stationary Engines',
    bIsWebPath:true,
    sUrl:'stationary.htm'
},
{   sTitle:'Part Built and Under Construction',
    bIsWebPath:true,
    sUrl:'partbuilt.htm',"childArray" : [
    {   sTitle:'More Part Built and Under Construction',
        bIsWebPath:true,
        sUrl:'morepartbuilt.htm'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.htm'
}]
});