var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Accommodation',
    bIsWebPath:true,
    sUrl:'accommodation.html',
    sTarget:'_self'
},
{   sDescription:'cottages',
    sTitle:'Cottages',
    bIsWebPath:true,
    sUrl:'cottages.html',
    sTarget:'_self'
},
{   sTitle:'Restaurant/Bar',
    bIsWebPath:true,
    sUrl:'restaurant_bar.html',
    sTarget:'_self'
},
{   sTitle:'Weddings/Parties',
    bIsWebPath:true,
    sUrl:'weddings_functions.html',
    sTarget:'_self'
},
{   sTitle:'Pool',
    bIsWebPath:true,
    sUrl:'pool.html',
    sTarget:'_self'
},
{   sTitle:'Local Area',
    bIsWebPath:true,
    sUrl:'local area.html',
    sTarget:'_self'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'How to find us',
    bIsWebPath:true,
    sUrl:'directions.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
}]
});