var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Products',
    bIsWebPath:true,
    sUrl:'ourproducts.html',"childArray" : [
    {   sTitle:'EHS Manager',
        bIsWebPath:true,
        sUrl:'ehsmanager.html',"childArray" : [
        {   sTitle:'Workers Comp Claims Tracking',
            bIsWebPath:true,
            sUrl:'ehsworkerscompscreenshot.html'
        },
        {   sTitle:'Regulatory Tracking',
            bIsWebPath:true,
            sUrl:'ehsregulatoryscreenshot.html'
        },
        {   sTitle:'Standard Reports',
            bIsWebPath:true,
            sUrl:'ehsreportsscreenshot.html'
        },
        {   sTitle:'Training Administration',
            bIsWebPath:true,
            sUrl:'ehstrainingscreenshot.html'
        },
        {   sTitle:'OSHA LOG',
            bIsWebPath:true,
            sUrl:'ehsoshalogscreenshot.html'
        },
        {   sTitle:'Track Injury Cost',
            bIsWebPath:true,
            sUrl:'ehsinjurycostscreenshot.html'
        },
        {   sTitle:'Enforce Compliance',
            bIsWebPath:true,
            sUrl:'ehscompliancescreenshot.html'
        }]
    },
    {   sTitle:'Task Resource Planner',
        bIsWebPath:true,
        sUrl:'trp.html',"childArray" : [
        {   sTitle:'Assign Work Orders',
            bIsWebPath:true,
            sUrl:'trpworkcenterscreenshot.html'
        },
        {   sTitle:'Synchronize Work Flow',
            bIsWebPath:true,
            sUrl:'trpsyncflow.html'
        },
        {   sTitle:'Quality and Maintenance Screens',
            bIsWebPath:true,
            sUrl:'trpquality.html'
        },
        {   sTitle:'Capacity Planning',
            bIsWebPath:true,
            sUrl:'trpcapacityplanning.html'
        },
        {   sTitle:'Order Costing',
            bIsWebPath:true,
            sUrl:'trpcosting.html'
        },
        {   sTitle:'Visual Factory',
            bIsWebPath:true,
            sUrl:'trpvisualfactory.html'
        }]
    },
    {   sTitle:'Office Work Flow Manager',
        bIsWebPath:true,
        sUrl:'masterschedule.html',"childArray" : [
        {   sTitle:'Work Flow Scheduling',
            bIsWebPath:true,
            sUrl:'msschedulescreen.html'
        },
        {   sTitle:'Work Flow Department Screens',
            bIsWebPath:true,
            sUrl:'msdepartmentscreen.html'
        },
        {   sTitle:'Accounting Interface',
            bIsWebPath:true,
            sUrl:'msaccountinginterfacescreen.html'
        },
        {   sTitle:'Easy Work Flow Security',
            bIsWebPath:true,
            sUrl:'mssecurityscreen.html'
        },
        {   sTitle:'Order Documents Auto File Structure',
            bIsWebPath:true,
            sUrl:'msfilestructure.html'
        },
        {   sTitle:'Work Flow KPI Monitoring',
            bIsWebPath:true,
            sUrl:'mskpimonitorscreen.html'
        }]
    },
    {   sTitle:'Blackberry Press Release',
        bIsWebPath:true,
        sUrl:'blackberrypressrelease.html',"childArray" : [
        {   sTitle:'RIM Case Study',
            bIsWebPath:true,
            sUrl:'rimcasestudy.html'
        }]
    }]
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'ourservices.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Privacy Policy',
        bIsWebPath:true,
        sUrl:'privacypolicy.html'
    },
    {   sTitle:'Terms and Conditions',
        bIsWebPath:true,
        sUrl:'termsandconditions.html'
    }]
},
{   sTitle:'Site Map',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});
