var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'Products.htm',"childArray" : [
    {   sTitle:'Central Vacs',
        bIsWebPath:true,
        sUrl:'units.html',"childArray" : [
        {   sTitle:'True Cyclonic',
            bIsWebPath:true,
            sUrl:'tc.html',"childArray" : [
            {   sTitle:'Model 260',
                bIsWebPath:true,
                sUrl:'model260.html'
            },
            {   sTitle:'Model 466Q',
                bIsWebPath:true,
                sUrl:'model466q.html'
            },
            {   sTitle:'Model 566Q',
                bIsWebPath:true,
                sUrl:'model566q.html'
            },
            {   sTitle:'Model 760',
                bIsWebPath:true,
                sUrl:'model760.html'
            },
            {   sTitle:'Model 960',
                bIsWebPath:true,
                sUrl:'model960.html'
            },
            {   sTitle:'MaxAir',
                bIsWebPath:true,
                sUrl:'maxair.html'
            }]
        },
        {   sTitle:'Filtered Cyclonic',
            bIsWebPath:true,
            sUrl:'fc.html',"childArray" : [
            {   sTitle:'Model FC 300',
                bIsWebPath:true,
                sUrl:'modelfc300.html'
            },
            {   sTitle:'Model FC 550',
                bIsWebPath:true,
                sUrl:'modelfc550.html'
            },
            {   sTitle:'Model FC 650',
                bIsWebPath:true,
                sUrl:'modelfc650.html'
            },
            {   sTitle:'Model FC 1550',
                bIsWebPath:true,
                sUrl:'modelfc1550.html'
            }]
        }]
    },
    {   sTitle:'Online Store',
        bIsWebPath:true,
        sUrl:'cleaningkits.html'
    },
    {   sTitle:'Retractable Hose',
        bIsWebPath:true,
        sUrl:'retractable.html'
    },
    {   sTitle:'Warranty',
        bIsWebPath:true,
        sUrl:'warranty.html'
    }]
},
{   sTitle:'Benefits',
    bIsWebPath:true,
    sUrl:'FrontPage.htm',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'commerce.html'
    },
    {   sTitle:'Living Green',
        bIsWebPath:true,
        sUrl:'green.html'
    },
    {   sTitle:'Savings',
        bIsWebPath:true,
        sUrl:'savings.html'
    }]
},
{   sTitle:'Find a Dealer',
    bIsWebPath:true,
    sUrl:'dealers.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'regionalmap.html'
}]
});
