ÿþ<!-- HERON BAY, LIGHTHOUSE POINT, GOLF AND COUNTRY CLUB, CORAL SPRINGS Real Estate - Page Created 3/15/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> <HTML> <HEAD> <title> Real Estate - FLORIDA </title> <META NAME="keywords" content=" Real Estate Listings,,Search for homes in Search for homes in FLORIDA,Real Estate Agent, Real Estate Agency, Real Estate"> <META name="description" content="Selling Real Estate in the and surrounding areas - FLORIDA "> <meta content="Microsoft FrontPage 6.0" name="GENERATOR"> <meta content="FrontPage.Editor.Document" name="ProgId"> <meta content=" Real Estate Listings,,Search for homes in Search for homes in FLORIDA,Real Estate Agent, Real Estate Agency, Real Estate" name="keywords"> <meta content=" Real Estate - FLORIDA " name="description"> <meta http-equiv="expires" content="0"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta content="ALL" name="ROBOTS"> <meta NAME="ROBOTS" CONTENT="index,follow"> <meta NAME="REVISIT-AFTER" CONTENT="7 days"> <meta content="WCS" name="DC.Creator"> <meta content=" Real Estate - Search for Homes in FLORIDA and ." name="DC.Title"> <meta content=" 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=" Real Estate - Search for Homes in FLORIDA and ." name="DC.Description"> <meta content="WCS" name="DC.Publisher"> <script language="JavaScript1.2" src="../mm_menu.js"></script> <script language="JavaScript1.2" src="../nav_bar.js"></script> <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"> <!-- /* 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= 160; var offX= 10; // how far from mouse to show tip var offY= 10; var tipFontFamily= "Verdana, arial, helvetica, sans-serif"; var tipFontSize= "8pt"; // 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= "#000000"; var tipBgColor= "#326298"; var tipBorderColor= "#6B8428"; var tipBorderWidth= 2; var tipBorderStyle= "ridge"; var tipPadding= 3; // 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('../skin_files/pop_up_coral_springs_small.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428">CORAL SPRINGS</font></b><p><font face="Verdana" size="1" color="#000000">Coral Springs is the recipient of Florida City of Excellence award. This award was the first-ever awarded from The Florida League of Cities. The program is designed to focus public attention on all the good things cities do to improve the quality of life in Florida and honor outstanding city leaders and cities for their excellent, innovative and highly praised programs. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[1] = new Array('../skin_files/pop_up_heron_bay_small.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428">HERON BAY</font></b><p><font face="Verdana" size="1" color="#000000">Grand and gracious country club living can be found at Heron Bay, in Parkland, Florida. It is a perfect balance between man and nature. Spanning the cities of Coral Springs and Parkland, the communitys environmentally conscientious design and inspired neighborhoods have earned numerous awards including the distinction of being one of the first golfing communities in Florida to be a registered member of Audubon International Cooperative Sanctuary Program.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[2] = new Array('../skin_files/pop_up_parkland_small.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428"></font></b><p><font face="Verdana" size="1" color="#000000">Parkland Florida is tucked away in the northwest corner of Broward County between Boca Raton and Coral Springs. It is a rare find in the bustling area of South Florida. There are miles of equestrian trails meandering throughout the wooded acreage making it a perfect place for horse enthusiast and trees predominate on land formerly owned by large cattle ranchers.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[3] = new Array('../skin_files/pop_up_eagle_trace_small.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428">EAGLE TRACE</font></b><p><font face="Verdana" size="1" color="#000000">Eagle Trace is a luxury gated community located in Coral Springs Florida. The neighborhood has one of the nations top private golf courses which is surrounded by approximately 900 custom homes. This family-oriented neighborhhod sends students to the best rated public schools in the State.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[4] = new Array('../skin_files/pop_up_cyprus_head_small.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428">CYPRESS HEAD</font></b><p><font face="Verdana" size="1" color="#000000">You will find gracious country club living at Cypress Head! This community offers large, luxury homes that wind in and around a 62-acre lake. This luxury community also features a 24-hour guarded gate. Cypress Heads outstanding recreational facility includes tennis, a playground and much more! </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); //////////////////// 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%"><img src="'; var midStr = '" border="0"></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> </HEAD> <BODY style="BACKGROUND-REPEAT: repeat-x" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="../skin_files/Image3_1x1.jpg" bgcolor="#E3E3E3"> <!-- Real Estate Web Site --> <SPAN id="" style="LEFT: 0px; POSITION: absolute; TOP:0px" name=""> <H1> Real Estate</H1> <TABLE WIDTH=800><TR><TD> <A name="# Real Estate"></A> <FORM name=_Form action='' method=get><SELECT style="BACKGROUND-COLOR: #ffff99" name=FL_select> <OPTION value=" Real Estate" selected> Real Estate</OPTION> <OPTION value="FL Real Estate">FL Real Estate</OPTION> </SELECT> </FORM> <B> Real Estate</B> is what I specialize in as your Real Estate Agent. <BR>If you are looking for <STRONG> Real Estate</STRONG>, specilizing in , you've come to the right place.<BR>Our Real Estate office specializes in area real estate. Search <A href="# Real Estate"> Real Estate Now!</A> <BR> <ul> <li><a href="http://www.cityofparkland.org" class="external text" title="http://www.cityofparkland.org">Town of Parkland</a></li> <li><a href="http://www.cityofparkland.org/parks_recreation/parksmain.htm" class="external text" title="http://www.cityofparkland.org/parks_recreation/parksmain.htm">Parkland Parks and Recreation</a></li> <li><a href="http://www.parklandhistory.com" class="external text" title="http://www.parklandhistory.com">Parkland History</a></li> <li><a href="http://www.parklandchamber.com" class="external text" title="http://www.parklandchamber.com">Parkland Chamber of Commerce</a></li> </ul></td></tr></table></span> <SCRIPT> .style.top=-700; </SCRIPT> <script language="JavaScript1.2">mmLoadMenus();</script> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" HEIGHT="829"> <TR> <TD ROWSPAN="6" COLSPAN="1" WIDTH="17" HEIGHT="829" valign="top"> <IMG NAME="Image30" SRC="../skin_files/Image3_1x1.jpg" WIDTH="16" HEIGHT="829" BORDER="0"></TD> <TD ROWSPAN="4" HEIGHT="675" valign="top" background="../skin_files/Image3_1x2_TOP_BACK.jpg"> <p align="right"> <IMG NAME="Image31" SRC="../skin_files/Image3_1x2_TOP.jpg" WIDTH="11" HEIGHT="674" BORDER="0"></TD> <TD COLSPAN="2" WIDTH="800" HEIGHT="140" background="../skin_files/BACK_Image3_1x3.jpg" valign="top"> &nbsp;<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4" height="100%"> <tr> <td width="255" valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="250" id="table17" height="78"> <tr> <td width="250" colspan="2"> <p align="center"> &nbsp;</td> </tr> <tr> <td width="25"> <p align="center" style="margin-top: 0; margin-bottom: 0"> &nbsp;</td> <td width="225"> <p style="margin-top: 0; margin-bottom: 0"> <img border="0" src="../P.jpg" width="41" height="40"><font face="Arial" color="#6B8428" size="2"><b></b></font></p> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#6B8428" size="2"><b>800-634-2353</b></font></td> </tr> </table> </td> <td> <p align="center"><font size="6" color="#AFAFB3"> Real Estate</font></p> <p align="center"></td> </tr> </table> </TD> <TD ROWSPAN="4" HEIGHT="675" valign="top" background="../skin_files/Image3_1x4_TOP_BACK.jpg"> <p align="left"> <IMG NAME="Image33" SRC="../skin_files/Image3_1x4_TOP.jpg" WIDTH="10" HEIGHT="674" BORDER="0"></TD> <TD ROWSPAN="6" COLSPAN="1" WIDTH="16" HEIGHT="829" valign="top"> <IMG NAME="Image34" SRC="../skin_files/Image3_1x5.jpg" WIDTH="16" HEIGHT="829" BORDER="0"></TD> </TR> <TR> <TD COLSPAN="2" WIDTH="800" HEIGHT="38" bgcolor="#FFFFFF" background="../skin_files/body_back.jpg"> <img name="nav_bar" src="../nav_bar.gif" width="800" height="38" border="0" usemap="#m_nav_bar" alt=""><!-- fwtable fwsrc="nav_bar.png" fwbase="nav_bar" fwstyle="Generic" fwdocid = "742308039" fwnested="0" --> <map name="m_nav_bar"> <area shape="rect" coords="724,0,792,38" href="contact.asp" title="" alt="" > <area shape="rect" coords="666,0,724,38" href="about.asp" title="" alt="" > <area shape="rect" coords="566,0,666,34" href="list_with_us.html" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201122811_0,566,34,null,'nav_bar');" > <area shape="rect" coords="460,0,563,32" href="communities.html" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201121323_1,460,32,null,'nav_bar');" > <area shape="rect" coords="332,4,459,32" href="Featured_Listings.asp" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201121153_2,332,32,null,'nav_bar');" > <area shape="rect" coords="265,4,330,32" href="selling.html" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201120725_3,265,32,null,'nav_bar');" > <area shape="rect" coords="198,0,263,32" href="buying.html" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201115547_4,199,31,null,'nav_bar');" > <area shape="rect" coords="63,0,198,34" href="searcher.asp" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201115047_5,63,34,null,'nav_bar');" > <area shape="rect" coords="10,3,63,34" href="http://www.parklandre.com" title="" alt="" > </map></TD> </TR> <TR> <TD WIDTH="334" HEIGHT="396" bgcolor="#FFFFFF"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1" height="100%"> <tr> <td valign="top" background="../skin_files/body_back.jpg"> <table border="0" cellpadding="5" cellspacing="0" width="100%" id="table2"> <tr> <td> <p align="left" style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#6B8428" size="2"><b><u>Featured&nbsp; &nbsp; Real Estate</u> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; </b></font> </p> </td> </tr> <tr> <td height="140"> <p style="margin-top: 0; margin-bottom: 0" align="justify"><A href="HomeDetail3.asp?searchid=F799820&folderNum=0"> <font color="#818181"> <IMG height=60 src="my_listings/F799820_1.jpg" width=90 border=0 align="left"></font></A><font color="#818181">Beautifull sprawling home in sought after Hidden Hammocks! brand new "S" tile roof, vaulted ceilings, new kitchen with g..<font style="font-size: 9pt"><a href="HomeDetail3.asp?searchid=F799820&folderNum=0"> [more]</a></font></font></p> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p> <p style="margin-top: 0; margin-bottom: 0" align="center"> <b> <font color="#818181" style="font-size: 10pt"> 4 Beds / 2 Baths :: </font> <font style="font-size: 10pt">Price $425,000.00</font></b></td> </tr> <tr> <td> <p style="margin-top: 0; margin-bottom: 0" align="justify"><A href="HomeDetail3.asp?searchid=F765763&folderNum=0"> <font color="#818181"> <IMG height=60 src="my_listings/F765763_1.jpg" width=90 border=0 align="left"></font></A><font color="#818181">5BR/3.5BA A true masterpiece. Hurricane shutters. $100,000 in landscaping! 10-zone irrigation system. 3 car garage! Bu.. <font style="font-size: 9pt"><a href="HomeDetail3.asp?searchid=F765763&folderNum=0"> [more]</a></font></font> </p> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p> <p style="margin-top: 0; margin-bottom: 0" align="center"><b> <font color="#818181" style="font-size: 10pt"> 5 Beds / 3.5 Baths :: </font> <font style="font-size: 10pt"> Price $1,400,000.00</font></b></td> </tr> </table> <p align="right" style="margin-top: 0; margin-bottom: 0"> <span style="font-size: 9pt"><a href="Featured_Listings.asp">[View All Featured Listings]</a></span></td> </tr> <tr> <td valign="top" height="111" background="../skin_files/body_back.jpg"> <table border="0" cellpadding="13" cellspacing="0" width="100%" id="table14" background="../skin_files/lifestyles_blank.jpg" height="100%"> <tr> <td valign="top"> <h3 style="margin-top: 0; margin-bottom: 0"> <a style="text-decoration: none" href="communities.html"> <font color="#6B8428" size="3"> Living In</font></a></h3> <h2 style="margin-top: 0; margin-bottom: 0"> <a style="text-decoration: none" href="communities.html"> <font color="#6B8428" style="font-size: 16pt"></font></a></h2> <h2 style="margin-top: 0; margin-bottom: 0"> <font color="#6B8428" style="font-size: 23pt"> <span style="font-size: 23pt"> <a style="text-decoration: none" href="communities.html"> <font color="#6B8428" style="font-size: 23pt">FLORIDA</font></a></span></font></h2> </td> </tr> </table> </td> </tr> </table> </TD> <TD WIDTH="466" HEIGHT="396" bgcolor="#FFFFFF" valign="bottom"> <SCRIPT language=JavaScript1.1> //specify interval between slide (in mili seconds) var slidespeed=3000 //specify images var slideimages=new Array("../Skin_Files/GOLF_SLIDESHOW1.jpg","../Skin_Files/GOLF_SLIDESHOW2.jpg","../Skin_Files/GOLF_SLIDESHOW3.jpg","../Skin_Files/GOLF_SLIDESHOW4.jpg","../Skin_Files/GOLF_SLIDESHOW5.jpg") //specify corresponding links var slidelinks=new Array("#","#","#") var newwindow=0 //open links in new window? 1=yes, 0=no var imageholder=new Array() var ie=document.all for (i=0;i<slideimages.length;i++){ imageholder[i]=new Image() imageholder[i].src=slideimages[i] } function gotoshow(){ if (newwindow) window.open(slidelinks[whichlink]) else window.location=slidelinks[whichlink] } //--> </SCRIPT> <IMG style="FILTER: blendTrans(duration=3)" height=396 alt=" - Homes Real Estate and Golf" src="../skin_files/GOLF_SLIDESHOW1.jpg" width=466 border=0 longDesc=" Real Estate, Golf" name=slide></TD> </TR> <SCRIPT language=JavaScript1.1> <!-- var whichlink=0 var whichimage=0 var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0 function slideit(){ if (!document.images) return if (ie) document.images.slide.filters[0].apply() document.images.slide.src=imageholder[whichimage].src if (ie) document.images.slide.filters[0].play() whichlink=whichimage whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0 setTimeout("slideit()",slidespeed+blenddelay) } slideit() //--> </SCRIPT> <TR> <TD COLSPAN="2" WIDTH="800" HEIGHT="97" background="../skin_files/Image3_4x1BACK.jpg" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="102%" id="table3"> <tr> <td style="BACKGROUND-REPEAT: repeat-x" valign="top" background="../skin_files/Image3_4x1.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table6" height="96"> <tr> <td valign="middle"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table7"> <tr> <td valign="middle" rowspan="3" width="8"> &nbsp;</td> <td valign="middle" rowspan="3" width="91"> <p style="margin-top: 0; margin-bottom: 0"> <b><font face="Arial" size="1">View Local Golf Course Weather Conditions with this interactive map.</font></b></p> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#FFFFFF" size="1"> <b>[click on map]</b></font></td> <td valign="middle" rowspan="3"> <p style="margin-top: 0; margin-bottom: 0"> <a href="http://www.weather.com/outlook/recreation/golf/local/USFL0559?from=search_city" target="_blank"> <img border="0" src="../skin_files/GOLF_MAP.jpg" width="108" height="89" alt="Click on this map to view local Golf Course Weather Conditions."></a></td> <td width="141" rowspan="3" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table15"> <tr> <td valign="bottom"> <p align="right" style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></p> <p align="right" style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF" style="font-size: 13pt"> <b>COMMUNITY</b></font></p> <p align="right" style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF" style="font-size: 13pt"> <b>SNAPSHOTS</b></font></p> <p align="right" style="margin-top: 0; margin-bottom: 0">&nbsp;</td> </tr> </table> </td> <td width="452" valign="bottom"> <span style="font-size: 5pt">&nbsp;</span></td> </tr> <tr> <td width="452" valign="bottom"> <p style="margin-top: 0; margin-bottom: 0"> <div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"> <p style="margin-top: 0; margin-bottom: 0"></div> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" style="font-size: 6pt">&nbsp;</font><map name="FPMap0"> <area href="coral_springs.html" shape="rect" coords="4, 2, 86, 57" onMouseOver="doTooltip(event,0)" onMouseOut="hideTip()"> <area href="heron_bay.html" shape="rect" coords="87, 3, 170, 57" onMouseOver="doTooltip(event,1)" onMouseOut="hideTip()"> <area href="parkland_city.html" shape="rect" coords="172, 3, 252, 57" onMouseOver="doTooltip(event,2)" onMouseOut="hideTip()"> <area href="eagle_trace.html" shape="rect" coords="255, 3, 336, 57" onMouseOver="doTooltip(event,3)" onMouseOut="hideTip()"> <area href="cypress_head.html" shape="rect" coords="334, 3, 417, 57" onMouseOver="doTooltip(event,4)" onMouseOut="hideTip()"></map> <img border="0" src="../golf_communities_block.jpg" width="418" height="58" usemap="#FPMap0"></td> </tr> <tr> <td width="452"> <table border="0" cellpadding="0" cellspacing="0" width="425" id="table10"> <tr> <td width="13" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1">&nbsp;</font></td> <td width="76" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF"><b> <a href="coral_springs.html"> <font color="#FFFFFF">CORAL SPRINGS</font></a></b></font></td> <td width="5" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></td> <td width="79" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF"><b> <a href="heron_bay.html"> <font color="#FFFFFF">HERON BAY</font></a></b></font></td> <td width="6" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></td> <td width="76" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF"><b> <a href="parkland_city.html"> <font color="#FFFFFF"></font></a></b></font></td> <td width="5" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></td> <td width="76" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF"><b> <a href="eagle_trace.html"> <font color="#FFFFFF">EAGLE TRACE</font></a></b></font></td> <td width="6" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></td> <td align="center" width="83" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF"><b> <a href="cyprus_head.html"> <font color="#FFFFFF">CYPRESS HEAD</font></a></b></font></td> </tr> </table> <p style="margin-top: 0; margin-bottom: 0" align="right"> <b><font color="#FFFFFF" style="font-size: 6pt"> <a href="communities.html"><font color="#FFFFFF"> [MORE]</font></a></font></b></td> </tr> </table> </div> </td> </tr> </table> </td> </tr> </table> </TD> </TR> <TR> <TD ROWSPAN="2" WIDTH="11" HEIGHT="158" valign="bottom" background="../skin_files/Image3_1x2_TOP_BACK.jpg"> <p align="right"> <img border="0" src="../skin_files/Image3_1x2_BOTTOM.jpg" width="11" height="154"></TD> <TD COLSPAN="2" WIDTH="800" HEIGHT="38" background="../skin_files/Image3_5x1_BACK.jpg"> <table style="BACKGROUND-REPEAT: repeat-x" border="0" cellpadding="0" cellspacing="0" width="100%" id="table11" height="100%" background="../skin_files/Image3_5x1.jpg" bgcolor="#AFAFB3"> <tr> <td valign="middle"> <div id="masterdiv"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table12" height="37"> <tr> <td width="62">&nbsp;</td> <td width="200"><b><font color="#818181"><div class="menutitle" onclick="SwitchMenu('sub7')">Search Properties Now</div> </td> <td width="52"><b><font size="2" color="#818181">|&nbsp;&nbsp; </font></b> </td> <td width="219"><font color="#818181"><div class="menutitle" onclick="SwitchMenu('sub8')">What is your property worth?</div></td> <td width="24"><b><font size="2" color="#818181">&nbsp;| </font></b> </td> <td><font color="#818181"><div class="menutitle" onclick="SwitchMenu('sub9')">Get New Listing Alerts!</div></font></b></td> <td>&nbsp;</td> </tr> </table> <center><span class="submenu" id="sub7"><table border="0" width="100%" id="table16" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0"> <tr> <td> <p align="center"><br><br><br> <!--<link rel="stylesheet" type="text/css" href="Skin_Files/SearchTools.css">--> <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 align="center"> <center> <table width="422" bgcolor="#FFFFFF" style="border-collapse: collapse" cellpadding="0" cellspacing="0"> <tr> <td width="22"> <img height="1" alt src="Skin_files/1x1_trans.gif" width="20"></td> <td vAlign="top" width="593"> <form name="custom" id=custom onsubmit="return submit_page(this)" action="SearchResultsFormat.asp" method="post"> <!--<input type="hidden" name="Tablename" value="resd">--> <input type=hidden name="SelectedCities" value=''> <table cellSpacing="0" cellPadding="0" width="535" border="0"> <tr> <td vAlign="top" width="535"> <div class="content-title"> <p style="line-height: 14.0pt" align="justify"> <span style="color: #8C8C31; font-family: Arial; font-weight: 700"> Search By Criteria</span></p> </div> <div class="content-body" style="width: 535; height: 81"> <p style="line-height: 14.0pt" align="justify"> <span style="color: #808080; font-size: 9.0pt; font-family: Arial"> Complete the form below and click on &#39;Search&#39;. Choose the type of property, size, price range and areas you&#39;re searching, and we&#39;ll provide you with all the listings that match your criteria. </span> </p> <p style="line-height: 14.0pt" align="justify"> &nbsp;</p> </div> </td> </tr> </table> <table cellSpacing="0" cellPadding="0" width="536" border="0"> <tr> <td class="content-bullet" width="20"> <img alt="arrow" src="Skin_files/arroblk.gif"></td> <td class="content-step" width="334"> <p align="left"><b><font color="#8C8C31" face="Arial" size="2">Step 1 of 3: Select A Type Of Property.</font></b></p> </td> <td vAlign="center" width="182"> <div align="right"> <a onmouseover="MM_swapImage('Image16','','Skin_Files/helpreg1t.gif',1)" onmouseout="MM_swapImgRestore()" href="javascript:popWindowHelp('popup.asp?PAGE=reops1')"> <img height="28" src="Skin_files/helpreg2t.gif" width="28" align="middle" border="0" name="Image16"></a><a class="content-help-link" href="javascript:popWindowHelp('Skin/Help1.html')"><font color="#8C8C31">Help with this step</font></a></div> </td> </tr> </table> <table cellSpacing="0" cellPadding="0" width="533" border="0"> <tr> <td width="140"> <div class="content-step-label" align="right"> <p style="line-height: 14.0pt" align="justify"> <span style="color: #808080; font-size: 9.0pt; font-family: Arial"> Property type:</span></p> </div> </td> <td width="397"> <div align="left"> <script> function checkIt(){ var numchoice; var choice; numchoice = document.custom.propertyType.selectedIndex choice = document.custom.propertyType[numchoice].value if (choice.indexOf('::V') > 0){ document.custom.bathrooms.value = ''; document.custom.bedrooms.value = ''; } if (choice.indexOf('::D') > 0){ document.custom.bathrooms.value.value = ''; document.custom.bedrooms.value = ''; } //subcategory.value = choice //propertyType.selectedIndex = 0 } </script> <script> function dochange(){ var indexNum = custom.tablename.selectedIndex; //alert(custom1.tablename.options[custom1.tablename.selectedIndex].value); if (indexNum==0){ document.getElementById("anotherfield").value='SubType::Str::@Sub~Type@::Like::S'; } if (indexNum==1){ document.getElementById("anotherfield").value='SubType::Str::@Sub~Type@::Like::C'; } if (indexNum==2){ document.getElementById("anotherfield").value='SubType::Str::@Sub~Type@::Like::T'; } if (indexNum==3){ document.getElementById("anotherfield").value=''; } } </script> <input name=anotherfield id=anotherfield type=hidden value='SubType::Str::@Sub~Type@::Like::S'> <select name=tablename id=tablename onchange='dochange()'> <option value='resd'>Single Family</option> <!--0 --> <option value='resd'>Condominiums</option> <!--1 --> <option value='resd'>Townhome</option> <!--1 --> <option value='lndd'>Land</option> <!--3 --> </select> </div> </td> </tr> <tr> <td width="537" colSpan="2"> <img height="9" alt="." src="Skin_files/1x1_trans.gif" width="535"></td> </tr> </table> <hr> <table width="539"> <tr> <td width="537"> <table cellSpacing="0" cellPadding="0" width="535" border="0"> <tr> <td class="content-bullet" width="20"> <img alt="arrow" src="Skin_files/arroblk.gif"></td> <td class="content-step" width="331"> <p align="left"><b><font color="#8C8C31" face="Arial" size="2">Step 2 of 3: Set Search Criteria.</font></b></p> </td> <td vAlign="center" width="184"> <div align="right"> <a onmouseover="MM_swapImage('Image16','','Skin_Files/helpreg1t.gif',1)" onmouseout="MM_swapImgRestore()" href="javascript:popWindowHelp('popup.asp?PAGE=reops1')"> <img height="28" src="Skin_files/helpreg2t.gif" width="28" align="middle" border="0" name="Image16"></a><a class="content-help-link" href="javascript:popWindowHelp('Skin/Help2.html')"><font color="#8C8C31">Help with this step</font></a></div> </td> </tr> </table> <table cellSpacing="0" cellPadding="0"> <tr> <td valign="top"> <table cellSpacing="0" cellPadding="0" width="537" border="0"> <tr> <td width="140"> <div class="content-step-label" align="right"> <p style="line-height: 14.0pt" align="justify"> <span style="color: #808080; font-size: 9.0pt; font-family: Arial"> Minimum bedrooms:</span></p> </div> </td> <td width="432"> <div align="left"> <select language="javascript" tabIndex="2" onafterupdate="return select_onafterupdate()" name="bedrooms"> <option value="">No Minimum </option> <option value="Bedrooms::Str::Beds::GreaterThan::1">1+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::2">2+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::3">3+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::4">4+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::5">5+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::6">6+</option> </select></div> </td> </tr> <tr> <td width="572" colSpan="2"> <img height="5" alt="." src="Skin_files/1x1_trans.gif" width="530"></td> </tr> <tr> <td width="140"> <div class="content-step-label" align="right"> <p style="line-height: 14.0pt" align="justify"> <span style="color: #808080; font-size: 9.0pt; font-family: Arial"> Minimum bathrooms:</span></p> </div> </td> <td width="432"> <div align="left"> <select tabIndex="3" name="bathrooms"> <option value="">No Minimum </option> <option value="Bathrooms::Int::Baths::GreaterThan::1">1+</option> <option value="Bathrooms::Int::Baths::GreaterThan::2">2+ </option> <option value="Bathrooms::Int::Baths::GreaterThan::3">3+ </option> <option value="Bathrooms::Int::Baths::GreaterThan::4">4+ </option> <option value="Bathrooms::Int::Baths::GreaterThan::5">5+ </option> </select></div> </td> </tr> <tr> <td width="572" colSpan="2"> <img height="8" alt="." src="Skin_files/1x1_trans.gif" width="531"></td> </tr> <tr> <td width="140"> <div class="content-step-label" align="right"> <p style="line-height: 14.0pt" align="justify"> <span style="color: #808080; font-size: 9.0pt; font-family: Arial"> Price range:</span></p> </div> </td> <td width="432"> <div class="content-step-label" align="left"> <select id="min" style="font-size:8pt" name="min-range"> <option value="">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" selected> 150,000</option>