var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'What does WME Design do',
    sTitle:'What we do',
    bIsWebPath:true,
    sUrl:'whatwedo.html',
    sTarget:'_self'
},
{   sTitle:'Costs',
    bIsWebPath:true,
    sUrl:'costs.html',
    sTarget:'_self'
},
{   sTitle:'Tips and Tricks',
    bIsWebPath:true,
    sUrl:'tips and tricks.html',
    sTarget:'_self'
},
{   sDescription:'Get your site to the top',
    sTitle:'SEO Search Engine Optimisation',
    bIsWebPath:true,
    sUrl:'seo.html',
    sTarget:'_self'
},
{   sDescription:'Contact WME Design',
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
