var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'News',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Equipment',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'equipment.html'
},
{   'sTitle':'Vehicles',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'vehicles.html',
    'sTarget':'_self'
},
{   'sTitle':'Movie Rentals',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'rentals.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Terms & Conditions',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'terms.html'
}]
});
