var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Soot Blower Controls',
    bIsWebPath:true,
    sUrl:'sootblower.html',"childArray" : [
    {   sTitle:'Demo Request Form',
        bIsWebPath:true,
        sUrl:'sbdemo-req-form.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
