var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'About Bellwether',
    bIsWebPath:true,
    sUrl:'about_bellwether.html'
},
{   sTitle:'Safety',
    bIsWebPath:true,
    sUrl:'safety_main.html',"childArray" : [
    {   sTitle:'Safety Cases',
        bIsWebPath:true,
        sUrl:'safety_case.html'
    },
    {   sTitle:'Safety Implication Statements',
        bIsWebPath:true,
        sUrl:'safety_implication.html'
    },
    {   sTitle:'Safety Management',
        bIsWebPath:true,
        sUrl:'safety_management.html'
    },
    {   sTitle:'HAZOPs/ HAZID',
        bIsWebPath:true,
        sUrl:'hazops_hazid.html'
    }]
},
{   sTitle:'Risk',
    bIsWebPath:true,
    sUrl:'risk_main.html',"childArray" : [
    {   sTitle:'Junction Screening Tool',
        bIsWebPath:true,
        sUrl:'junction_screening_tool.html'
    }]
},
{   sTitle:'Reliability',
    bIsWebPath:true,
    sUrl:'reliability_main.html'
},
{   sTitle:'Systems Engineering',
    bIsWebPath:true,
    sUrl:'systems_main.html'
},
{   sTitle:'Human Factors ',
    bIsWebPath:true,
    sUrl:'human_factors.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
