var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about/about.html',"childArray" : [
    {   sTitle:'THIEquip History',
        bIsWebPath:true,
        sUrl:'about/history/history.html'
    },
    {   sTitle:'Why THIEquip',
        bIsWebPath:true,
        sUrl:'about/whyus/whyUs.html'
    },
    {   sTitle:'Thierica Dollar Story',
        bIsWebPath:true,
        sUrl:'about/dollar/dollar.html'
    }]
},
{   sTitle:'Capabilities',
    bIsWebPath:true,
    sUrl:'capabilities/capabilities.html',"childArray" : [
    {   sTitle:'THI Equipment',
        bIsWebPath:true,
        sUrl:'capabilities/equipment/equipment.html'
    },
    {   sTitle:'THIEquip Technology',
        bIsWebPath:true,
        sUrl:'capabilities/technology/technology.html'
    },
    {   sTitle:'THIEquip Engineering',
        bIsWebPath:true,
        sUrl:'capabilities/engineering/engineering.html'
    },
    {   sTitle:'THIEquip Lab',
        bIsWebPath:true,
        sUrl:'capabilities/lab/lab.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services/services.html',"childArray" : [
    {   sTitle:'THIEquip Robotic Services',
        bIsWebPath:true,
        sUrl:'about/services/robotic/robotic.html'
    },
    {   sTitle:'THIEquip Relocation Services',
        bIsWebPath:true,
        sUrl:'about/services/relocation/relocation.html'
    },
    {   sTitle:'THIEquip Upgrade Services',
        bIsWebPath:true,
        sUrl:'about/services/upgrades/upgrades.html'
    }]
},
{   sTitle:'Partners',
    bIsWebPath:true,
    sUrl:'partners/partners.html',"childArray" : [
    {   sTitle:'THIEquip Partnership',
        bIsWebPath:true,
        sUrl:'partners/requesttopartner/requestToPartner.html'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media/media.html',"childArray" : [
    {   sTitle:'THIEquip Plant Tour',
        bIsWebPath:true,
        sUrl:'media/walkthru/walkthrough.html',"childArray" : [
        {   sTitle:'THIEquip Photo Tour',
            bIsWebPath:true,
            sUrl:'media/walkthru/phototour.html'
        }]
    },
    {   sTitle:'THIEquip Photos',
        bIsWebPath:true,
        sUrl:'media/photos/photos.html',"childArray" : [
        {   sTitle:'THIEquip End Product Showcase',
            bIsWebPath:true,
            sUrl:'media/photos/showcase.html'
        }]
    },
    {   sTitle:'THIEquip Videos',
        bIsWebPath:true,
        sUrl:'media/videos/videos.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news/news.html'
},
{   sTitle:'Mexico',
    bIsWebPath:true,
    sUrl:'mexico/mexico.html',"childArray" : [
    {   sTitle:'About Thierica de Mexico',
        bIsWebPath:true,
        sUrl:'mexico/about/aboutMexico.html'
    },
    {   sTitle:'TdM Services',
        bIsWebPath:true,
        sUrl:'mexico/services/servicesMexico.html'
    },
    {   sTitle:'TdM Capabilities',
        bIsWebPath:true,
        sUrl:'mexico/capabilities/capabilitiesMexico.html'
    },
    {   sTitle:'Contact Thierica de Mexico',
        bIsWebPath:true,
        sUrl:'mexico/contact/contactMexico.html'
    }]
},
{   sTitle:'Mobile',
    bIsExternal:true,
    sUrl:'http://www.thiequip.com/WAP/index.xhtml'
},
{   sTitle:'Index',
    bIsWebPath:true,
    sUrl:'siteindex/siteindex.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact/contact.html',"childArray" : [
    {   sTitle:'Call THIEquip',
        bIsWebPath:true,
        sUrl:'contact/call.html'
    },
    {   sTitle:'Contact THIEquip',
        bIsWebPath:true,
        sUrl:'contact/contactus.html',"childArray" : [
        {   sTitle:'Contact Dominic',
            bIsWebPath:true,
            sUrl:'contact/contactdominic.html'
        },
        {   sTitle:'Contact Dave',
            bIsWebPath:true,
            sUrl:'contact/contactdave.html'
        },
        {   sTitle:'Contact Robb',
            bIsWebPath:true,
            sUrl:'contact/contactrobb.html'
        },
        {   sTitle:'Contact Dan',
            bIsWebPath:true,
            sUrl:'contact/contactdan.html'
        },
        {   sTitle:'Contact Lou',
            bIsWebPath:true,
            sUrl:'contact/contactlou.html'
        }]
    },
    {   sTitle:'Request Info',
        bIsWebPath:true,
        sUrl:'contact/inforequest/infoRequest.html'
    },
    {   sTitle:'Directions To THIEquip',
        bIsWebPath:true,
        sUrl:'contact/directions/directions.htm'
    },
    {   sTitle:'Lodging',
        bIsWebPath:true,
        sUrl:'contact/directions/recommendations/lodging.html'
    },
    {   sTitle:'Restaurants',
        bIsWebPath:true,
        sUrl:'contact/directions/recommendations/restaurants.html'
    }]
}]
});