var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'5 Bedrooms',
    'bIsWebPath':true,
    'sUrl':'5bedrooms.html',"childArray" : [
    {   'sTitle':'Boaters Dream',
        'bIsWebPath':true,
        'sUrl':'boaters_dream.html'
    },
    {   'sTitle':'Island Time',
        'bIsWebPath':true,
        'sUrl':'island_time.html'
    },
    {   'sTitle':'Beachin\' It',
        'bIsWebPath':true,
        'sUrl':'beachin_it.html'
    }]
},
{   'sTitle':'3 Bedrooms',
    'bIsWebPath':true,
    'sUrl':'3bedrooms.html',"childArray" : [
    {   'sTitle':'Island Paradise',
        'bIsWebPath':true,
        'sUrl':'island_paradise.html'
    },
    {   'sTitle':'Sunset Fishing',
        'bIsWebPath':true,
        'sUrl':'sunset_fishing.html'
    },
    {   'sTitle':'Southern Sun',
        'bIsWebPath':true,
        'sUrl':'southern_sun.html'
    },
    {   'sTitle':'Lost in Paradise',
        'bIsWebPath':true,
        'sUrl':'lost_in_paradise.html'
    },
    {   'sTitle':'Dolphin Hideout',
        'bIsWebPath':true,
        'sUrl':'dolphin_hideout.html'
    },
    {   'sTitle':'Tropical Sunset',
        'bIsWebPath':true,
        'sUrl':'tropical_sunset.html'
    },
    {   'sTitle':'Hidden Treasure',
        'bIsWebPath':true,
        'sUrl':'hidden_treasure1.html'
    },
    {   'sTitle':'Island Getaway',
        'bIsWebPath':true,
        'sUrl':'island_getaway.html'
    },
    {   'sTitle':'Bahama Splash',
        'bIsWebPath':true,
        'sUrl':'bahama_splash.html'
    }]
},
{   'sTitle':'Rental Terms',
    'bIsWebPath':true,
    'sUrl':'rental_terms.html'
},
{   'sTitle':'Privacy Policy',
    'bIsWebPath':true,
    'sUrl':'privacy_policy.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
