var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'What We Have To Offer!',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Car Care Service',
        bIsWebPath:true,
        sUrl:'carcare.html'
    },
    {   sTitle:'General Services',
        bIsWebPath:true,
        sUrl:'general.html'
    },
    {   sTitle:'Undercar Services',
        bIsWebPath:true,
        sUrl:'undercar.html'
    },
    {   sTitle:'Heating and Cooling Services',
        bIsWebPath:true,
        sUrl:'hvac.html'
    },
    {   sTitle:'Electrical Services',
        bIsWebPath:true,
        sUrl:'electrical.html'
    },
    {   sTitle:'Transmission Services',
        bIsWebPath:true,
        sUrl:'transmission.html'
    },
    {   sTitle:'Electronic Services',
        bIsWebPath:true,
        sUrl:'electronic.html'
    },
    {   sTitle:'Internal Engine Services',
        bIsWebPath:true,
        sUrl:'engine.html'
    },
    {   sTitle:'Heavy Duty Services',
        bIsWebPath:true,
        sUrl:'heavyduty.html'
    }]
},
{   sTitle:'Towing',
    bIsWebPath:true,
    sUrl:'towing.html'
},
{   sTitle:'Appointment Request',
    bIsWebPath:true,
    sUrl:'appointment_request.html'
},
{   sTitle:'Coupons',
    bIsWebPath:true,
    sUrl:'coupons.html'
},
{   sTitle:'Customer Service',
    bIsWebPath:true,
    sUrl:'customerservice.html'
},
{   sTitle:'Code of Ethics',
    bIsWebPath:true,
    sUrl:'ethics.html'
},
{   sTitle:'Guarantees',
    bIsWebPath:true,
    sUrl:'guarantee.html'
},
{   sTitle:'Helpful Info',
    bIsWebPath:true,
    sUrl:'helpfulinfo.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html'
},
{   sTitle:'Map & Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Customer Satisfaction Survey',
        bIsWebPath:true,
        sUrl:'satisfaction_survey.html'
    }]
},
{   sTitle:'River City Wrecker Sales',
    bIsWebPath:true,
    sUrl:'wreckersales.html'
},
{   sTitle:'LienCar.com',
    bIsWebPath:true,
    sUrl:'liencar.html'
}]
});
