var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Lodge',
    bIsWebPath:true,
    sUrl:'lodge.html',"childArray" : [
    {   sTitle:'Rose Cottage',
        bIsWebPath:true,
        sUrl:'rose cottage.html'
    },
    {   sTitle:'Manor House',
        bIsWebPath:true,
        sUrl:'manor house.html'
    },
    {   sTitle:'Bay View',
        bIsWebPath:true,
        sUrl:'bay view.html'
    },
    {   sTitle:'Garden Cottage',
        bIsWebPath:true,
        sUrl:'garden cottage.html'
    }]
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Terms and Cancellation Policy',
    bIsWebPath:true,
    sUrl:'terms.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
