var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About You',
    bIsWebPath:true,
    sUrl:'aboutyou.html'
},
{   sTitle:'About APEX',
    bIsWebPath:true,
    sUrl:'aboutapex.html'
},
{   sTitle:'Process Safety',
    bIsWebPath:true,
    sUrl:'processsafety.html',"childArray" : [
    {   sTitle:'Process Safety Links',
        bIsWebPath:true,
        sUrl:'pslinks.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Enquiries',
        bIsWebPath:true,
        sUrl:'enquiries.html'
    }]
}]
});
