var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'The luxurious “Villa Nadine” is located on the north coast Of the beautiful Dominican Republic',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Villa Nadine',
    bIsWebPath:true,
    sUrl:'villa.html',
    sTarget:'_self'
},
{   sTitle:'Cabin Cruiser',
    bIsWebPath:true,
    sUrl:'yacht.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Excursions',
    bIsWebPath:true,
    sUrl:'excursions.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Scubadiving',
        bIsWebPath:true,
        sUrl:'scubadiving.html',
        sTarget:'_self'
    },
    {   sTitle:'Blue Ambar',
        bIsWebPath:true,
        sUrl:'amber.html',
        sTarget:'_self'
    },
    {   sTitle:'Horseback Riding',
        bIsWebPath:true,
        sUrl:'horseback_ riding.html',
        sTarget:'_self'
    },
    {   sTitle:'Taino Indians',
        bIsWebPath:true,
        sUrl:'taino_indians.html',
        sTarget:'_self'
    },
    {   sTitle:'Haitian Market',
        bIsWebPath:true,
        sUrl:'haitian_ market.html',
        sTarget:'_self'
    },
    {   sTitle:'Fishing',
        bIsWebPath:true,
        sUrl:'fishing.html',
        sTarget:'_self'
    },
    {   sTitle:'27 waterfalls',
        bIsWebPath:true,
        sUrl:'waterfalls.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Bookings',
    bIsWebPath:true,
    sUrl:'bookings.html',
    sTarget:'_self'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
}]
});
