var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Luxury 3 Bed 3 Bath Florida Gulf Coast villa for rent. Private south facing, not over looked holiday rental.',
    sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Villa Details',
    bIsWebPath:true,
    sUrl:'villa_details.html',"childArray" : [
    {   sTitle:'Floor Plan',
        bIsWebPath:true,
        sUrl:'floor_plan.html'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sDescription:'Golf membership card use across Rotonda West Golf & Country Club',
    sTitle:'Golf Package',
    bIsWebPath:true,
    sUrl:'golf.html'
},
{   sTitle:'Things to do',
    bIsWebPath:true,
    sUrl:'things_to_do.html',"childArray" : [
    {   sTitle:'Nature',
        bIsWebPath:true,
        sUrl:'nature.html',"childArray" : [
        {   sTitle:'Birding',
            bIsWebPath:true,
            sUrl:'birding.html'
        }]
    },
    {   sTitle:'Boating',
        bIsWebPath:true,
        sUrl:'boating.html'
    },
    {   sTitle:'Beaches',
        bIsWebPath:true,
        sUrl:'beaches.html'
    },
    {   sTitle:'Beach Life',
        bIsWebPath:true,
        sUrl:'beach_life.html'
    },
    {   sTitle:'Shopping',
        bIsWebPath:true,
        sUrl:'shopping.html'
    },
    {   sTitle:'Restaurants',
        bIsWebPath:true,
        sUrl:'restaurants.html'
    }]
},
{   sTitle:'Rates',
    bIsWebPath:true,
    sUrl:'rates.html'
},
{   sTitle:'Terms & Conditions',
    bIsWebPath:true,
    sUrl:'t&c.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
