var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bed & Breakfast',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Self Contained',
    bIsWebPath:true,
    sUrl:'self contained.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Your Hosts',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
