var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',
    sTarget:'_self',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Apartment Photos',
        bIsWebPath:true,
        sUrl:'apartment.html',
        sTarget:'_self'
    },
    {   bSeparatorAfter:true,
        sTitle:'Cabanas Photos',
        bIsWebPath:true,
        sUrl:'cabanas.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
},
{   sTitle:'Rates',
    bIsWebPath:true,
    sUrl:'rates.html',
    sTarget:'_self'
},
{   sTitle:'Bookings',
    bIsWebPath:true,
    sUrl:'bookings.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'Cabanas de Tavira',
        bIsWebPath:true,
        sUrl:'tavira.html',
        sTarget:'_self'
    },
    {   sTitle:'Golfing',
        bIsWebPath:true,
        sUrl:'golfing.html',
        sTarget:'_self'
    },
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
