var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Land Surveying',
    bIsWebPath:true,
    sUrl:'surveying.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Data Entry',
    bIsWebPath:true,
    sUrl:'data.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
