ÿþ<!-- North Palm Beach, Palm Beach Gardens, Jupiter, Singer Island 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> <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="12jTQU1ZstwO7cLvNtxXZC7ssMSIVhpnXyV08+5cl00=" /> <TITLE>North Palm Beach Real Estate - North Palm Beach Florida</TITLE> <META name=keywords content="North Palm Beach Real Estate Listings, About ,Real Estate Agent, Real Estate Agency,North Palm Beach Real Estate"> <META name=description content="North Palm Beach Real Estate - Search for Homes in Florida and Homes, Property, Land, Condos, Townhomes, Luxury, Waterfront, Golf Course, Community Florida and North Palm Beach. About "> <META http-equiv=expires content=0> <META http-equiv=Content-type content="text/html; charset=ISO-8859-1"> <META content=ALL name=ROBOTS> <META content=WCS name=DC.Creator> <META content="North Palm Beach Real Estate - Search for Homes in Florida and ." name=DC.Title> <META content="North Palm Beach 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="North Palm Beach 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 src="Skin_Files/rollovers_ind.js" type=text/JavaScript> </SCRIPT> <!--North Palm Beach FL Real Estate - About --> <SCRIPT language=Javascript1.2> 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> <LINK href="Skin_Files/main.css" type=text/css rel=stylesheet><!--North Palm Beach FL Real EstateSearch for Homes in the entire state of FL and North Palm Beach, and . , real estate--> <SCRIPT src="jscripts/dhtmllib2.js" type=text/JavaScript></SCRIPT> <SCRIPT src="jscripts/rollovers_ind.js" type=text/JavaScript></SCRIPT> <SCRIPT src="jscripts/display.js" type=text/JavaScript></SCRIPT> <META content="MSHTML 6.00.2900.2802" name=GENERATOR> <!--********************************--> <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= 300; var offX= 20; // how far from mouse to show tip var offY= 12; 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= "#DDECFF"; var tipBorderColor= "#000080"; var tipBorderWidth= 3; var tipBorderStyle= "ridge"; var tipPadding= 4; // var customText = new Array(); customText[0] = '<b>Evergrene</b><br>Live a resort lifestyle in Evergreen a gated community close to downtown and the beach. Many lush winding trails lead to a beautiful serene 36-acre lake'; customText[1] = '<b>BallenIsles</b><br>Experience exclusive gated country club living at BallenIsles in Palm Beach Gardens. Experience a 54 hold golf course and supberb tennis facility.'; customText[2] = '<b>Ritz Carlton Golf & Spa</b><br>You will enjoy a legendary lifestyle at The Ritz Carlton Golf Club & Spa. This is an exclusive 285-acre gated residential community built in Jupiter, Florida'; customText[3] = '<b>Harbour Isles</b><br>This is a pristine 76-acre gated community offering 105 one-of-a-kind exquisite homes along the deep waters of the Intracoastal.'; customText[4] = '<b>Jupiter Yacht Club</b><br>Jupiter Yacht Club offers a tranquil harbor with all the charm of a quiet, southern coastal city and all the trappings of a cosmopolitan destination, plus JYC is connected to the Jupiter Riverwalk project.'; customText[5] = '<b>Mirasol</b><br>A magnificent 2,300 acre community set among natural preserves and exquisite lakes.'; customText[6] = '<b>Frenchmans Reserve</b><br>Blended within a spectacular Arnold Palmer Signature Golf Course, Frenchman?s Reserve offers the luxurious, relaxed atmosphere of private country club living combined with proximity to modern conveniences.'; customText[7] = '<b>Old Palm Golf Club</b><br>The Golden Age of Palm Beach will come alive in the community master plan of Old Palm Golf Club, as will a relaxed turn-of-the-century private club golf experience.'; customText[8] = '<b>Bears Club</b><br>Jack Nicklaus has spent years searching for the perfect site to bring his dream to reality. The search is over. The Bears Club is the realization of Jacks decades-old vision of creating a golf club in his own South Florida backyard that reflects his passion for the game.'; customText[9] = '<b>PGA National</b><br>This 2,340-acre recreational and residential community offers over 800 acres of open green spaces, parks, lakes, golf course fairways and natural settings. '; customText[10] = '<b>Jonathans Landing</b><br>Jonathans Landing is a gated country club community highlighted by Intracoastal Waterway estates, 3 championship golf courses, tennis, yachting, and a full service marina.'; customText[11] = '<b>Admirals Cove</b><br>Admirals Cove is set on a manicured carpet of green fairways designed by Robert Von Hagge.'; customText[12] = '<b>Frenchmans Creek</b><br>Located in Palm Beach Gardens this lovely community offers 2 18-hole championship golf courses, private Beach Club, tennis courts, estate homes, villas, townhomes and more.'; customText[13] = '<b>Water Pointe</b><br>Water Pointe, situated on the Intracoastal Waterway in the heart of Jupiter is an exclusive new community offering only 35 luxury homes nestled along the Jupiter Riverwalk. Water Pointe on the Riverwalk combines excellence in design and quality construction with the very finiest finishes.'; customText[14] = '<b>Heron Cove</b><br>A beautiful community offering luxury homes.'; customText[15] = '<b>Tierra Del Sol</b><br>A beautiful community offering 20 luxury townhomes.'; customText[16] = ''; customText[17] = ''; // // 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_evergrene.jpg',customText[0],"#FFFFFF"); messages[1] = new Array('skin_files/pop_up_ballen_isles.jpg',customText[1],"#FFFFFF"); messages[2] = new Array('skin_files/pop_up_ritz_carlton.jpg',customText[2],"#FFFFFF"); messages[3] = new Array('skin_files/pop_up_harbor_isles.jpg',customText[3],"#FFFFFF"); messages[4] = new Array('skin_files/pop_up_jupiter_yacht_club.jpg',customText[4],"#FFFFFF"); messages[5] = new Array('skin_files/pop_up_mirasol.jpg',customText[5],"#FFFFFF"); messages[6] = new Array('skin_files/pop_up_frenchmans_reserve.jpg',customText[6],"#FFFFFF"); messages[7] = new Array('skin_files/pop_up_old_palm.jpg',customText[7],"#FFFFFF"); messages[8] = new Array('skin_files/pop_up_bears_club.jpg',customText[8],"#FFFFFF"); messages[9] = new Array('skin_files/pop_up_pga_national.jpg',customText[9],"#FFFFFF"); messages[10] = new Array('skin_files/pop_up_johnathans_landing.jpg',customText[10],"#FFFFFF"); messages[11] = new Array('skin_files/pop_up_admirals_cove.jpg',customText[11],"#FFFFFF"); messages[12] = new Array('skin_files/pop_up_frenchman_creek.jpg',customText[12],"#FFFFFF"); messages[13] = new Array('skin_files/pop_up_water_pointe.jpg',customText[13],"#FFFFFF"); messages[14] = new Array('skin_files/pop_up_heron_cove.jpg',customText[14],"#FFFFFF"); messages[15] = new Array('skin_files/pop_up_tierra_del_sol.jpg',customText[15],"#FFFFFF"); messages[16] = new Array('skin_files/pop_up_waterfront.jpg',customText[16],"#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> <STYLE type=text/css> <!-- BODY { background: #000000 url('../Skin_Files/background.jpg') no-repeat; } --> </STYLE> <!--********************************--> <script type="text/javascript" language="JavaScript1.2" src="skin/objects/stmenu.js"></script> </HEAD> <BODY> <FORM name=emailLoad method=post target=emailValid></FORM> <P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center><IFRAME id=emailValid name=emailValid src="" width=0 height=0> </IFRAME> <TABLE bgcolor="#ffffff" cellSpacing=0 cellPadding=0 width=870 border=0> <tr> <td colspan="3"> <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','870','height','327','src','skin_files/sample13','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','skin_files/sample13'); //end AC code </script> <noscript> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="870" height="327"> <param name="movie" value="skin_files/sample13.swf"><param name="wmode" value="opaque" /> <param name="quality" value="high"> <embed src="skin_files/sample13.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="870" height="327"></embed> </object> </noscript> </td> </tr> <tr height="42"> <td colspan="3" background="skin_files/background_default_menu.jpg"> <script type="text/javascript" language="JavaScript1.2" src="stmenu.js"></script> <script type="text/javascript" language="JavaScript1.2"> <!-- stm_bm(["menu0cee",650,"","blank.gif",0,"","",0,0,0,0,1000,1,0,0,"","",0,0,1,1,"default","hand",""],this); stm_bp("p0",[0,4,0,0,0,2,0,0,100,"",-2,"",-2,90,0,0,"#000000","transparent","",3,0,0,"#FFFFFF"]); stm_ai("p0i0",[0," Home ","","",-1,-1,0,"http://www.lrginternational.com","_self","","","","",0,0,0,"","",0,0,0,1,1,"#606c3e",0,"#b49528",0,"javascript_back1.png","",3,3,0,0,"#FFFFFF","#FFFFFF","#FFFFFF","#000000","10pt Arial","10pt Arial",0,0],93,20); stm_ai("p0i1",[6,1,"#FFD98F","",0,0,0]); stm_aix("p0i2","p0i0",[0," about LRG","","",-1,-1,0,"","_self","","Learn about LRG International Inc.","","",0,0,0,"","",0,0,0,1,1,"#718049",0,"#b49528",0,"javascript_back2.png","",3,3,0,0,"#FFFFFF","#FFFFFF","#FFFFFF","#000000","10pt 'Arial','Verdana'","10pt 'Arial','Verdana'"],109,20); stm_bp("p1",[1,4,0,0,0,3,3,0,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.61)",4,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=reverse,enabled=0,Duration=0.61)",4,49,0,0,"#000000","#FFFFFF","",3,2,1,"#FFD98F"]); stm_aix("p1i0","p0i0",[0,"Who We Are","","",-1,-1,0,"about.asp","_self","","","","",3,0,0,"","",0,0,0,0,1,"#293743",0,"#b49528",0,"","",3,3,0,0,"#FFFFFF","#FFFFFF","#FFE7AB","#FFFFFF"]); stm_aix("p1i1","p1i0",[0,"Location","","",-1,-1,0,"location.html"]); stm_ep(); stm_aix("p0i3","p0i1",[]); stm_aix("p0i4","p0i0",[0," communities ","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,1,1,"#809252",0,"#b49528",0,"javascript_back3.png"],130,20); stm_bpx("p2","p1",[]); stm_aix("p2i0","p1i0",[0,"Jupiter ","","",-1,-1,0,""],139,0); stm_bpx("p3","p1",[1,2,0,0,0,3,0]); stm_aix("p3i0","p1i0",[0,"Communities","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,0,1,"#384A5C"],109,0); stm_bpx("p4","p3",[]); stm_aix("p4i0","p3i0",[0,"Admirals Cove","","",-1,-1,0,"admirals_cove.html"],143,0); stm_aix("p4i1","p3i0",[0,"Bears Club","","",-1,-1,0,"bears_club.html"],143,0); stm_aix("p4i2","p3i0",[0,"Jonathans Landing","","",-1,-1,0,"johnathons_landing.html"],143,0); stm_aix("p4i3","p3i0",[0,"Jupiter Yacht Club","","",-1,-1,0,"jupiter_yacht_club.html"],143,0); stm_aix("p4i4","p3i0",[0,"Ritz Carlton Golf & Spa","","",-1,-1,0,"ritz_carlton.html"],143,0); stm_aix("p4i5","p3i0",[0,"The Plaza","","",-1,-1,0,"plaza.html"],143,0); stm_aix("p4i6","p3i0",[0,"Tierra Del Sol","","",-1,-1,0,"tierra_del_sol.html"],143,0); stm_ep(); stm_aix("p3i1","p3i0",[0,"Lifestyle","","",-1,-1,0,"jupiter_lifestyle.html"],109,0); stm_ep(); stm_aix("p2i1","p2i0",[0,"North Palm Beach"],139,0); stm_bpx("p5","p3",[]); stm_aix("p5i0","p3i0",[],109,0); stm_bpx("p6","p3",[]); stm_aix("p6i0","p3i0",[0,"Harbour Isles","","",-1,-1,0,"harbour_isles.html"],143,0); stm_ep(); stm_aix("p5i1","p3i0",[0,"Lifestyles","","",-1,-1,0,"palm_beach_lifestyle.html"],109,0); stm_ep(); stm_aix("p2i2","p2i0",[0,"Palm Beach Gardens"],139,0); stm_bpx("p7","p3",[]); stm_aix("p7i0","p3i0",[],109,0); stm_bpx("p8","p3",[]); stm_aix("p8i0","p3i0",[0,"Ballen Isles","","",-1,-1,0,"ballen_isles.html"],137,0); stm_aix("p8i1","p4i1",[],137,0); stm_aix("p8i2","p3i0",[0,"Evergrene","","",-1,-1,0,"evergrene.html"],137,0); stm_aix("p8i3","p3i0",[0,"Frenchmans Reserve","","",-1,-1,0,"frenchmans_reserve.html"],137,0); stm_aix("p8i4","p3i0",[0,"Mirasol","","",-1,-1,0,"mirosol.html"],137,0); stm_aix("p8i5","p3i0",[0,"Old Palm Golf Club","","",-1,-1,0,"old_palm.html"],137,0); stm_aix("p8i6","p3i0",[0,"PGA National","","",-1,-1,0,"pga_national.html"],137,0); stm_aix("p8i7","p3i0",[0,"Rocking Horse","","",-1,-1,0,"rocking_horse.html"],137,0); stm_aix("p8i8","p3i0",[0,"Frenchmans Creek","","",-1,-1,0,"frenchmans_creek.html"],137,0); stm_ep(); stm_aix("p7i1","p5i1",[],109,0); stm_ep(); stm_aix("p2i3","p2i0",[0,"Singer Island"],139,0); stm_bpx("p9","p3",[]); stm_aix("p9i0","p3i0",[0,"Community","","",-1,-1,0,"singer_island.html"],109,0); stm_aix("p9i1","p3i0",[0,"Lifestyles","","",-1,-1,0,"singer_island_lifestyle.html"],109,0); stm_ep(); stm_aix("p2i4","p1i0",[0,"Palm Beach Shores","","",-1,-1,0,"","_self","","","","",0],139,0); stm_bpx("p10","p3",[]); stm_aix("p10i0","p3i0",[0,"Community","","",-1,-1,0,"palm_beach_shores.html"],109,0); stm_aix("p10i1","p5i1",[],109,0); stm_ep(); stm_aix("p2i5","p2i4",[0,"Hobe Sound","","",-1,-1,0,"hobe_sound.html"],139,0); stm_bpx("p11","p3",[]); stm_aix("p11i0","p3i0",[],109,0); stm_bpx("p12","p3",[]); stm_aix("p12i0","p3i0",[0,"Heron Cove","","",-1,-1,0,"heron_cove.html"],137,0); stm_ep(); stm_aix("p11i1","p3i0",[0,"Lifestyle","","",-1,-1,0,"hobe_sound_lifestye.html"],109,0); stm_ep(); stm_ep(); stm_aix("p0i5","p0i1",[]); stm_aix("p0i6","p0i0",[0," services ","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,1,1,"",0,"#b49528",0,"javascript_back4.png"],92,20); stm_bpx("p13","p3",[1,4]); stm_aix("p13i0","p2i4",[0,"For Buyers"],150,0); stm_bpx("p14","p3",[]); stm_aix("p14i0","p3i0",[0,"Free Online Pre-Qualification","","",-1,-1,0,"financing.html"],150,0); stm_ep(); stm_aix("p13i1","p2i4",[0,"For Sellers"],150,0); stm_bpx("p15","p3",[]); stm_aix("p15i0","p3i0",[0,"Free Home Evaluation","","",-1,-1,0,"homeevaluation.html"],150,0); stm_aix("p15i1","p3i0",[0,"Marketing Services","","",-1,-1,0,"marketing_services.html"],150,0); stm_ep(); stm_aix("p13i2","p2i4",[0,"Free Reports","","",-1,-1,0,"reports.html"],150,0); stm_aix("p13i3","p2i4",[0,"Relocation","","",-1,-1,0,"relocation.html"],150,0); stm_aix("p13i4","p2i4",[0,"Today\'s Rates","","",-1,-1,0,"todays_rates.html"],150,0); stm_aix("p13i5","p2i4",[0,"Calculators","","",-1,-1,0,"calculators.html"],150,0); stm_aix("p13i6","p2i4",[0,"Dictionary","","",-1,-1,0,"dictionary.html"],150,0); stm_aix("p13i7","p2i4",[0,"1031","","",-1,-1,0,"1031_tax_exchange.html"],150,0); stm_ep(); stm_aix("p0i7","p0i1",[]); stm_aix("p0i8","p0i0",[0,"property search","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,1,1,"",0,"#b49528",0,"javascript_back5.png"],138,20); stm_bpx("p16","p13",[]); stm_aix("p16i0","p3i0",[0,"LRG Featured Listings","","",-1,-1,0,"Featured_Listings.asp"],165,0); stm_aix("p16i1","p3i0",[0,"International Luxury Search","","",-1,-1,0,"searcher.asp"],165,0); stm_aix("p16i2","p16i1",[0,"Residential"],165,0); stm_aix("p16i3","p16i1",[0,"Rentals"],165,0); stm_aix("p16i4","p16i1",[0,"Land"],165,0); stm_aix("p16i5","p16i1",[0,"Commercial"],165,0); stm_aix("p16i6","p16i1",[0,"Business Opportunity"],165,0); stm_aix("p16i7","p16i1",[0,"Residential Income"],165,0); stm_aix("p16i8","p3i0",[0,"Open Houses","","",-1,-1,0,"open_houses.html"],165,0); stm_ep(); stm_aix("p0i9","p0i1",[]); stm_aix("p0i10","p0i0",[0,"agents","","",-1,-1,0,"associates.html","_self","","","","",0,0,0,"","",0,0,0,1,1,"#993366",0,"#b49528",0,"javascript_back6.png"],104,20); stm_aix("p0i11","p0i1",[]); stm_aix("p0i12","p0i0",[0,"login","","",-1,-1,0,"login.html","_self","","","","",0,0,0,"","",0,0,0,1,1,"#993366",0,"#b49528",0,"javascript_back7.png"],80,20); stm_aix("p0i13","p0i1",[]); stm_aix("p0i14","p0i0",[0,"contact","","",-1,-1,0,"contact.asp","_self","","","","",0,0,0,"","",0,0,0,1,1,"#993366",0,"#b49528",0,"javascript_back2.png"],117,20); stm_ep(); stm_em(); //--> </script> </td> </tr> <TR> <td valign="top" width="180"><DIV align=left> <table width="176" background="skin_files/green_nav_back_final_original.jpg" STYLE="background-repeat: no-repeat;" cellpadding="0" cellspacing="0"> <tr> <td width="3">&nbsp;&nbsp;</td> <TD width="173" valign="top"> <br><br><br><br><br><br><br><br><br><br><br> <span class="nav_left_header">Quick Links</span> <hr align="left" width="90%" color="#ffffff"> <br> <a href="searcher.asp" class="navLeftLink" title="featured North Palm Beach homes for sale">HOMES FOR SALE</a> <br> <a href="Featured_Listings.asp" class="navLeftLink" title="featured homes for sale">FEATURED LISTINGS</a> <br> <a href="first_time_home_buying.html" class="navLeftLink" title="information for first time buyers">FIRST TIME BUYER</a> <br> <a href="associates.html" class="navLeftLink" title="North Palm Beach Real Estate Team">MEET THE TEAM</a> <br> <a href="property_alert.html" class="navLeftLink" title="Get notified of new listings in North Palm Beach">NEW LISTING ALERT</a> <br> <a href="homeevaluation.html" class="navLeftLink" title="get instant comps and home value in seconds in the area">15 SECOND APPRAISAL</a> <br> <a href="schools.html" class="navLeftLink" title="North Palm Beach school information">SCHOOL INFORMATION</a> <br> <a href="home_buying.html" class="navLeftLink" title="North Palm Beach Real Estate - buying information">HOME BUYING</a> <br> <a href="home_selling.html" class="navLeftLink" title="North Palm Beach Real Estate - selling information">SELLING A HOME</a> <br> <a class="navLeftLink" title="free real estate how to info the the North Palm Beach area" href="support.html">FREE REPORTS</a> <br> <a href="home_loans.html" class="navLeftLink" title="North Palm Beach home loans">HOME FINANCE</a> <br> <a href="financing_terms.html" class="navLeftLink" title="North Palm Beach financing terms">FINANCING TERMS</a> <br> <a href="todays_rates.html" class="navLeftLink" title="Today's rates for North Palm Beach">TODAY'S RATES</a> <br> <a href="servicearea.html" class="navLeftLink" title="North Palm Beach real estate testimonials">TESTIMONIALS</a> <br> <a href="/blogs/" class="navLeftLink" title="Read articles and information in our blog regarding the North Palm Beach area">BLOG</a> <br> <a class="navLeftLink" title="Latest news for the North Palm Beach area" target="_blank" href="news2.asp?maincity=North Palm Beach"> LOCAL NEWS</a> <br> <a class="navLeftLink" title="North Palm Beach movie theatre times" href="movies.asp?maincity=North Palm Beach"> MOVIE TIMES</a> <br> <br><br> <span class="nav_left_header">CITIES</span> <hr align="left" width="90%" color="#ffffff"> <a class="navLeftLink" title="Jupiter" href="jupiter.html">JUPITER</a> <br> <a class="navLeftLink" title="North Palm Beach" href="north_palm_beach.html">NORTH PALM BEACH</a> <br> <a class="navLeftLink" title="PALM BEACH GARDENS" href="palm_beach_gardens.html">PALM BEACH GARDENS</a> <br> <a class="navLeftLink" title="SINGER ISLAND" href="singer_island.html">SINGER ISLAND</a> <br> <a class="navLeftLink" title="PALM BEACH SHORES" href="palm_beach_shores.html">PALM BEACH SHORES</a> <br> <a class="navLeftLink" title="Hobe Sound Information" href="hobe_sound.html">HOBE SOUND</a> <br><br><br> <a class="navLeftLinkHeader" title="Local Communities Information" href="communities.html">COMMUNITIES</A> <hr align="left" width="90%" color="#ffffff"> <a class="navLeftLink" title="North Palm Beach golf country club homes" href="golf_country_club_homes.html">GOLF & COUNTRY CLUB</a> <br> <a class="navLeftLink" title="North Palm Beach waterfront homes" href="Waterfront_homes.html">WATERFRONT</a> <br> <a class="navLeftLink" title="North Palm Beach Luxury Homes" href="luxury_gated_estate_homes.html">LUXURY ESTATES</a> <br> <a class="navLeftLink" title="ADMIRALS COVE Community information" href="admirals_cove.html">ADMIRALS COVE</a> <br> <a class="navLeftLink" title="Ballen Isles Community information" href="ballen_isles.html">BALLENISLES</a> <br> <a class="navLeftLink" title="North Palm Beach Real Estate - BEARS CLUB Community information" href="bears_club.html">BEARS CLUB</a> <BR> <a class="navLeftLink" title="EVERGRENE Community information" href="evergrene.html">EVERGRENE</a> <br> <a class="navLeftLink" title="FRENCHMANS RESERVE Community information" href="frenchmans_reserve.html">FRENCHMANS RESERVE</a> <br> <a class="navLeftLink" title="Frenchman's Creek Community information" href="frenchmans_creek.html">FRENCHMANS CREEK</a> <br> <a class="navLeftLink" title="HARBOUR ISLES Community information" href="harbour_isles.html">HARBOUR ISLES</a> <br> <a class="navLeftLink" title="HERON COVE Community information" href="heron_cove.html">HERON COVE</a> <br> <a class="navLeftLink" title="JONATHAN'S LANDING Community information" href="johnathons_landing.html">JONATHAN'S LANDING</a> <br> <a class="navLeftLink" title="North Palm Beach Real Estate - JUPITER YACHT CLUB Community information" href="jupiter_yacht_club.html">JUPITER YACHT CLUB</a> <br> <a class="navLeftLink" title="MIRASOL" href="mirasol.html">MIRASOL</a> <br> <a class="navLeftLink" title="North Palm Beach Real Estate - OLD PLAM GOLF CLUB Community information" href="old_palm.html">OLD PALM GOLF CLUB</a> <br> <a class="navLeftLink" title="RPGA NATIONAL Community information" href="pga_national.html">PGA NATIONAL</a> <!--<br> <a class="navLeftLink" title="The Plaza Community information" href="plaza.html">THE PLAZA</a>--> <br> <a class="navLeftLink" title="RITZ CARLTON GOLF & SPA" href="ritz_carlton.html">RITZ CARLTON GOLF & SPA</a> <br> <a class="navLeftLink" title="ROCKING HORSE information" href="rocking_horse.html">ROCKING HORSE</a> <br> <a class="navLeftLink" title="Tierra Del Sol Community information" href="http://www.lrginternational.com/tierra_del_sol/tierra_del_sol.html">TIERRA DEL SOL</a> <br> <a class="navLeftLink" title="Water Pointe Community information" href="http://www.lrginternational.com/water_pointe/water_pointe.html">WATER POINTE</a> <br> <br><br> </td> </tr> <tr> <td width="3">&nbsp;&nbsp;</td> <TD width="173" valign="top"> <span class="nav_left_header">BUYING A HOME</span> <hr align="left" width="90%" color="#ffffff"> <a href="searcher.asp" title="free North Palm Beach MLS search" class="navLeftLink">HOME SEARCH</a> <br> <a href="new_homes.html" title="New Homes in North Palm Beach" class="navLeftLink">NEW HOMES</a> <br> <a href="Featured_Listings.asp" title="view premiere North Palm Beach listings available for sale" class="navLeftLink">FEATURED LISTINGS</a> <br> <a href="open_houses.html" title="Real Estate Open Houses" class="navLeftLink">OPEN HOUSES</font></a> <BR> <a href="/Property_Alert.html" title="Get notified of just listed real estate in the North Palm Beach area before others" class="navLeftLink">NEW LISTING ALERT</font></a> <br> <a href="home_buying_process.html" title="North Palm Beach Home buying process explained" class="navLeftLink">THE BUYING PROCESS</font></a> <br> <a href="home_loan_process.html" title="Home Loan Process" class="navLeftLink">HOME LOAN PROCESS</a> <br> <a href="home_loan_center.html" title="North Palm Beach Home Loan Center" class="navLeftLink">FINANCE CENTER</a> <br> <a href="first_time_home_buying.html" title="first time home buying in North Palm Beach" class="navLeftLink">FIRST TIME HOME BUYING</a> <br> <a href="home_inspection.html" title="How to hire a home inspector in North Palm Beach" class="navLeftLink">HOW TO HIRE AN INSPECTOR</a> <br> <a href="inspection_checklist.html" title="Inspection Checklist" class="navLeftLink">INSPECTION CHECKLIST</a> <br> <a href="home_buying_tax_benefits.html" title="home buying tax benefits in North Palm Beach" class="navLeftLink">TAX BENEFITS HOME BUYING</a> <br> <a href="home_investing.html" title="home investing in North Palm Beach" class="navLeftLink">BUY AS AN INVESTOR</a> <br> <a href="home_buying.html" title="North Palm Beach Real Estate - Buyers resource center" class="navLeftLink">BUYERS RESOURCE CENTER</a> <br> <a href="down_payment_assistance.html" title="down payment assistance in North Palm Beach" class="navLeftLink">DOWN PAYMENT ASSISTANCE</a> <br> <a href="buying_retirement_home.html" title="buying a retirement home" class="navLeftLink">BUYING RETIREMENT HOME</a> <br> <a href="buying_fixer_upper.html" title="buying a fixer upper" class="navLeftLink">BUYING FIXER UPPER</a> <br> <a href="second_home.html" title="2nd home buyer in North Palm Beach" class="navLeftLink">2ND HOME BUYER</a> <br> <a href="build_own_home.html" title="build your own home" class="navLeftLink">BUILD OWN HOME</a> <br> <a href="typical_family_buyer.html" title="information for typical family buyer" class="navLeftLink">TYPICAL FAMILY BUYER</a> <br> <a href="single_buyer.html" title="single buyer in North Palm Beach" class="navLeftLink">SINGLE BUYER</a> <br> <a href="vacation_home_buyer.html" title="vacation home buyer" class="navLeftLink">VACATION HOME BUYER</a> <br> <a href="home_mold_inspection.html" title="information on mold home inspection" class="navLeftLink">HOME MOLD INSPECTION</a> <br> <a href="remodeling.html" title="home remodeling" class="navLeftLink">REMODELING</a> <br> <a href="home_insurance.html" title="information on home insurance" class="navLeftLink">HOME INSURANCE</a> <br><br> </td> </tr> <tr> <td width="3">&nbsp;&nbsp;</td> <TD width="173" valign="top"> <span class="nav_left_header">SELLING A HOME</span> <hr align="left" width="90%" color="#ffffff"> <a href="why_use_us.html" target="_self" title="Why Use us in North Palm Beach?" class="navLeftLink">WHY USE US</a> <br> <a href="why_list_with_us.html" target="_self" title="Why List Your Home with Us? - Discover the many advantages" class="navLeftLink">WHY LIST WITH US</a> <br> <a href="homeEvaluation.html" target="_self" title="get instant comps and home value in seconds for the North Palm Beach area" class="navLeftLink"> WHAT IS MY HOME WORTH?</a> <br> <a href="sell_home_for_more.html" title="how to determine list price and sell for more when selling a home in North Palm Beach" class="navLeftLink"> WHAT WILL MY HOME SELL FOR?</a><br> <a href="setting_home_sale_price.html" title="setting the home sale price in North Palm Beach" class="navLeftLink">SETTING THE PRICE</a> <br> <a href="home_staging.html" title="sell your home for more and quicker with home staging" class="navLeftLink"> HOME STAGING</font></a> <br> <a href="selling_process.html" title="North Palm Beach Real Estate - The Selling Process" class="navLeftLink"> SELLING PROCESS</font></a> <br> <a href="home_seller_negotiation.html" title="home seller negotiation" class="navLeftLink"> NEGOTIATING AS A SELLER</font></a> <br> <a target="_self" title="real estate tax advice, shelters, 1031, and more" class="navLeftLink" href="home_sale_tax.html"> TAX IMPLICATIONS</a> <br> <a href="1031_tax_exchange.html" title="1031 exchange" class="navLeftLink"> 1031 TAX EXCHANGE</font></a> <br> <a href="home_selling.html" title="North Palm Beach Real Estate - Sellers resource center" class="navLeftLink">SELLERS RESOURCE CENTER</a> <br> <br> <a class="navLeftLinkHeader" title="loan information" href="home_loan_center.html">HOME LOAN CENTER</a> <hr align="left" width="90%" color="#ffffff"> <a href="home_loan_process.html" title="home loan process in North Palm Beach" class="navLeftLink">LOAN PROCESS</a> <br> <a href="home_loan_types.html" target="_self" title="types of home loans" class="navLeftLink">TYPES OF LOANS</a> <br> <a href="home_loan_lenders.html" title="types of home lenders" class="navLeftLink">TYPES OF LENDERS</a> <br> <a href="no_down_home_loans.html" target="_self" title="Buy a home with 0 Down in North Palm Beach" class="navLeftLink">0 DOWN</a> <br> <a href="VA_VET_home_loans.html" title="Va Vet Home Loans" class="navLeftLink">VA VET LOANS</a> <br> <a href="fha_hud.html" target="_self" title="fha hud in North Palm Beach" class="navLeftLink">FHA HUD</a> <br> <a href="cop_next_door_home_buying.html" target="_self" title="Cop Next door Home buying in North Palm Beach" class="navLeftLink">COP NEXT DOOR</a> <br> <a href="nurse_next_door_home_buying.html" title="Nurse next door home buying in North Palm Beach" class="navLeftLink">NURSE-DOCTOR HOME LOANS</a> <br> <a href="teacher_next_door_home_buying.html" target="_self" title="Teacher next door home buying in North Palm Beach" class="navLeftLink">TEACHER HOME LOANS</a> <br> <a href="military_home_buying.html" title="Miliary next door home buying in North Palm Beach" class="navLeftLink">MILITARY HOME LOANS</a> <br> <a href="single_parent_home_buying.html" target="_self" title="single parent home buying in North Palm Beach" class="navLeftLink">SINGLE PARENTS</a> <br> <a href="state_sponsored_home_buying.html" title="state sponsored home buying in North Palm Beach" class="navLeftLink">STATE SPONSORED</a> <br> <a href="home_gifting.html" target="_self" title="gifting programs" class="navLeftLink">GIFTING PROGRAM</a> <br> <a href="poor_credit.html" title="poor credit" class="navLeftLink">POOR CREDIT</a> <br> <a href="raise_credit_score.html" target="_self" title="single parent home buying in North Palm Beach" class="navLeftLink">RAISE CREDIT SCORE</a> <br> <a href="escrow.html" title="escrow in North Palm Beach" class="navLeftLink">ESCROW</a> <br> <a href="creative_financing.html" target="_self" title="creative financing" class="navLeftLink">CREATIVE FINANCING</a> <br><br><br><br><br><br><br> </td> </tr> </table> </TD> <td width="30" ><img src="skin_files/spacer.gif" width="30" alt="North Palm Beach real estate"></td> <td valign="top" width="660"> <table width="660" cellSpacing=0 cellPadding=0> <tr> <td valign="top" colspan="2"><br> <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> <table width="660" height="130" border="0" cellpadding="0" cellspacing="0"> <tr> <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=''> <td width="660" background="skin_files/quick_search_back_final.jpg" valign="top"> <table width="660"> <tr> <td width="300" valign="top" rowspan="4">&nbsp;</td> <td width="360" class="quick_search" valign="top" colspan="4"><br> PRICE RANGE:</td> </tr> <tr> <td class="quick_search" width="42" valign="top">From:</td> <td width="130" valign="top"> <SELECT name=sStartPrice STYLE="width: 110px"> <option value="0">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">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::750000">800,000 </option> <option value="Price::Int::Price::GreaterThan::750000">900,000 </option> <option value="Price::Int::Price::GreaterThan::1000000">1,000,000 </option> <option value="Price::Int::Price::GreaterThan::2000000">2,000,000 </option> <option value="Price::Int::Price::GreaterThan::5000000">5,000,000 </option> <option value="Price::Int::Price::GreaterThan::10000000">10,000,000 </option>