var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Rally Camera Hire',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});