var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Electrical',
    bIsWebPath:true,
    sUrl:'electrical.html'
},
{   sTitle:'CCTV',
    bIsWebPath:true,
    sUrl:'cctv.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Portal',
    bIsWebPath:true,
    sUrl:'portal.html'
}]
});
