
<!--
//Contents for menu 2, and so on
var menu2=new Array()

menu2[0]='<a href="propertysearch.asp">Property Search</a>'

menu2[1]='<a href="mylistings.asp">My Listings</a>'

menu2[2]='<a href="automated-signin.asp">Automated Home Search</a>'

menu2[3]='<a href="communities.asp">Community Profiles</a>'

menu2[4]='<a href="newdevelopments.asp">New Developments</a>'


var menu3=new Array()

menu3[0]='<a href="http://www.bonitasprings.com" target="_blank">BonitaSprings.com</a>'

menu3[1]='<a href="http://www.marcoisland.com" target="_blank">MarcoIsland.com</a>'

menu3[2]='<a href="http://www.naples.com" target="_blank">Naples.com</a>'



var menu4=new Array()

menu4[0]='<a href="golf.asp">Golf</a>'

menu4[1]='<a href="beaches.asp">Beach</a>'

menu4[2]='<a href="boating.asp">Boating</a>'


var menu5=new Array()

menu5[0]='<a href="aboutus.asp">Company Info</a>'

menu5[1]='<a href="newsletter.asp">e-Newsletter</a>'

menu5[2]='<a href="http://premier-properties.com/cms8/news/" target="_blank">PR and News Articles</a>'



var menu6=new Array()

menu6[0]='<a href="aboutleahray.asp">About Us</a>'

menu6[1]='<a href="contactus.asp">Contact Us</a>'



var menuwidth='165px' //default menu width
var menubgcolor='#000000'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
var fadeimages=new Array()



