var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'Page 2.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
},
{   'sTitle':'Day Excursions',
    'bIsWebPath':true,
    'sUrl':'day excursions.html'
},
{   'sTitle':'Shows',
    'bIsWebPath':true,
    'sUrl':'shows.html'
},
{   'sTitle':'Coach Holidays',
    'bIsWebPath':true,
    'sUrl':'coach holidays.html'
},
{   'sTitle':'Fleet Care',
    'bIsWebPath':true,
    'sUrl':'fleet care.html'
},
{   'sTitle':'Group Travel',
    'bIsWebPath':true,
    'sUrl':'group travel.html'
},
{   'sTitle':'Latest Updates',
    'bIsWebPath':true,
    'sUrl':'latest updates.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Coaches',
    'bIsWebPath':true,
    'sUrl':'coaches.html'
}]
});
