var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Award-winning Self Catering Accommoation in Cape Town.',
    sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ACCOMMODATION',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Studio 14',
        bIsWebPath:true,
        sUrl:'studio.html'
    },
    {   sTitle:'Studio 18',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'1 Bedroom Apartment',
        bIsWebPath:true,
        sUrl:'1 bedroom.html'
    },
    {   sTitle:'2 Bedroom Apartment',
        bIsWebPath:true,
        sUrl:'2 bedroom.html'
    },
    {   sTitle:'2 Bedroom Townhouse',
        bIsWebPath:true,
        sUrl:'2 bedroom townhouse.html'
    },
    {   sTitle:'3 Bedroom Townhouse',
        bIsWebPath:true,
        sUrl:'3 bedroom townhouse.html'
    },
    {   sTitle:'4 Bedroom Townhouse',
        bIsWebPath:true,
        sUrl:'4 bedroom townhouse.html'
    }]
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'FACILITIES',
    bIsWebPath:true,
    sUrl:'facilities.html'
},
{   sTitle:'GROUPS',
    bIsWebPath:true,
    sUrl:'groups.html'
},
{   sTitle:'ATTRACTIONS',
    bIsWebPath:true,
    sUrl:'attractions.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact us.html'
},
{   sTitle:'MAP',
    bIsWebPath:true,
    sUrl:'map.html'
},
{   sTitle:'VIDEO',
    bIsWebPath:true,
    sUrl:'Video.html'
}]
});
