var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'http://www.stopperrealty.com/index.shtml',"childArray" : [
    {   'sTitle':'Directions and Weather',
        'sUrl':'http://www.stopperrealty.com/directions.html'
    },
    {   'sTitle':'Contact Us',
        'sUrl':'http://www.stopperrealty.com/contactus.html'
    }]
},
{   'sTitle':'All Our Properties',
    'sUrl':'http://www.stopperrealty.com/condo-properties.shtml'
},
{   'sTitle':'Oceanfront Towers',
    'sUrl':'http://www.stopperrealty.com/ocean-front.html',"childArray" : [
    {   'sTitle':'Margate',
        'sUrl':'http://www.stopperrealty.com/margate.shtml'
    },
    {   'sTitle':'Brighton Tower',
        'sUrl':'http://www.stopperrealty.com/brighton.shtml'
    },
    {   'sTitle':'North Hampton Tower',
        'sUrl':'http://www.stopperrealty.com/nhampton.shtml'
    },
    {   'sTitle':'South Hampton Tower',
        'sUrl':'http://www.stopperrealty.com/shampton.shtml'
    },
    {   'sTitle':'Royale Palms',
        'sUrl':'http://www.stopperrealty.com/royalepalms.shtml'
    }]
},
{   'sTitle':'Plantation Villas',
    'sUrl':'http://www.stopperrealty.com/villas.shtml'
},
{   'sTitle':'Amenities ',
    'sUrl':'http://www.stopperrealty.com/amenities.shtml'
},
{   'sTitle':'Testimonials',
    'sUrl':'http://www.stopperrealty.com/testimonials.html'
},
{   'sTitle':'Area Attractions',
    'sUrl':'http://www.stopperrealty.com/areaattractions.html',"childArray" : [
    {   'sTitle':'Shopping',
        'sUrl':'http://www.stopperrealty.com/shopping.html'
    },
    {   'sTitle':'Amusement Parks',
        'sUrl':'http://www.stopperrealty.com/parks.html'
    },
    {   'sTitle':'Golf',
        'sUrl':'http://www.stopperrealty.com/golf-packages.html'
    }]
},
{   'sTitle':'About Us',
    'sUrl':'http://www.stopperrealty.com/aboutus.html'
}]
});
