var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Installations',
    bIsWebPath:true,
    sUrl:'installations.html'
},
{   sTitle:'Service',
    bIsWebPath:true,
    sUrl:'service.html'
},
{   sTitle:'Test Panels',
    bIsWebPath:true,
    sUrl:'test panels.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Used Equipment',
    bIsWebPath:true,
    sUrl:'used equipment.html',"childArray" : [
    {   sTitle:'Bendix/King',
        bIsWebPath:true,
        sUrl:'Bendix/king.html'
    },
    {   sTitle:'Collins',
        bIsWebPath:true,
        sUrl:'collins.html'
    },
    {   sTitle:'All Manufacturers',
        bIsWebPath:true,
        sUrl:'all manufacturers.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
