var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CWS Ltd Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Driveway',
        bIsWebPath:true,
        sUrl:'driveway.html'
    }]
},
{   sTitle:'Moleing',
    bIsWebPath:true,
    sUrl:'moleing.html'
},
{   sTitle:'About CWS Ltd',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'letters.html'
},
{   sTitle:'Contact CWS Ltd',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
