function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

// JavaScript Document
function mmLoadMenus() {
  if (window.mm_menu_0116111601_0) return;
  
  // Set style variables that are comon to all menus
  var menuBorderColor = '#FFFFFF';
  var menuBackgroundColor = '#000000';
  var menuBorderWidth = 1;
  var menuRowHeight = 30;
  var cellPaddingAmount = 0;
  var rolloverBGColor = "#FFB600";
  var textColor = "#FFB600";
  var rolloverTextColor = "#000000";
  var fontSize = "10";
  
  //Main Properties rollover menu
    window.locations = new Menu("locations",175,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,1,0,true,true,true,5,true,true);
	locations.addMenuItem("Hobe Sound","location='locations.cfm?office=1'");
    locations.addMenuItem("Jupiter/Wellington","location='locations.cfm?office=2'");
	//locations.addMenuItem("Okeechobee","location='locations.cfm?office=3'");
	locations.addMenuItem("Port St. Lucie","location='locations.cfm?office=9'");
	//locations.addMenuItem("Tequesta","location='locations.cfm?office=6'");
	 locations.hideOnMouseOut=true;
     locations.bgColor= menuBorderColor;
     locations.menuBorder=menuBorderWidth;
     locations.menuLiteBgColor= menuBorderColor;
     locations.menuBorderBgColor='';

    window.properties = new Menu("properties",175,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,1,0,true,true,true,5,true,true);
	properties.addMenuItem("View Available Properties","location='search.cfm'");
	properties.addMenuItem("View Okeechobee Properties","location='http://64.135.86.106/century21/okeechobee.cfm'");
     properties.hideOnMouseOut=true;
     properties.bgColor= menuBorderColor;
     properties.menuBorder=menuBorderWidth;
     properties.menuLiteBgColor= menuBorderColor;
     properties.menuBorderBgColor='';
	 
    window.agentLocations = new Menu("View Agents By Office",180,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,-5,20,false,true,true,5,true,true);
    agentLocations.addMenuItem("Hobe Sound","location='agents.cfm?officeID=Hobe Sound'");
	agentLocations.addMenuItem("Jupiter/Wellington","location='agents.cfm?officeID=Jupiter'");
	//agentLocations.addMenuItem("Okeechobee","location='agents.cfm?officeID=Okeechobee'");
	agentLocations.addMenuItem("Port St. Lucie","location='agents.cfm?officeID=Port Saint Lucie'");
	//agentLocations.addMenuItem("Wellington","location='agents.cfm?officeID=Wellington'");
    agentLocations.hideOnMouseOut=true;
    agentLocations.bgColor= menuBorderColor;
    agentLocations.menuBorder=menuBorderWidth;
    agentLocations.menuLiteBgColor= menuBorderColor;
    agentLocations.menuBorderBgColor='';
	
	window.agentLanguage = new Menu("View Agents By Language Spoken",180,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,-5,20,false,true,true,5,true,true);
    agentLanguage.addMenuItem("Engish","location='agents.cfm?Language=english'");
	agentLanguage.addMenuItem("Japanese","location='agents.cfm?Language=japanese'");
	agentLanguage.addMenuItem("Korean","location='agents.cfm?Language=korean'");
	agentLanguage.addMenuItem("Chinese","location='agents.cfm?Language=chinese'");
	agentLanguage.addMenuItem("German","location='agents.cfm?Language=german'");
	agentLanguage.addMenuItem("French","location='agents.cfm?Language=french'");
	agentLanguage.addMenuItem("Hebrew","location='agents.cfm?Language=hebrew'");
	agentLanguage.addMenuItem("Spanish","location='agents.cfm?Language=spanish'");
	agentLanguage.addMenuItem("Other","location='agents.cfm?Language=other'");
    agentLanguage.hideOnMouseOut=true;
    agentLanguage.bgColor= menuBorderColor;
    agentLanguage.menuBorder=menuBorderWidth;
    agentLanguage.menuLiteBgColor= menuBorderColor;
    agentLanguage.menuBorderBgColor='';
	
	window.agents = new Menu("Our Agents",210,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,1,0,true,true,true,5,true,true);
	agents.addMenuItem("View All Agents","location='agents.cfm'");
    agents.addMenuItem(agentLocations,"location=''");
	//agents.addMenuItem(agentLanguage,"location=''");
	 agents.hideOnMouseOut=true;
     agents.bgColor= menuBorderColor;
     agents.menuBorder=menuBorderWidth;
     agents.menuLiteBgColor= menuBorderColor;
     agents.menuBorderBgColor='';
	 
/*
window.newDevelopments = new Menu("Our newDevelopments",175,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,1,0,true,true,true,5,true,true);
	newDevelopments.addMenuItem("Upcoming Open Houses","location='openHouses.cfm'");
    newDevelopments.addMenuItem("Residential Sale newDevelopments","location='search.cfm?type=S'");
	newDevelopments.addMenuItem("Residential Rental newDevelopments","location='search.cfm?type=R'");
	newDevelopments.addMenuItem("Commercial newDevelopments","location='search.cfm?type=C'");
	newDevelopments.addMenuItem("International newDevelopments","location='search.cfm?type=G'");
     newDevelopments.hideOnMouseOut=true;
     newDevelopments.bgColor= menuBorderColor;
     newDevelopments.menuBorder=menuBorderWidth;
     newDevelopments.menuLiteBgColor= menuBorderColor;
     newDevelopments.menuBorderBgColor='';
*/
window.resources = new Menu("Useful Resources",180,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,-5,20,false,true,true,5,true,true);
    //resources.addMenuItem("Types Of Property","location='propertyTypes.cfm'");
	resources.addMenuItem("Closing Costs","location='closingCosts.cfm'");
	//resources.addMenuItem("Glossary","location='glossary.cfm'");
	resources.hideOnMouseOut=true;
    resources.bgColor= menuBorderColor;
    resources.menuBorder=menuBorderWidth;
    resources.menuLiteBgColor= menuBorderColor;
    resources.menuBorderBgColor='';
	
window.salesResources = new Menu("Useful Resources",255,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,-5,20,false,true,true,5,true,true);
    //salesResources.addMenuItem("View Recent Sales","location='recentSales.cfm'");
	salesResources.addMenuItem("Request A Value Review Of Your Property","location='valueReview.cfm'");
	salesResources.addMenuItem("Request A Marketing Packet For Your Home","location='marketingPacket.cfm'");
	salesResources.hideOnMouseOut=true;
    salesResources.bgColor= menuBorderColor;
    salesResources.menuBorder=menuBorderWidth;
    salesResources.menuLiteBgColor= menuBorderColor;
    salesResources.menuBorderBgColor='';

window.buying = new Menu("Our buying",205,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,1,0,true,true,true,5,true,true);
	buying.addMenuItem("Overview","location='buying.cfm'");
	buying.addMenuItem("Why Buy With Horizon Properties","location='whyBuyWithHP.cfm'");
	buying.addMenuItem("The Buying Process","location='buyingProcess.cfm'");
    buying.addMenuItem("Financing","location='financing.cfm'");
	buying.addMenuItem(resources,"location=''");
	 buying.hideOnMouseOut=true;
     buying.bgColor= menuBorderColor;
     buying.menuBorder=menuBorderWidth;
     buying.menuLiteBgColor= menuBorderColor;
     buying.menuBorderBgColor='';
	 
window.careers = new Menu("Careers",150,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,-5,20,false,true,true,5,true,true);
    //careers.addMenuItem("Overview","location='careers.cfm'");
	//careers.addMenuItem("More Information","location=''");
	//careers.addMenuItem("Personality Match","location=''");
	careers.hideOnMouseOut=true;
    careers.bgColor= menuBorderColor;
    careers.menuBorder=menuBorderWidth;
    careers.menuLiteBgColor= menuBorderColor;
    careers.menuBorderBgColor='';


window.selling = new Menu("Our selling",205,menuRowHeight,"Verdana, Arial, Helvetica, sans-serif",fontSize,textColor,rolloverTextColor,menuBackgroundColor,rolloverBGColor,"left","middle",cellPaddingAmount,0,200,1,0,true,true,true,5,true,true);
	selling.addMenuItem("Overview","location='selling.cfm'");
	selling.addMenuItem("Why Sell With Horizon Properties","location='whySellWithHP.cfm'");
    selling.addMenuItem("The Sales Process","location='salesProcess.cfm'");
	selling.addMenuItem("Marketing Strategies","location='marketing.cfm'");
	//selling.addMenuItem(salesResources,"location=''");
	 selling.hideOnMouseOut=true;
     selling.bgColor= menuBorderColor;
     selling.menuBorder=menuBorderWidth;
     selling.menuLiteBgColor= menuBorderColor;
     selling.menuBorderBgColor='';

selling.writeMenus();
} // mmLoadMenus()