var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Carpet',
        bIsWebPath:true,
        sUrl:'carpet.html',"childArray" : [
        {   sTitle:'Carpeting',
            bIsWebPath:true,
            sUrl:'carpeting-lines.html',"childArray" : [
            {   sTitle:'PF400',
                bIsWebPath:true,
                sUrl:'page22.html'
            }]
        },
        {   sTitle:'Carpet Pad',
            bIsWebPath:true,
            sUrl:'carpet-pad.html'
        }]
    }]
},
{   sTitle:'Knowledge Center',
    bIsWebPath:true,
    sUrl:'knowledge.html',"childArray" : [
    {   sTitle:'Wood Flooring',
        bIsWebPath:true,
        sUrl:'wood-flooring-kc.html'
    },
    {   sTitle:'EcoXotics',
        bIsWebPath:true,
        sUrl:'ecoxotics-kc.html'
    },
    {   sTitle:'Carpet',
        bIsWebPath:true,
        sUrl:'carpet-kc.html'
    },
    {   sTitle:'Newsletter',
        bIsWebPath:true,
        sUrl:'newsletter.html'
    }]
},
{   sTitle:'Where to Buy',
    bIsWebPath:true,
    sUrl:'where.html',"childArray" : [
    {   sTitle:'Order Now',
        bIsWebPath:true,
        sUrl:'order-now.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});
