ÿþ<!-- Boca Raton, Delray Beach, Highland Beach, Palm Beach, Real Estate - Page Created 3/24/2008 (2) --> <script> function SetCookie(cookieName,cookieValue,nDays) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=1; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); } function getCookie(NameOfCookie) { // First we check to see if there is a cookie stored. // Otherwise the length of document.cookie would be zero. if (document.cookie.length > 0) { // Second we check to see if the cookie's name is stored in the // "document.cookie" object for the page. // Since more than one cookie can be set on a // single page it is possible that our cookie // is not present, even though the "document.cookie" object // is not just an empty text. // If our cookie name is not present the value -1 is stored // in the variable called "begin". begin = document.cookie.indexOf(NameOfCookie+"="); if (begin != -1) // Note: != means "is not equal to" { // Our cookie was set. // The value stored in the cookie is returned from the function. begin += NameOfCookie.length+1; end = document.cookie.indexOf(";", begin); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(begin, end)); } } return null; // Our cookie was not set. // The value "null" is returned from the function. } var localdomain = ''; localdomain = localdomain.toLowerCase(); var referx=document.referrer; zr = referx.indexOf('/',5) if(zr > 6){rx = referx.substring(0,zr-1);} referx=referx.toLowerCase(); if(referx.indexOf(localdomain) < 1 && referx != null && referx.length > 3) { SetCookie('sengine', referx); } </script> <script>dd='../images/spacer.gif';</script> <script src='url1.html'></script> <script> function getThumb(mls){ lmls=mls.substring(0,4); document.write('<table width=155 height=85 style="position:relative;top:30;" background=../images/notavailable1.jpg><TR><TD><img width=160 height=100 src="../images/homeLoader.gif?mls=' + mls + '" style="filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'' + dd + '/' + lmls + '/' + mls + '_1.jpg\', sizingMethod=\'scale\');" border="0" onerror="this.width=1;this.height=1" /></td></tr></table>'); } </script> <style> .scrolltext{font-size:10} </style> <HTML> <HEAD> <meta name="verify-v1" content="I8Pa+jf44kz0RBOlZ9OjcSQu0s4P8BTPKeezSoK+Dq8=" /> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <meta http-equiv="Content-Language" content="en-us"> <TITLE>Manalapan Real Estate - Manalapan Florida</TITLE> <div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"></div> <META name="keywords" content="Manalapan Real Estate,Real Estate Agent Manalapan, Manalapan housing market,luxury homes Manalapan,Manalapan homes for sale, waterfront real estateManalapan, listing selling Manalapan home, Manalapan instant home comp values,buy sell home condo Manalapan housing market"> <META name="description" content="Search for homes in the Manalapan Real Estate area, get instant access to home comp values for all of Manalapan areas as well as real estate resources to buy or sell a home in the Manalapan housing market"> <META http-equiv=expires content=0> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content=ALL name=ROBOTS> <META content=NSM name=DC.Creator> <META content="Manalapan Real Estate - Search for Homes in Florida and ." name=DC.Title> <META content="Manalapan Real Estate - Search for Homes in Florida and ." name=DC.Subject> <META scheme=RFC1766 content=EN name=DC.Language> <META content="" name=DC.Coverage.PlaceName> <META content="Manalapan Real Estate - Search for Homes in Florida and ." name=DC.Description> <META content=WCS name=DC.Publisher> <LINK href="../Skin_Files/main.css" type=text/css rel=stylesheet> <script type="text/javascript"> var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate </script> <script language="javascript" type="text/javascript"> <!-- /* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script */ /* IMPORTANT: Put script after tooltip div or put tooltip div just before </BODY>. */ var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; // resize fix for ns4 var origWidth, origHeight; if (ns4) { origWidth = window.innerWidth; origHeight = window.innerHeight; window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); } } // avoid error of passing event object in older browsers if (nodyn) { event = "nope" } /////////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 250; var offX= 20; // how far from mouse to show tip var offY= 12; var tipFontFamily= "Verdana, arial, helvetica, sans-serif"; var tipFontSize= "7pt"; // set default text color and background color for tooltip here // individual tooltips can have their own (set in messages arrays) // but don't have to var tipFontColor= "#FFFFFF"; var tipBgColor= "#6B8093"; var tipBorderColor= "#0F1E31"; var tipBorderWidth= 1; var tipBorderStyle= "ridge"; var tipPadding= 4; // var customText = new Array(); customText[0] = '<font face="Verdana" size="1" color="#000000"><b>Boca Raton</b><br>Boca Raton is well known around the country for its well to do lifestyle and flashy shopping and dining. You will find miles of beautiful beaches, fishing, scuba diving, golf and some of the best tennis in the country.</font> <br>'; customText[1] = '<font face="Verdana" size="1" color="#000000"><b>Le Lac</b><br>Le Lac has a peaceful serene atmosphere with tranquil views! Le Lac is a private and exclusive community snuggled around two large waterways yet close to town and schools (Spady Elementary, Carver Middle, and Spanish River High). You will find 32 homes nestled on 200 acres with approximatley 60 acres of beautiful lakes.</font>'; customText[2] = '<font face="Verdana" size="1" color="#000000"><b>St. Andrews</b><br>St. Andrews Country Club is considered one of the finest single-family country club communities in South Florida. This lovely gated community offers homes on 1/2 to 1/3 acre lots with golf and water views. A majority of the homes are custom-designed with architectural diversity including contemporary, classic and Mediterranean styles.</font> '; customText[3] = '<font face="Verdana" size="1" color="#000000"><b>Addison Reserve</b><br>Addison Reserve is a 653 acre upscale, access controlled, gated country club community on the last substantial development tract in the Boca-Delray corridor in unincorporated Palm Beach County...an area known as Country Club Mile.</font>'; customText[4] = '<font face="Verdana" size="1" color="#000000"><b>Woodfield</b><br>Woodfield Country Club is an upscale country club communities in the central Boca Raton area. Architecturally, the community has very much of the Palm Beach flair. The Cascades Club - which houses a dining and fitness facility and a lagoon and fountain type pool - is a major attraction to the community.</font>'; customText[5] = '<font face="Verdana" size="1" color="#000000"><b>Boca Grove</b><br>Boca Grove Country Club offers intertwining tree lined streets throughout this beautiful seven subdivision residential area which started in 1982. You can choose one of the many single-family, patio, condominium, or villa homes.</font>'; customText[6] = '<font face="Verdana" size="1" color="#000000"><b>Royal Palm</b><br>Royal Palm has exemplified the lifestyle for over four decades that once envisioned all of Boca Raton by the famous 1920s architect, Addison Mizner. This gated luxury community offers a variety of new homes, luxury estates and resale real estate properties.</font>'; customText[7] = '<font face="Verdana" size="1" color="#000000"><b>Mizner Country Club</b><br>Mizner Country Club has over 480 luxury homes on approximately 384 acres, in 10 subdivisions, designed in the Palm Beach style. Home sizes range from 2,400 to more than 5,400 square feet. The community started building in 2000.</font>'; customText[8] = '<font face="Verdana" size="1" color="#000000"><b>Broken Sound Country Club</b><br>The Broken Sound Community has won numerous awards for community and landscape design. There are 27 villages throughout the community that offer diversity for the seasonal or year-round family, professional, or retiree lifestyle. Architecturally, the community offers some of the finest homes designed for South Florida living.</font>'; customText[9] = '<font face="Verdana" size="1" color="#000000"><b>The Sanctuary</b><br>The Sanctuary is one of Boca Ratons most luxurious waterfront communities located alongside the Intracoastal Waterway. The Sanctuary offers 107 family homes boasting private boat dockage.</font>'; customText[10] = '<font face="Verdana" size="1" color="#000000"><b>The Oaks</b><br>The Oaks at Boca Raton offers elegant architecture and gracious lifestyle. You will find cutting-edge amenities that include the spectacular Oaks Club with its state-of-the-art Spa and Fitness Center, casual poolside cafe, tropically landscaped heated pool, and 12-court Tennis Center.</font>'; customText[11] = '<font face="Verdana" size="1" color="#000000"><b>Long Lake Estates</b><br>Long Lake Estates is a beautiful community that offers 126 custom residences. This lovely gated community has tree-lined streets and winding lakes. Homes are on one acres or more and very luxurious.</font>'; customText[12] = '<font face="Verdana" size="1" color="#000000"><b>Mizner Grand</b><br>Mizner Grand offers two 12-story luxury condominium towers located on Lake Boca Raton. These beautiful condominiums are adjacent to the prestigious Boca Raton Resort & Club and the marina. There are 128 spacious residences that offer views of the Intracoastal Waterway.</font>'; customText[13] = '<font face="Verdana" size="1" color="#000000"><b>Mizner Tower</b><br>Mizner Tower is a community in Boca Raton located on the grounds of the exclusive Boca Raton Resort and Spa. Mizner Tower real estate features luxury condos that on average range in size from 2,535 to 3,953 square feet.</font>'; customText[14] = '<font face="Verdana" size="1" color="#000000"><b>Waterfront Properties</b><br>Boca Raton offers many luxurious waterfront properties. View our featured communities.</font>'; // // tooltip content goes here (image, description, optional bgColor, optional textcolor) var messages = new Array(); // multi-dimensional arrays containing: // image and text for tooltip // optional: bgColor and color to be sent to tooltip messages[0] = new Array('<img src="skin_files/thumb_boca_raton.jpg">',customText[0],"#A4B1BD"); messages[1] = new Array('<img src="skin_files/thumb_le_lac.jpg">',customText[1],"#A4B1BD"); messages[2] = new Array('<img src="skin_files/thumb_st_andrews.jpg">',customText[2],"#A4B1BD"); messages[3] = new Array('<img src="skin_files/thumb_addison_reserve.jpg">',customText[3],"#A4B1BD"); messages[4] = new Array('<img src="skin_files/thumb_woodfield.jpg">',customText[4],"#A4B1BD"); messages[5] = new Array('<img src="skin_files/thumb_boca_grove.jpg">',customText[5],"#A4B1BD"); messages[6] = new Array('<img src="skin_files/thumb_royal_palm_yacht_club.jpg">',customText[6],"#A4B1BD"); messages[7] = new Array('<img src="skin_files/thumb_mizner_country_club.jpg">',customText[7],"#A4B1BD"); messages[8] = new Array('<img src="skin_files/thumb_broken_sound.jpg">',customText[8],"#A4B1BD"); messages[9] = new Array('<img src="skin_files/thumb_the_sanctuary.jpg">',customText[9],"#A4B1BD"); messages[10] = new Array('<img src="skin_files/thumb_the_oaks.jpg">',customText[10],"#A4B1BD"); messages[11] = new Array('<img src="skin_files/thumb_long_lake_estates.jpg">',customText[11],"#A4B1BD"); messages[12] = new Array('<img src="skin_files/thumb_mizner_grand.jpg">',customText[12],"#A4B1BD"); messages[13] = new Array('<img src="skin_files/thumb_Mizner_tower.jpg">',customText[13],"#A4B1BD"); messages[14] = new Array('<img src="skin_files/thumb_waterfront.jpg">',customText[14],"#A4B1BD"); //////////////////// END OF CUSTOMIZATION AREA /////////////////// // preload images that are to appear in tooltip // from arrays above if (document.images) { var theImgs = new Array(); for (var i=0; i<messages.length; i++) { theImgs[i] = new Image(); theImgs[i].src = messages[i][0]; } } // to layout image and text, 2-row table, image centered in top cell // these go in var tip in doTooltip function // startStr goes before image, midStr goes between image and text var startStr = '<table width="' + tipWidth + '"><tr><td align="center" width="100%"><p>'; var midStr = '</p></td></tr><tr><td valign="top">'; var endStr = '</td></tr></table>'; //////////////////////////////////////////////////////////// // initTip - initialization for tooltip. // Global variables for tooltip. // Set styles for all but ns4. // Set up mousemove capture if tipFollowMouse set true. //////////////////////////////////////////////////////////// var tooltip, tipcss; function initTip() { if (nodyn) return; tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null; tipcss = (ns4)? document.tipDiv: tooltip.style; if (ie4||ie5||ns5) { // ns4 would lose all this on rewrites tipcss.width = tipWidth+"px"; tipcss.fontFamily = tipFontFamily; tipcss.fontSize = tipFontSize; tipcss.color = tipFontColor; tipcss.backgroundColor = tipBgColor; tipcss.borderColor = tipBorderColor; tipcss.borderWidth = tipBorderWidth+"px"; tipcss.padding = tipPadding+"px"; tipcss.borderStyle = tipBorderStyle; } if (tooltip&&tipFollowMouse) { if (ns4) document.captureEvents(Event.MOUSEMOVE); document.onmousemove = trackMouse; } } window.onload = initTip; ///////////////////////////////////////////////// // doTooltip function // Assembles content for tooltip and writes // it to tipDiv ///////////////////////////////////////////////// var t1,t2; // for setTimeouts var tipOn = false; // check if over tooltip link function doTooltip(evt,num) { if (!tooltip) return; if (t1) clearTimeout(t1); if (t2) clearTimeout(t2); tipOn = true; // set colors if included in messages array if (messages[num][2]) var curBgColor = messages[num][2]; else curBgColor = tipBgColor; if (messages[num][3]) var curFontColor = messages[num][3]; else curFontColor = tipFontColor; if (ns4) { var tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + curBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td>'+ startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr + '</td></tr></table></td></tr></table>'; tooltip.write(tip); tooltip.close(); } else if (ie4||ie5||ns5) { var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr; tipcss.backgroundColor = curBgColor; tooltip.innerHTML = tip; } if (!tipFollowMouse) positionTip(evt); else t1=setTimeout("tipcss.visibility='visible'",100); } var mouseX, mouseY; function trackMouse(evt) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; if (tipOn) positionTip(evt); } ///////////////////////////////////////////////////////////// // positionTip function // If tipFollowMouse set false, so trackMouse function // not being used, get position of mouseover event. // Calculations use mouseover event position, // offset amounts and tooltip width to position // tooltip within window. ///////////////////////////////////////////////////////////// function positionTip(evt) { if (!tipFollowMouse) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; } // tooltip width and height var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth; var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight; // document area in view (subtract scrollbar width for ns) var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft; var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop; // check mouse position against tip and window dimensions // and position the tooltip if ((mouseX+offX+tpWd)>winWd) tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px"; else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px"; if ((mouseY+offY+tpHt)>winHt) tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px"; else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px"; if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100); } function hideTip() { if (!tooltip) return; t2=setTimeout("tipcss.visibility='hidden'",100); tipOn = false; } //--> </script> <script type="text/javascript"> /*********************************************** * Switch Menu script- by Martial B of http://getElementById.com/ * Modified by Dynamic Drive for format & NS4/IE4 compatibility * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate </script> <!--Manalapan FL Real Estate - About --> <SCRIPT language=Javascript1.2 type=text/JavaScript> var nn; var resizedOnce=false; function defaultHandler() { alert('hi'); return false;} function silentHandler(description,page,line) { alert('hi'); return true; //Do Nothing } function customHandler(desc,page,line,chr) { alert( 'JavaScript error occurred! \n' +'The error was handled by ' +'a customized error handler.\n' +'\nError description: \t'+desc +'\nPage address: \t'+page +'\nLine number: \t'+line ) return true } function setTop(){ window.onError=silentHandler; if (resizedOnce != true){ resizedOnce = true; fixpos(); } if (document.all["tagspot"]){ nn=document.all["tagspot"].offsetTop; document.all["area_homes"].style.top = (nn*-1)-30; //adjust up to 45 }else{ silentHandler(); } } function GetCookie(name) { var start = document.cookie.indexOf(name+"="); var len = start+name.length+1; if ((!start) && (name != document.cookie.substring(0,name.length))) return null; if (start == -1) return null; var end = document.cookie.indexOf(";",len); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(len,end)); } </SCRIPT> <!--Manalapan FL Real EstateSearch for Homes in the entire state of FL and Manalapan, and . , real estate--> <META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD> <BODY style="BACKGROUND-REPEAT: repeat-x" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="../skin_files/Image3_1x1.jpg" bgcolor="#6B8093"> <!-- Begin Table --> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="894" HEIGHT="839"> <TR> <TD ROWSPAN="4" COLSPAN="1" WIDTH="47" HEIGHT="839" valign="top"> <IMG NAME="Image30" SRC="../skin_files/Image3_1x1.jpg" WIDTH="47" HEIGHT="839" BORDER="0"></TD> <TD COLSPAN="3" WIDTH="821" HEIGHT="533"> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','821','height','533','src','header_default2','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','header_default2','wmode','transparent' ); //end AC code </script> <noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="821" height="533" id="header_default2" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../header_default2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="../header_default2.swf" quality="high" bgcolor="#ffffff" width="821" height="533" name="header_default2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript> </TD> <TD ROWSPAN="4" COLSPAN="1" WIDTH="26" HEIGHT="839" valign="top"> <IMG NAME="Image32" SRC="../skin_files/Image3_1x3.jpg" WIDTH="26" HEIGHT="839" BORDER="0"></TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="1" WIDTH="17" HEIGHT="272"> <IMG NAME="Image33" SRC="../skin_files/Image3_2x1.jpg" WIDTH="17" HEIGHT="272" BORDER="0"></TD> <TD WIDTH="788" HEIGHT="272" background="../skin_files/Image3_2x2.jpg" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="788" id="table1"> <tr> <div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"> </div> <td valign="top" width="515"><map name="FPMap0"> <area href="boca_raton_city.html" shape="rect" coords="9, 17, 88, 100" onMouseOver="doTooltip(event,0)" onMouseOut="hideTip()"> <area href="le_lac.html" shape="rect" coords="87, 18, 158, 100" onMouseOver="doTooltip(event,1)" onMouseOut="hideTip()"> <area href="st_andrews.html" shape="rect" coords="162, 16, 233, 100" onMouseOver="doTooltip(event,2)" onMouseOut="hideTip()"> <area href="addison_reserve.html" shape="rect" coords="232, 14, 302, 100" onMouseOver="doTooltip(event,3)" onMouseOut="hideTip()"> <area href="woodfield.html" shape="rect" coords="304, 13, 376, 101" onMouseOver="doTooltip(event,4)" onMouseOut="hideTip()"> <area href="boca_grove.html" shape="rect" coords="375, 15, 452, 101" onMouseOver="doTooltip(event,5)" onMouseOut="hideTip()"> <area href="Royal_palm.html" shape="rect" coords="454, 11, 526, 99" onMouseOver="doTooltip(event,6)" onMouseOut="hideTip()"> <area href="Mizner_cc.html" shape="rect" coords="11, 106, 86, 188" onMouseOver="doTooltip(event,7)" onMouseOut="hideTip()"> <area href="broken_sound.html" shape="rect" coords="89, 103, 158, 191" onMouseOver="doTooltip(event,8)" onMouseOut="hideTip()"> <area href="the_sanctuary.html" shape="rect" coords="162, 101, 233, 190" onMouseOver="doTooltip(event,9)" onMouseOut="hideTip()"> <area href="the_oaks.html" shape="rect" coords="234, 102, 306, 192" onMouseOver="doTooltip(event,10)" onMouseOut="hideTip()"> <area href="long_lake_estates.html" shape="rect" coords="305, 100, 378, 190" onMouseOver="doTooltip(event,11)" onMouseOut="hideTip()"> <area coords="378, 101, 452, 189" shape="rect" href="mizner_grand.html" onMouseOver="doTooltip(event,12)" onMouseOut="hideTip()"> <area href="mizner_tower.html" shape="rect" coords="456, 99, 523, 192" onMouseOver="doTooltip(event,13)" onMouseOut="hideTip()"> <area href="boca_waterfront.html" shape="rect" coords="10, 195, 526, 268" onMouseOver="doTooltip(event,14)" onMouseOut="hideTip()"> </map> <img border="0" src="../skin_files/communities_block.jpg" width="527" height="271" usemap="#FPMap0"></td> <td valign="top" width="8">&nbsp;</td> <td valign="top" width="248">&nbsp;<div align="center"> <table border="0" cellpadding="0" cellspacing="0" id="table2" width="187"> <tr> <td height="33" width="17">&nbsp;</td> <td height="33" width="170">&nbsp;</td> </tr> <tr> <td width="17" height="77">&nbsp;</td> <td width="170" valign="top" height="77"> <font color="#9299A0" face="Arial" style="font-size: 9pt"> View properties in these Boca Raton area communities or quickly search for all properties in the Boca Raton and surrounding areas.</font></td> </tr> <tr> <td width="187" colspan="2" valign="top"><font size="1"> <script language="JavaScript"> <!-- start hiding var locationArray = new Array(); var regionArray = new Array(); var counter = 0; // Build Region Select Box // Select whatever is passed in as default selected value for box A function selectDefaultA(boxADefault) { var counter = 0; for (i=0;i <locationArray.length;i=i+2) { var aString = locationArray[i]; var aString2 = locationArray[i+1]; if ( aString.search("==") != -1 ) { var newopt = new Option( aString2, escape( aString.substr(2) ) ); if (newopt.text == boxADefault){document.custom.product.options[counter].selected = true;} counter++; } } refreshLocations(); } // Build Region Select Box function refreshLocations() { var counter = 0; var selectedRegionID = document.custom.product.options[document.custom.product.selectedIndex].value; var theCompare = "==" + selectedRegionID; // alert(theCompare); var foundRegion = false; for (i=0;i <locationArray.length;i=i+2) { var aString = locationArray[i]; var aString2 = locationArray[i+1]; // alert(aString.search(theCompare)); if (foundRegion == true) { // alert("Found Region"); if ( aString.search("==") != -1 ) { foundRegion = false; } else { var newopt = new Option( aString2, escape( aString ) ); document.custom.left_version.options[counter] = newopt; counter++; } } else if ( aString.search(theCompare) != -1 ) { foundRegion = true; } } // end for loop // When changing "regions", remove all previously selected counties/cities selectAll(document.custom.selectedVersion); removeitem(document.custom.selectedVersion); } var selectversionstring = "Select a version"; var allstring = "All"; var submitcount = 0; var browserTag = "Unknown"; if ( navigator.appName == "Microsoft Internet Explorer" ) { browserTag = "MSIE"; } else if ( navigator.appName == "Netscape" ) { browserTag = "NS"; } var majorVer = parseInt( navigator.appVersion ); function supportedBrowser() { return( ( ( browserTag == "NS" && majorVer >= 3 ) || ( browserTag == "MSIE" && majorVer >= 4 ) ) ? 1 : 0 ); } function rebuildSelect( object, options ) { if ( ! supportedBrowser() ) return( 0 ); if ( object.options == null ) { return( 0 ); } if ( options != null && options.length > 0 ) { object.options.length = 0; for ( var i = 0; i < options.length; i++ ) { var newopt = new Option( options[i], escape( options[i] ) ); object.options[i] = newopt; } object.selectedIndex = 0; } return( 1 ); } function updateVersions() { if ( ! supportedBrowser() ) return( 0 ); var prodsel = document.custom.product; var product = prodsel.options[prodsel.selectedIndex].text; var versions = new Array(); var i = 0; for ( var version in r[product] ) { // alert("got here"); versions[i++] = version; } if ( prodsel.selectedIndex == 0 ) { // versions[0] = selectversionstring; } else if ( versions.length < 1 ) { // versions[0] = allstring; } rebuildSelect( document.custom.left_version, versions ); return( 1 ); } function updateProducts() { if ( ! supportedBrowser() ) return( 0 ); var products = new Array(); var i = 0; for ( var prod in r ) { products[i++] = prod; } rebuildSelect( document.custom.product, products ); if ( document.custom.left_version ) { updateVersions(); } return( 1 ); } function countProducts() { var last = 0; for ( var i = 0; i < document.custom.elements.length; i++ ) { var n = document.custom.elements[i].name; var l = n.length; if ( n.substring(0,8) == "product_" && n.substring(l-5) == "_name" ) { var num = parseInt( n.substring(8,l-5) ); if ( num > last ) last = num; } } return( last ); } function refreshLocation(command,top) { if ( supportedBrowser() && ( command == "refreshproduct" || command == "refreshversion" ) ) { if ( document.custom.version && ( command == "refreshproduct" ) ) { updateVersions(); } } else { if ( ! supportedBrowser() ) { return( false ); } if ( command == "addproduct" && browserTag == "MSIE" && majorVer == 3 ) { var last = countProducts(); if ( last > 2 ) { alert( "Because of limitations in cookie size, you may only have three products in Microsoft Internet Explorer 3.x." ); return( false ); } } var url = buildURL(command); if ( top ) { window.top.location = url; } else { window.location = url; } } return( false ); } sortitems = 1; // Automatically sort items within lists? (1 or 0) function additem(fbox,tbox) { move(fbox,tbox); //removeitembyname(tbox,"None Selected") if (sortitems) SortD(tbox); } function additembyname(tbox, theName) { if (tbox.options.length == 0) { var no = new Option(); no.value = theName; no.text = theName; tbox.options[0] = no; tbox.length++; } BumpUp(tbox); } function removeitembyname(fbox, theName) { for(var i=0; i<fbox.options.length; i++) { if(fbox.options[i].value == theName) { fbox.options[i].value = ""; fbox.options[i].text = ""; } } BumpUp(fbox); } function removeitem(fbox) { for(var i=0; i<fbox.options.length; i++) { if(fbox.options[i].selected && fbox.options[i].value != "") { // var no = new Option(); // no.value = fbox.options[i].value; // no.text = fbox.options[i].text; // tbox.options[tbox.options.length] = no; fbox.options[i].value = ""; fbox.options[i].text = ""; } } BumpUp(fbox); //additembyname (fbox,"None Selected") } function move(fbox,tbox) { for(var i=0; i<fbox.options.length; i++) { if(fbox.options[i].selected && fbox.options[i].value != "") { var no = new Option(); no.value = fbox.options[i].value; no.text = fbox.options[i].text; // check that this entry doesn't already exist. If it doesn't, then add it var len = tbox.length; var found = false; for(var count = 0; count < len; count++) { if (tbox.options[count] != null) { if (no.text == tbox.options[count].text) { found = true; break; } } } if (found != true) { tbox.options[tbox.options.length] = no; len++; } // tbox.options[tbox.options.length] = no; // fbox.options[i].value = ""; // fbox.options[i].text = ""; } } // BumpUp(fbox); if (sortitems) SortD(tbox); } function BumpUp(box) { var i=0; while (i < box.options.length) { if (box.options[i].value == "") box.options[i] = null; // by setting the individual Option object to null, it is removed from the array // and the other objects indexes are automatically adjusted else i++; // otherwise look at the next item } } // end function function SortD(box) { var temp_opts = new Array(); var temp = new Object(); for(var i=0; i<box.options.length; i++) { temp_opts[i] = box.options[i]; } for(var x=0; x<temp_opts.length-1; x++) { for(var y=(x+1); y<temp_opts.length; y++) { if(temp_opts[x].text > temp_opts[y].text) { temp = temp_opts[x].text; temp_opts[x].text = temp_opts[y].text; temp_opts[y].text = temp; temp = temp_opts[x].value; temp_opts[x].value = temp_opts[y].value; temp_opts[y].value = temp; } } } for(var i=0; i<box.options.length; i++) { box.options[i].value = temp_opts[i].value; box.options[i].text = temp_opts[i].text; } } // START OF SUBMIT PAGE 2 function submit_page2(form) { var theForm = form; foundError = false; foundBuilderBlankError = false; // builder field if(isFieldBlank(form.builder)) { foundBuilderBlankError = true; foundError = true; } // create error message and alert if (foundError == true) { lnfd = "\n"; msgString = "Please correct the following:" + lnfd + lnfd; if (foundBuilderBlankError == true ) { msgString += "Please select a builder." + lnfd; } if (foundBuilderBlankError == true ) { form.builder.focus(); } alert(msgString); return false; } if (submitcount == 0) { submitcount++; return true; } else { alert("Your information is being processed. Thanks!"); return false; } } // END OF SUBMIT PAGE2 // START OF SUBMIT PAGE 3 function submit_page3(form) { var theForm = form; foundError = false; foundCommunityBlankError = false; // builder field if(isFieldBlank(form.community)) { foundCommunityBlankError = true; foundError = true; } // create error message and alert if (foundError == true) { lnfd = "\n"; msgString = "Please correct the following:" + lnfd + lnfd; if (foundCommunityBlankError == true ) { msgString += "Please select a community." + lnfd; } if (foundCommunityBlankError == true ) { form.community.focus(); } alert(msgString); return false; } if (submitcount == 0) { submitcount++; return true; } else { alert("Your information is being processed. Thanks!"); return false; } } // END OF SUBMIT PAGE3 var searchString= ''; function submit_page(form) { var controls = document.custom; var str = ""; for (i=0; i<controls.length; i++) { if ((controls[i].type == "select-multiple")) { var optsPicked = ""; for (ii = 0; ii < controls[i].length; ii++) { //if (controls[i].options[ii].selected) { if ((controls[i].name.indexOf("left") < 0) && (controls[i].options[ii].value != "")){ optsPicked += (controls[i].options[ii].value + ","); } } searchString = form.SelectedCities.value; if (searchString.indexOf(optsPicked) < 0) form.SelectedCities.value+=optsPicked; //aVal=controls[i].value; //alert('>>' + controls[i].type + '::' + optsPicked); }else{ //aVal=controls[i].value; //if(aVal.length > 0) // alert(controls[i].type + '::' + aVal); //var name = controls[i].name.substr(7); // str += name + "=" + (controls[i].checked ? 1 : 0) + ";"; } } //window.alert(str); //document.submit_frm.js_array.v&#0173;alue = str; //document.submit_frm.submit(); return true; } // Check for a blank field function isFieldBlank(theField) { if (theField==null || theField=='') return false; if(theField.value == "") return true; else return false; } function doSubmit() { if (submit_page(document.custom)) { //alert("Please wait while the changes are made."); //alert(document.custom.SelectedCities.value); document.custom.submit(); } } function doQuickSearch() { if(isFieldBlank(document.quick_search.quickSearch)) { alert("Please enter a street address or MLS number."); } else { document.quick_search.submit(); } } function dopropcodeSearch() { if(isFieldBlank(document.propcode_search.propertyCode)) { alert("Please enter a Property Code number."); } else { document.propcode_search.submit(); } } function doAltQuickSearch(msg) { if(isFieldBlank(document.quick_search.altQuickSearch)) { alert(msg); } else { document.quick_search.submit(); } } function numberOfSelectedEntries(theSelect) { n = 0 count = 0 while (n < theSelect.options.length) { if(theSelect.options[n].selected && theSelect.options[n].value != "None Selected") { count ++ } n ++ } return count } function selectAll(theSelect) { for(var i =0;i < theSelect.options.length; i++) { theSelect.options[i].selected = true; } } // Check for a valid email address (Does it contain a "@") function isValidEmail(theField) { if((theField.value.indexOf('@', 0) == -1) || (theField.value.indexOf(' ', 0) != -1) || (theField.value.indexOf(',', 0) != -1)) return false; else return true; } function checkEmail(str) { if (str.length == 0) { return true } var reg1 = /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)|(\s)/; // not valid var reg2 = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]|[0-9])(\]?)$/; // valid if (!reg1.test(str) && reg2.test(str)) { // if syntax is valid return true; } return false; } //--></script><script language="JavaScript"><!-- hide function popWindow(theLink) { var initialX = 100; var initialY = 100; //theLink = escape(theLink); //alert(theLink); if (navigator.appName == "Netscape") { //theWindow = open(theLink,'Lookup', 'width=505,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); theWindow = window.open(theLink,'Lookup', 'width=560,height=500,' + ',scrollbars'); } else { theWindow = open(theLink, 'Lookup', 'width=505,height=500' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function popWindowHelp(theLink) { var initialX = 100; var initialY = 100; //theLink = escape(theLink); //alert(theLink); if (navigator.appName == "Netscape") { //theWindow = open(theLink,'Lookup', 'width=505,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); theWindow = window.open(theLink,'Lookup', 'width=560,height=500,' + ',scrollbars'); } else { theWindow = open(theLink, 'Lookup', 'width=560,height=500' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function popWindowEmail(theLink) { var initialX = 100; var initialY = 100; //theLink = escape(theLink); //alert(theLink); if (navigator.appName == "Netscape") { //theWindow = open(theLink,'Lookup', 'width=505,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); theWindow = window.open(theLink,'Lookup', 'width=560,height=500,' + ',scrollbars'); } else { theWindow = open(theLink, 'Lookup', 'width=560,height=500' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function popSizedWindow(theLink, theWidth, theHeight) { var initialX = 100; var initialY = 100; if (navigator.appname == "Netscape") theWindow = window.open(theLink,'Lookup', 'width=' + theWidth + ',height=' + theHeight + ',' + ',scrollbars'); else theWindow = open(theLink, 'Lookup', 'width=' + theWidth + ',height=' + theHeight + '' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); theWindow.opener = self; theWindow.focus(); } function popWindow360Tour(theLink) { var initialX = 100; var initialY = 100; if (navigator.appName == "Netscape") { theWindow = open(theLink, 'Lookup', 'width=600,height=560,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); } else { theWindow = open( theLink, 'Lookup', 'width=600,height=560' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function popWindowFloorPlan(theLink) { var initialX = 100; var initialY = 100; if (navigator.appName == "Netscape") { theWindow = open(theLink, 'Lookup', 'width=900,height=800,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); } else { theWindow = open( theLink, 'Lookup', 'width=900,height=800' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function closeWindow() { close(); } function popWindowMap(theLink) { var initialX = 50; var initialY = 50; if (navigator.appName == "Netscape") { theWindow = open(theLink, 'Lookup', 'width=720,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars' + ',resizable'); } else { theWindow = open(theLink,'Lookup', 'width=720,height=500,' + ',left=' + initialX + ',top=' + initialY + ',scrollbars' + ',resizable'); } theWindow.opener = self; theWindow.focus(); } function popShowingAlert(theLink) { var initialX = 50; var initialY = 50; if (navigator.appname == "Netscape") { theWindow = open(theLink, 'Lookup', 'width=640,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); } else { theWindow = open( theLink, 'Lookup', 'width=640,height=500,' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; } } function changeImages() { if (document.images) { for (var i=0; i<changeImages.arguments.length; i+=2) { document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; } } } var preloadFlag = false; function preloadImages() { if (document.images) { preloadFlag = true; } } 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_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_findObj(n, d) { //v4.0 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 && document.getElementById) x=document.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];} } function updateParent(theURL) { window.opener.location = theURL; window.close(); } //--></script> <div style="text-align:center"> <table background="../../skin_files/small_search_back.jpg" height="119" width="150"> <tr> <td valign="top"> <form name="custom" id=custom action="SearchResultsFormat.asp" method="post"> <input type="hidden" name="Tablename" value="resd"> <input type=hidden name="SelectedCities" value=''> <TABLE cellSpacing=0 cellPadding=0 border=0 width="145"> <TR> <TD class=label colSpan="3" > <font color="#FFFFFF" face="Arial" style="font-size: 8pt"> <b>&nbsp;</b></font><font color="#9299A0" face="Arial" style="font-size: 9pt"> </font> <font face="Arial" color="#9299A0" size="1">Choose a City:</font></TD> </TR> <TR> <TD width="7"> &nbsp;</TD> <TD width="138" colspan="2"> <select name=SelectedCities style=font-size:7pt> <OPTION VALUE="City::Str::City::Like::Boca Raton" selected>Boca Raton</OPTION> <OPTION VALUE=""></OPTION> <OPTION VALUE="">-- FEATURED COMMUNITIES --</OPTION> <OPTION VALUE=""></OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::addison reserve::OR::Str::@Subdivision Name@::Like::addison reserve">Addison Reserve Country Club</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::Boca Grove::OR::Str::@Subdivision Name@::Like::Boca Falls">Boca Grove</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::Broken Sound::OR::Str::@Subdivision Name@::Like::Broken Sound">Broken Sound Country Club</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::Le Lac::OR::Str::@Subdivision Name@::Like::Le Lac">Le Lac</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::Long Lake Est::OR::Str::@Subdivision Name@::Like::Long Lake Est">Long Lake Estates</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::mizner grand::OR::Str::@Subdivision Name@::Like::mizner grand">Mizner Grand</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::Mizner Country Club::OR::Str::@Subdivision Name@::Like::Mizner Country Club">Mizner Country Club</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::mizner tower::OR::Str::@Subdivision Name@::Like::mizner tower">Mizner Tower</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::Royal Palm Yacht::OR::Str::@Subdivision Name@::Like::Royal Palm Yacht">Royal Palm Yacht & Country Club</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::St Andrews::OR::Str::@Subdivision Name@::Like::St Andrews">St. Andrews</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::The Oaks::OR::Str::@Subdivision Name@::Like::The Oaks::AND::Str::city::LIKE::boca">The Oaks</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::Sanctuary::OR::Str::@Subdivision Name@::Like::Sanctuary">The Sanctuary</OPTION> <OPTION VALUE="@Development Name@::Str::@Development Name@::Like::Woodfield::OR::Str::@Subdivision Name@::Like::Woodfield">Woodfield Country Club</OPTION> <OPTION VALUE=""></OPTION> <OPTION VALUE="">-- OTHER CITIES --</OPTION> <OPTION VALUE="City::Str::City::Like::Atlantis">Atlantis</OPTION> <OPTION VALUE="City::Str::City::Like::Aventura">Aventura</OPTION> <OPTION VALUE="City::Str::City::Like::Bay Harbor Islands">Bay Harbor Islands</OPTION> <OPTION VALUE="City::Str::City::Like::Belle Glade">Belle Glade</OPTION> <OPTION VALUE="City::Str::City::Like::Briny Breezes">Briny Breezes</OPTION> <OPTION VALUE="City::Str::City::Like::Canal Point">Canal Point</OPTION> <OPTION VALUE="City::Str::City::Like::Coconut Creek">Coconut Creek</OPTION> <OPTION VALUE="City::Str::City::Like::Coconut Grove">Coconut Grove</OPTION> <OPTION VALUE="City::Str::City::Like::Cooper City">Cooper City</OPTION> <OPTION VALUE="City::Str::City::Like::Coral Gables">Coral Gables</OPTION> <OPTION VALUE="City::Str::City::Like::Coral Springs">Coral Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Dania">Dania</OPTION> <OPTION VALUE="City::Str::City::Like::Davie">Davie</OPTION> <OPTION VALUE="City::Str::City::Like::Fellsmere">Fellsmere</OPTION> <OPTION VALUE="City::Str::City::Like::Florida City">Florida City</OPTION> <OPTION VALUE="City::Str::City::Like::Fort Lauderdale">Fort Lauderdale</OPTION> <OPTION VALUE="City::Str::City::Like::Fort Pierce">Fort Pierce</OPTION> <OPTION VALUE="City::Str::City::Like::Glen Ridge">Glen Ridge</OPTION> <OPTION VALUE="City::Str::City::Like::Golden Beach">Golden Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Greenacres">Greenacres</OPTION> <OPTION VALUE="City::Str::City::Like::Gulf Stream">Gulf Stream</OPTION> <OPTION VALUE="City::Str::City::Like::Hallandale">Hallandale</OPTION> <OPTION VALUE="City::Str::City::Like::Haverhill">Haverhill</OPTION> <OPTION VALUE="City::Str::City::Like::Hialeah">Hialeah</OPTION> <OPTION VALUE="City::Str::City::Like::Highland Beach">Highland Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Hillsboro Beach">Hillsboro Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Hobe Sound">Hobe Sound</OPTION> <OPTION VALUE="City::Str::City::Like::Hollywood">Hollywood</OPTION> <OPTION VALUE="City::Str::City::Like::Homestead">Homestead</OPTION> <OPTION VALUE="City::Str::City::Like::Hutchinson Island">Hutchinson Island</OPTION> <OPTION VALUE="City::Str::City::Like::Hypoluxo">Hypoluxo</OPTION> <OPTION VALUE="City::Str::City::Like::Indian River Shores">Indian River Shores</OPTION> <OPTION VALUE="City::Str::City::Like::Indiantown">Indiantown</OPTION> <OPTION VALUE="City::Str::City::Like::Islands Carribbean">Islands Carribbean</OPTION> <OPTION VALUE="City::Str::City::Like::Jensen Beach">Jensen Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Juno Beach">Juno Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Jupiter Inlet Colony">Jupiter Inlet Colony</OPTION> <OPTION VALUE="City::Str::City::Like::Kendall">Kendall</OPTION> <OPTION VALUE="City::Str::City::Like::Lake Clarke Shores">Lake Clarke Shores</OPTION> <OPTION VALUE="City::Str::City::Like::Lake Park">Lake Park</OPTION> <OPTION VALUE="City::Str::City::Like::Lake Worth">Lake Worth</OPTION> <OPTION VALUE="City::Str::City::Like::Lakewood Park">Lakewood Park</OPTION> <OPTION VALUE="City::Str::City::Like::Lantana">Lantana</OPTION> <OPTION VALUE="City::Str::City::Like::Lauderdale By The S">Lauderdale By The S</OPTION> <OPTION VALUE="City::Str::City::Like::Lauderdale Lakes">Lauderdale Lakes</OPTION> <OPTION VALUE="City::Str::City::Like::Lauderhill">Lauderhill</OPTION> <OPTION VALUE="City::Str::City::Like::Lighthouse Point">Lighthouse Point</OPTION> <OPTION VALUE="City::Str::City::Like::Loxahatchee">Loxahatchee</OPTION> <OPTION VALUE="City::Str::City::Like::Manalapan">Manalapan</OPTION> <OPTION VALUE="City::Str::City::Like::Mangonia Park">Mangonia Park</OPTION> <OPTION VALUE="City::Str::City::Like::Margate">Margate</OPTION> <OPTION VALUE="City::Str::City::Like::Miami Beach">Miami Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Miami Shores">Miami Shores</OPTION> <OPTION VALUE="City::Str::City::Like::Miramar">Miramar</OPTION> <OPTION VALUE="City::Str::City::Like::North Bay Village">North Bay Village</OPTION> <OPTION VALUE="City::Str::City::Like::North Lauderdale">North Lauderdale</OPTION> <OPTION VALUE="City::Str::City::Like::North Miami">North Miami</OPTION> <OPTION VALUE="City::Str::City::Like::North Palm Beach">North Palm Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Oakland Park">Oakland Park</OPTION> <OPTION VALUE="City::Str::City::Like::Ocean Ridge">Ocean Ridge</OPTION> <OPTION VALUE="City::Str::City::Like::Opa Locka">Opa Locka</OPTION> <OPTION VALUE="City::Str::City::Like::Other Country">Other Country</OPTION> <OPTION VALUE="City::Str::City::Like::Other Fl City">Other Fl City</OPTION> <OPTION VALUE="City::Str::City::Like::Other State">Other State</OPTION> <OPTION VALUE="City::Str::City::Like::Pahokee">Pahokee</OPTION> <OPTION VALUE="City::Str::City::Like::Palm Beach Gardens">Palm Beach Gardens</OPTION> <OPTION VALUE="City::Str::City::Like::Palm Beach Shores">Palm Beach Shores</OPTION> <OPTION VALUE="City::Str::City::Like::Palm City">Palm City</OPTION> <OPTION VALUE="City::Str::City::Like::Palm Springs">Palm Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Parkland">Parkland</OPTION> <OPTION VALUE="City::Str::City::Like::Pembroke Pines">Pembroke Pines</OPTION> <OPTION VALUE="City::Str::City::Like::Plantation">Plantation</OPTION> <OPTION VALUE="City::Str::City::Like::Pompano Beach">Pompano Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Port Saint Lucie">Port Saint Lucie</OPTION> <OPTION VALUE="City::Str::City::Like::Port Salerno">Port Salerno</OPTION> <OPTION VALUE="City::Str::City::Like::Riviera Beach">Riviera Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Royal Palm Beach">Royal Palm Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Saint Lucie West">Saint Lucie West</OPTION> <OPTION VALUE="City::Str::City::Like::Sebastian">Sebastian</OPTION> <OPTION VALUE="City::Str::City::Like::Sewalls Point">Sewalls Point</OPTION> <OPTION VALUE="City::Str::City::Like::Singer Island">Singer Island</OPTION> <OPTION VALUE="City::Str::City::Like::South Bay">South Bay</OPTION> <OPTION VALUE="City::Str::City::Like::South Palm Beach">South Palm Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Stuart">Stuart</OPTION> <OPTION VALUE="City::Str::City::Like::Sunrise">Sunrise</OPTION> <OPTION VALUE="City::Str::City::Like::Surfside">Surfside</OPTION> <OPTION VALUE="City::Str::City::Like::Tamarac">Tamarac</OPTION> <OPTION VALUE="City::Str::City::Like::Tequesta">Tequesta</OPTION> <OPTION VALUE="City::Str::City::Like::Vero Beach">Vero Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Wellington">Wellington</OPTION> <OPTION VALUE="City::Str::City::Like::West Palm Beach">West Palm Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Weston">Weston</OPTION> <OPTION VALUE="City::Str::City::Like::Williams Island">Williams Island</OPTION> <OPTION VALUE="City::Str::City::Like::Wilton Manors">Wilton Manors</OPTION> </select></TD> </TR> <TR> <TD width="145" valign="bottom" colspan="3"> <font style="font-size: 8pt" color="#FFFFFF" face="Arial"><b> &nbsp;</b></font><font style="font-size: 9pt" color="#9299A0" face="Arial"> </font> <font face="Arial" color="#9299A0" size="1">Price From:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Price To:</font></TD> </TR> <tr> <TD width="76" valign="bottom"> &nbsp;</TD> <TD width="76" valign="bottom"> <font color="#C2D5E4"> <SELECT style="WIDTH: 68; font-size: 8pt; height:19" name=sStartPrice> <option value="" selected> No Min</option> <option value="Price::Int::Price::GreaterThan::50000">50,000 </option> <option value="Price::Int::Price::GreaterThan::75000">75,000 </option> <option value="Price::Int::Price::GreaterThan::100000">100,000 </option> <option value="Price::Int::Price::GreaterThan::125000">125,000 </option> <option value="Price::Int::Price::GreaterThan::150000">150,000 </option> <option value="Price::Int::Price::GreaterThan::175000">175,000 </option> <option value="Price::Int::Price::GreaterThan::200000">200,000 </option> <option value="Price::Int::Price::GreaterThan::225000">225,000 </option> <option value="Price::Int::Price::GreaterThan::250000">250,000 </option> <option value="Price::Int::Price::GreaterThan::275000">275,000 </option> <option value="Price::Int::Price::GreaterThan::300000" selected>300,000 </option> <option value="Price::Int::Price::GreaterThan::350000">350,000 </option> <option value="Price::Int::Price::GreaterThan::400000">400,000 </option> <option value="Price::Int::Price::GreaterThan::500000">500,000 </option> <option value="Price::Int::Price::GreaterThan::750000">750,000 </option> <option value="Price::Int::Price::GreaterThan::1000000">1,000,000 </option> <option value="Price::Int::Price::GreaterThan::1500000">1,500,000 </option> <option value="Price::Int::Price::GreaterThan::2000000">2,000,000 </option> <option value="Price::Int::Price::GreaterThan::2500000">2,500,000 </option> <option value="Price::Int::Price::GreaterThan::3000000">3,000,000 </option> <option value="Price::Int::Price::GreaterThan::3500000">3,500,000 </option> <option value="Price::Int::Price::GreaterThan::4000000">4,000,000 </option> <option value="Price::Int::Price::GreaterThan::4500000">4,500,000 </option> <option value="Price::Int::Price::GreaterThan::5000000">5,000,000 </option> <option value="Price::Int::Price::GreaterThan::5500000">5,500,000 </option> <option value="Price::Int::Price::GreaterThan::6000000">6,000,000 </option> <option value="Price::Int::Price::GreaterThan::6500000">6,500,000 </option> <option value="Price::Int::Price::GreaterThan::7000000">7,000,000 </option> <option value="Price::Int::Price::GreaterThan::7500000">7,500,000 </option> <option value="Price::Int::Price::GreaterThan::8000000">8,000,000 </option> <option value="Price::Int::Price::GreaterThan::8500000">8,500,000 </option> <option value="Price::Int::Price::GreaterThan::9000000">9,000,000 </option> <option value="Price::Int::Price::GreaterThan::9500000">9,500,000 </option> <option value="Price::Int::Price::GreaterThan::10000000">10,000,000 </option> <option value="">Unlimited </option> </SELECT></font></TD> <TD width="69"> <font color="#C2D5E4"> <select style="WIDTH: 69; font-size: 8pt; height:19" id="max-range" style="font-size:8pt" name="max"> <option value="" selected> NO MAX</option> <option value="Price::Int::Price::LessThan::50000">50,000 </option> <option value="Price::Int::Price::LessThan::75000">75,000 </option> <option value="Price::Int::Price::LessThan::100000">100,000 </option> <option value="Price::Int::Price::LessThan::125000">125,000 </option> <option value="Price::Int::Price::LessThan::150000">150,000