var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Page 2',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'Page 3',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    sTitle:'The Grounds',
    bIsWebPath:true,
    sUrl:'the grounds.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Places to Visit',
    bIsWebPath:true,
    sUrl:'places to visit.html'
},
{   sTitle:'How to get There',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Booking Form',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   bSeparatorAfter:true,
    sTitle:'Terms & Conditions',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});