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