var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Top',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'index.html#ToTop'
    }]
},
{   sTitle:'Edinburgh',
    bIsWebPath:true,
    sUrl:'edinburgh.html',
    sTarget:'_self'
},
{   sTitle:'Scott\'s Country',
    bIsWebPath:true,
    sUrl:'scottscountry.html',
    sTarget:'_self'
},
{   sTitle:'Braveheart Country',
    bIsWebPath:true,
    sUrl:'braveheartcountry.html',
    sTarget:'_self'
},
{   sTitle:'Fees',
    bIsWebPath:true,
    sUrl:'fees.html',
    sTarget:'_self'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html',
    sTarget:'_self'
}]
});