var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'First Alarm Fire Inc',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Chemguard Foam',
        bIsWebPath:true,
        sUrl:'chemguard.html'
    },
    {   sTitle:'FirstMark CAFS',
        bIsWebPath:true,
        sUrl:'firstmark.html',"childArray" : [
        {   sTitle:'Cotile Foam Demo',
            bIsWebPath:true,
            sUrl:'foamdemo.html'
        }]
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Evans VFD',
        bIsWebPath:true,
        sUrl:'evansvfd.html'
    },
    {   sTitle:'Cotile VFD',
        bIsWebPath:true,
        sUrl:'cotilevfd.html',"childArray" : [
        {   sTitle:'Cotile Night Training',
            bIsWebPath:true,
            sUrl:'cotilenighttraining.html'
        }]
    },
    {   sTitle:'Bienville VFD 6',
        bIsWebPath:true,
        sUrl:'bienville6.html'
    },
    {   sTitle:'Bienville VFD 7',
        bIsWebPath:true,
        sUrl:'bienvillevfd7.html'
    }]
},
{   sTitle:'Urban Skids',
    bIsWebPath:true,
    sUrl:'urban.html'
},
{   sTitle:'FOR SALE',
    bIsWebPath:true,
    sUrl:'forsale.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
