var nav_80tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self'
},
{   'sTitle':'Gastenboek',
    'bIsExternal':true,
    'sUrl':'http://www.deha-trailers.nl/guestbook/index.php',
    'sTarget':'_self'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.php',
    'sTarget':'_self'
},
{   'sTitle':'Reserveren',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'reservering.php',
    'sTarget':'_self'
}]
});
