var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Industry Links',
        bIsWebPath:true,
        sUrl:'industry.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'TechniChlor',
        bIsWebPath:true,
        sUrl:'technichlor.html'
    },
    {   sTitle:'ColorChlor',
        bIsWebPath:true,
        sUrl:'colorchlor.html'
    },
    {   sTitle:'Spa Salts',
        bIsWebPath:true,
        sUrl:'spa_salts.html'
    }]
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://www.spachlorinator.com/blog',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
}]
});