var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'company.html'
    },
    {   sTitle:'Partners',
        bIsWebPath:true,
        sUrl:'partners.html'
    }]
},
{   sTitle:'Enterprise Resource Planning',
    bIsWebPath:true,
    sUrl:'businesssolutions.html'
},
{   sTitle:'Customer Relationship Management',
    bIsWebPath:true,
    sUrl:'oracle_crm_on_demand.html'
},
{   sTitle:'Services',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Implementation Services ',
        bIsWebPath:true,
        sUrl:'syntaxexpress.html'
    },
    {   sTitle:'Hosting and Managed Services',
        bIsWebPath:true,
        sUrl:'managementservices.html'
    },
    {   sTitle:'JD Edwards Upgrade Services',
        bIsWebPath:true,
        sUrl:'JDEdwards_Upgrade.html'
    }]
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'JD Edwards Training',
        bIsWebPath:true,
        sUrl:'services.html',
        sTarget:'_self'
    }]
},
{   sTitle:'IT Infrastructure',
    bIsWebPath:true,
    sUrl:'technology.html',"childArray" : [
    {   sTitle:'Storage',
        bIsWebPath:true,
        sUrl:'storage_ibm.html'
    },
    {   sTitle:'Hosting and Managed Services',
        bIsWebPath:true,
        sUrl:'managementservices.html'
    },
    {   sTitle:'IBM Power Systems',
        bIsWebPath:true,
        sUrl:'ibm_power_systems.html'
    },
    {   sTitle:'Disaster Recovery and High Availability',
        bIsWebPath:true,
        sUrl:'disaster_recovery.html'
    },
    {   sTitle:'Consolidation and Virtualization',
        bIsWebPath:true,
        sUrl:'consolidation_virtualization.html'
    }]
},
{   sTitle:'Events & News',
    bIsWebPath:true,
    sUrl:'eventsandnews.html',"childArray" : [
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'eventsandnews.html'
    },
    {   sTitle:'Webinars',
        bIsWebPath:true,
        sUrl:'prerecordedwebinars.html'
    },
    {   sTitle:'Press',
        bIsWebPath:true,
        sUrl:'pressrelease2.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Contact Me Form',
        bIsWebPath:true,
        sUrl:'contact-me-form.html',
        sTarget:'_self'
    }]
}]
});