var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'WPD Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Shop Catalog',
        bIsWebPath:true,
        sUrl:'shop_catalog.html'
    },
    {   sTitle:'Ignition & Engine Filters',
        bIsWebPath:true,
        sUrl:'ignition_and_engine_filters.html'
    },
    {   sTitle:'Belts & Cooling',
        bIsWebPath:true,
        sUrl:'belts_and_cooling.html'
    },
    {   sTitle:'Fuel & Emissions',
        bIsWebPath:true,
        sUrl:'fuel_and_emissions.html'
    },
    {   sTitle:'Electrical',
        bIsWebPath:true,
        sUrl:'electrical.html'
    },
    {   sTitle:'Heating & Air Conditioning',
        bIsWebPath:true,
        sUrl:'hvac.html'
    },
    {   sTitle:'Brakes & Wheel Bearings',
        bIsWebPath:true,
        sUrl:'brakes_and_wheel.html'
    },
    {   sTitle:'Chassis & Steering',
        bIsWebPath:true,
        sUrl:'chassis_and_steering.html'
    },
    {   sTitle:'Exhaust & Clutch',
        bIsWebPath:true,
        sUrl:'exhaust_and_clutch.html'
    },
    {   sTitle:'Engine',
        bIsWebPath:true,
        sUrl:'engine.html'
    },
    {   sTitle:'Drive Train',
        bIsWebPath:true,
        sUrl:'drive_train.html'
    },
    {   sTitle:'Vision & Miscellaneous',
        bIsWebPath:true,
        sUrl:'vision_and_misc.html'
    }]
},
{   sTitle:'Online Resources',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'TurboParts',
        bIsExternal:true,
        sUrl:'http://wpd.turboii.com/',
        sTarget:'_blank'
    },
    {   sTitle:'ShowMeTheParts.com',
        bIsExternal:true,
        sUrl:'http://www.showmetheparts.com/wpd/',
        sTarget:'_blank'
    },
    {   sTitle:'Request Catalog Access',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Catalog Help',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Join Mailing List',
        bIsWebPath:true,
        sUrl:'page26.html'
    },
    {   sTitle:'Online Forms',
        bIsWebPath:true,
        sUrl:'online forms.html'
    }]
},
{   sTitle:'About WPD',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Our History',
        bIsWebPath:true,
        sUrl:'our_history.html'
    },
    {   sTitle:'Our Sales Team',
        bIsWebPath:true,
        sUrl:'sales_team.html'
    },
    {   sTitle:'OEM Connections',
        bIsWebPath:true,
        sUrl:'oem_connections.html'
    },
    {   sTitle:'Locations',
        bIsWebPath:true,
        sUrl:'locations.html'
    },
    {   sTitle:'Delivery Info',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Special Events',
        bIsWebPath:true,
        sUrl:'special_events.html'
    }]
}]
});
