var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:' Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
},
{   sTitle:'Holiday Cottage',
    bIsWebPath:true,
    sUrl:'holiday cottage.html'
},
{   sTitle:'Password',
    bIsWebPath:true,
    sUrl:'password.html',"childArray" : [
    {   sTitle:'cornerfarm ',
        bIsWebPath:true,
        sUrl:'cornerfarm.html'
    }]
}]
});
