var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Crew',
    bIsWebPath:true,
    sUrl:'crew.html',"childArray" : [
    {   sTitle:'Retired Firemen',
        bIsWebPath:true,
        sUrl:'retired.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Equipment',
    bIsWebPath:true,
    sUrl:'equipment.html'
},
{   sTitle:'Fire Safety',
    bIsWebPath:true,
    sUrl:'safety.html',
    sTarget:'_self'
},
{   sTitle:'Action Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
