var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Tires',
    'bIsWebPath':true,
    'sUrl':'tires.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Schedule',
    'bIsWebPath':true,
    'sUrl':'schedule.html'
},
{   'sTitle':'Night Drop form',
    'bIsWebPath':true,
    'sUrl':'nightdrop.html'
},
{   'sTitle':'Learning Center',
    'bIsWebPath':true,
    'sUrl':'learning center.html'
},
{   'sDescription':'Page contains current Valvoline promations and rebates ',
    'sTitle':'Valvoline ',
    'bIsWebPath':true,
    'sUrl':'valvoline.html'
},
{   'sTitle':'Coupons',
    'bIsWebPath':true,
    'sUrl':'coupons.html'
},
{   'sTitle':'Car care tips',
    'bIsWebPath':true,
    'sUrl':'carcare.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Our Location',
    'bIsWebPath':true,
    'sUrl':'location.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
