var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Condos',
    'bIsWebPath':true,
    'sUrl':'condos.html',"childArray" : [
    {   'sTitle':'Condos',
        'bIsWebPath':true,
        'sUrl':'page33.html'
    },
    {   'sTitle':'Round-the-Bend',
        'bIsWebPath':true,
        'sUrl':'roundthebend.html'
    },
    {   'sTitle':'Minutes & Info',
        'bIsWebPath':true,
        'sUrl':'condoinfo.html'
    }]
},
{   'sTitle':'Golf',
    'bIsWebPath':true,
    'sUrl':'golf.html',"childArray" : [
    {   'sTitle':'Golf',
        'bIsWebPath':true,
        'sUrl':'page32.html'
    },
    {   'sTitle':'ProShop',
        'bIsWebPath':true,
        'sUrl':'proshop.html'
    },
    {   'sTitle':'Hole-in-One Club',
        'bIsWebPath':true,
        'sUrl':'holeinone.html'
    },
    {   'sTitle':'Course Layout',
        'bIsWebPath':true,
        'sUrl':'layout.html'
    },
    {   'sTitle':'Score Card',
        'bIsWebPath':true,
        'sUrl':'scorecard.html'
    },
    {   'sTitle':'Info & Minutes',
        'bIsWebPath':true,
        'sUrl':'golfinfo.html'
    }]
},
{   'sTitle':'Tennis',
    'bIsWebPath':true,
    'sUrl':'tennis.html'
},
{   'sTitle':'Activities',
    'bIsWebPath':true,
    'sUrl':'activities.html',"childArray" : [
    {   'sTitle':'Announcements',
        'bIsWebPath':true,
        'sUrl':'announcements.html'
    },
    {   'sTitle':'A Day in Boca Raton',
        'bIsWebPath':true,
        'sUrl':'boca.html'
    },
    {   'sTitle':'TV Channel 63',
        'bIsWebPath':true,
        'sUrl':'channel63.html'
    },
    {   'sTitle':'Tom\'s Update',
        'bIsWebPath':true,
        'sUrl':'update.html'
    },
    {   'sTitle':'Emerald Princess Cruise 2012',
        'bIsWebPath':true,
        'sUrl':'cruise.html'
    },
    {   'sTitle':'Golf Comic',
        'bIsWebPath':true,
        'sUrl':'comic.html'
    },
    {   'sTitle':'Photos',
        'bIsWebPath':true,
        'sUrl':'photos.html'
    }]
},
{   'sTitle':'Listings',
    'bIsWebPath':true,
    'sUrl':'listings.html',"childArray" : [
    {   'sTitle':'openhouse',
        'bIsWebPath':true,
        'sUrl':'openhouse.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
}]
});
