var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'accommodation',
    bIsWebPath:true,
    sUrl:'accommodation.html',"childArray" : [
    {   sTitle:'living room',
        bIsWebPath:true,
        sUrl:'livingroom360.html'
    },
    {   sTitle:'kitchen',
        bIsWebPath:true,
        sUrl:'kitchen360.html'
    },
    {   sTitle:'bedroom 1',
        bIsWebPath:true,
        sUrl:'bedroom1360.html'
    },
    {   sTitle:'bedroom 2',
        bIsWebPath:true,
        sUrl:'bedroom2360.html'
    },
    {   sTitle:'patio',
        bIsWebPath:true,
        sUrl:'patio360.html'
    }]
},
{   sTitle:'location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'more...',
    bIsWebPath:true,
    sUrl:'more.html',"childArray" : [
    {   sTitle:'tariffs/latest news',
        bIsWebPath:true,
        sUrl:'tariff.html'
    },
    {   sTitle:'gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    },
    {   sTitle:'area',
        bIsWebPath:true,
        sUrl:'area.html'
    },
    {   sTitle:'guest comments',
        bIsWebPath:true,
        sUrl:'guestcomments.html'
    },
    {   sTitle:'site map',
        bIsWebPath:true,
        sUrl:'sitemap.html'
    }]
}]
});
