var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'valves',
        bIsWebPath:true,
        sUrl:'valves.html'
    },
    {   sTitle:'flow controls',
        bIsWebPath:true,
        sUrl:'flow controls.html'
    }]
},
{   sTitle:'Manufacturers',
    bIsWebPath:true,
    sUrl:'manufacturers.html'
},
{   sDescription:'In Shop or Fiels Services and Start Up Replacement parts',
    sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
}]
});
