var nav_2tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Profile',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'tomprofile.html'
},
{   'sTitle':'Stable',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'stable.html'
},
{   'sDescription':'Contact Shrimpton Lodge.',
    'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
