var nav_234tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self'
},
{   'sTitle':'Profile',
    'bIsExternal':true,
    'sUrl':'http://viking-autos.co.uk/Profile.htm',
    'sTarget':'_self'
},
{   'sTitle':'Showroom',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'showroom.html',
    'sTarget':'_self'
},
{   'sTitle':'Workshop',
    'bIsExternal':true,
    'sUrl':'http://viking-autos.co.uk/workshop.htm',
    'sTarget':'_self'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html',
    'sTarget':'_self'
}]
});
