var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Product Selector',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'products.html'
    },
    {   sTitle:'MiniChlor Spa Chlorine Generator',
        bIsWebPath:true,
        sUrl:'minichlor.html'
    },
    {   sTitle:'TechniChlor Spa Chlorine Generator',
        bIsWebPath:true,
        sUrl:'technichlor.html'
    },
    {   sTitle:'ColorChlor Spa Chlorine Generator',
        bIsWebPath:true,
        sUrl:'colorchlor.html'
    },
    {   sTitle:'ChlorMaker Inline Spa Chlorine Generator',
        bIsWebPath:true,
        sUrl:'chlormaker.html'
    },
    {   sTitle:'ChlorSimple Above Ground Pool Chlorine Generator',
        bIsWebPath:true,
        sUrl:'chlorsimple.html'
    },
    {   sTitle:'PoolWarden Pool Chemical Automation',
        bIsWebPath:true,
        sUrl:'poolwarden.html'
    },
    {   sTitle:'Bromine Generators',
        bIsWebPath:true,
        sUrl:'bromine_generator_chemicals.html'
    }]
},
{   sTitle:'Info',
    bIsExternal:true,
    sUrl:'http://www.controlomatic.com/blog/',
    sTarget:'_self'
},
{   sDescription:'Shop the ControlOMatic Store',
    sTitle:'Shop',
    bIsExternal:true,
    sUrl:'http://www.shop.controlomatic.com/Chlorine-Generators_c3.htm?sourceCode=controlomatic',
    sTarget:'_blank'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html'
    },
    {   sTitle:'Dealers',
        bIsWebPath:true,
        sUrl:'dealers.html',"childArray" : [
        {   sTitle:'Dealer Selector',
            bIsExternal:true,
            bIsWebPath:true,
            sUrl:'dealers.html',
            sTarget:'_self'
        },
        {   sTitle:'Dealer Partners',
            bIsWebPath:true,
            sUrl:'dealerpartners.html'
        },
        {   bSeparatorBefore:true,
            sTitle:'Dealer Login',
            bIsExternal:true,
            sUrl:'http://www.poolwarden.com/login'
        },
        {   sTitle:'Industry Links',
            bIsWebPath:true,
            sUrl:'industry-links.html'
        }]
    },
    {   sTitle:'Contact Us',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'About ControlOMatic',
        bIsWebPath:true,
        sUrl:'aboutus.html'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.html'
    },
    {   sTitle:'Manuals',
        bIsWebPath:true,
        sUrl:'manuals.html'
    },
    {   sTitle:'Troubleshooting',
        bIsWebPath:true,
        sUrl:'troubleshooting.html'
    }]
}]
});
