var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.htm',
    sTarget:'_self'
},
{   sTitle:'THE GUESTHOUSE',
    bIsWebPath:true,
    sUrl:'theguesthouse.htm'
},
{   sTitle:'BOOKING',
    bIsWebPath:true,
    sUrl:'page4.htm',
    sTarget:'_self'
},
{   sTitle:'THE CITY OF LAGOS',
    bIsWebPath:true,
    sUrl:'thecityoflagos.htm'
},
{   sTitle:'THE ALGARVE',
    bIsWebPath:true,
    sUrl:'page7.htm'
},
{   sTitle:'MAP',
    bIsWebPath:true,
    sUrl:'page11.htm',
    sTarget:'_self'
},
{   sTitle:'ACTIVITIES ',
    bIsWebPath:true,
    sUrl:'page8.htm',
    sTarget:'_self'
},
{   sTitle:'DISCOUNTS',
    bIsWebPath:true,
    sUrl:'discounts.htm'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page5.htm',
    sTarget:'_self'
}]
});
