var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'About Us',
    sUrl:'about.html'
},
{   sTitle:'Recent News',
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Fire Protection News',
        sUrl:'fpnews.html'
    }]
},
{   sTitle:'Products',
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Fire Protection',
        sUrl:'fireprotection.html'
    },
    {   sTitle:'Security Systems',
        sUrl:'security.html'
    }]
},
{   sTitle:'Services',
    sUrl:'services.html'
},
{   sTitle:'Associations',
    sUrl:'associations.html'
},
{   sTitle:'Contact',
    sUrl:'contact.html'
}]
});