var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'Members',
    bIsWebPath:true,
    sUrl:'members.html'
},
{   sTitle:'The Trust',
    bIsWebPath:true,
    sUrl:'thetrust.html',"childArray" : [
    {   sTitle:'GWCT Stand',
        bIsWebPath:true,
        sUrl:'gwctstand.html'
    }]
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});