var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Road',
        bIsWebPath:true,
        sUrl:'road.html',"childArray" : [
        {   sTitle:'Falcon',
            bIsWebPath:true,
            sUrl:'falcon.html'
        },
        {   sTitle:'Phoenix',
            bIsWebPath:true,
            sUrl:'phoenix.html'
        },
        {   sTitle:'Eagle',
            bIsWebPath:true,
            sUrl:'eagle.html'
        },
        {   sTitle:'Road build kits',
            bIsWebPath:true,
            sUrl:'road build kits.html'
        }]
    },
    {   sTitle:'CX',
        bIsWebPath:true,
        sUrl:'cx.html',"childArray" : [
        {   sTitle:'Ti-Fighter',
            bIsWebPath:true,
            sUrl:'ti-fighter.html'
        },
        {   sTitle:'Odyssey',
            bIsWebPath:true,
            sUrl:'odyssey.html'
        },
        {   sTitle:'CX build kits',
            bIsWebPath:true,
            sUrl:'cx build kits.html'
        }]
    },
    {   sTitle:'MTB',
        bIsWebPath:true,
        sUrl:'mtb.html',"childArray" : [
        {   sTitle:'29R',
            bIsWebPath:true,
            sUrl:'29r.html'
        },
        {   sTitle:'Tirant',
            bIsWebPath:true,
            sUrl:'tirant.html'
        },
        {   sTitle:'MTB build kits',
            bIsWebPath:true,
            sUrl:'mtb build kits.html'
        }]
    },
    {   sTitle:'Custom',
        bIsWebPath:true,
        sUrl:'custom.html'
    },
    {   sTitle:'Accessories',
        bIsWebPath:true,
        sUrl:'accessories.html'
    },
    {   sTitle:'Specials',
        bIsWebPath:true,
        sUrl:'specials.html'
    }]
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html',"childArray" : [
    {   sTitle:'News/Media',
        bIsWebPath:true,
        sUrl:'news media.html'
    },
    {   sTitle:'Why Ti?',
        bIsWebPath:true,
        sUrl:'why ti.html'
    },
    {   sTitle:'Rider Feedback',
        bIsWebPath:true,
        sUrl:'rider feedback.html'
    },
    {   sTitle:'Team Everti',
        bIsWebPath:true,
        sUrl:'team everti.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
},
{   sTitle:'Find a Retailer',
    bIsWebPath:true,
    sUrl:'find a retailer.html'
}]
});