var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'/'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about-us.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'security-gate-images.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
},
{   sTitle:'Work Instruction Form',
    bIsWebPath:true,
    sUrl:'gate-servicing.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
}]
});
