ÿþ <script type="text/javascript"> var http = false; if(navigator.appName == "Microsoft Internet Explorer") { http = new ActiveXObject("Microsoft.XMLHTTP"); } else { http = new XMLHttpRequest(); } function ajax(sURL){ http.open("GET", sURL); http.onreadystatechange=function() { if(http.readyState == 4) { return(http.responseText); } } http.send(null); } function flImage(id,mls) { http.open("GET", "getFLImage.asp?mls=" + mls, true); http.onreadystatechange=function() { if(http.readyState == 4) { document.getElementById(id).src = http.responseText; } } http.send(null); } </script> <!-- moveupsandiego.com Del Mar Real Estate --><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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD> <meta http-equiv="Content-Language" content="en-us"> <TITLE>Del Mar Real Estate - Del Mar California</TITLE> <div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"></div> <META name="keywords" content="Del Mar Real Estate,Real Estate Agent Del Mar, Del Mar housing market,luxury homes Del Mar,Del Mar homes for sale, waterfront real estateDel Mar, listing selling Del Mar home, Del Mar instant home comp values,buy sell home condo Del Mar housing market"> <META name="description" content="Search for homes in the Del Mar Real Estate area, get instant access to home comp values for all of Del Mar areas as well as real estate resources to buy or sell a home in the Del Mar housing market"> <META http-equiv=expires content=0> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content=ALL name=ROBOTS> <META content=NSM name=DC.Creator> <META content="Del Mar Real Estate - Search for Homes in California and ." name=DC.Title> <META content="Del Mar Real Estate - Search for Homes in California and ." name=DC.Subject> <META scheme=RFC1766 content=EN name=DC.Language> <META content="" name=DC.Coverage.PlaceName> <META content="Del Mar Real Estate - Search for Homes in California and ." name=DC.Description> <META content=WCS name=DC.Publisher> <LINK href="../Skin_Files/main.css" type=text/css rel=stylesheet> <script type="text/javascript"> var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate </script> <script language="javascript" type="text/javascript"> <!-- /* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script */ /* IMPORTANT: Put script after tooltip div or put tooltip div just before </BODY>. */ var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; // resize fix for ns4 var origWidth, origHeight; if (ns4) { origWidth = window.innerWidth; origHeight = window.innerHeight; window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); } } // avoid error of passing event object in older browsers if (nodyn) { event = "nope" } /////////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 250; var offX= 20; // how far from mouse to show tip var offY= 12; var tipFontFamily= "Verdana, arial, helvetica, sans-serif"; var tipFontSize= "7pt"; // set default text color and background color for tooltip here // individual tooltips can have their own (set in messages arrays) // but don't have to var tipFontColor= "#000000"; var tipBgColor= "#FFFFFF"; var tipBorderColor= "#083A41"; var tipBorderWidth= 1; var tipBorderStyle= "ridge"; var tipPadding= 4; // var customText = new Array(); customText[0] = '<font face="Verdana" size="2" color="#772500"><b>Del Mar</b></font><br>Del Mar is a coastal Southern California city located in the southwestern corner of the continental United States. It is home to miles of beaches, a mild Mediterranean climate and 16 military facilities hosting the United States Navy, the United States Coast Guard and the United States Marine Corps. <br>'; customText[1] = '<font face="Verdana" size="2" color="#772500"><b>Point Loma</b></font><br>Point Loma is a seaside neighborhood of Del Mar, California. Geographically it is a hilly peninsula that is bordered on the west and south by the Pacific Ocean, the east by the Del Mar Bay and Old Town and the north by the Del Mar River. '; customText[2] = '<font face="Verdana" size="2" color="#772500"><b>La Jolla</b></font><br>La Jolla, like most of Southern California, is an area of great natural beauty with a mixture of geology - sandy beaches and rocky shorelines good for a variety of outdoor activities. The area has a number of public beaches, parks, as well as shopping areas. '; customText[3] = '<font face="Verdana" size="2" color="#772500"><b>Del Mar</b></font><br>Del Mar Where the turf meets the surf. is located 18 miles north of downtown Del Mar via Interstate 5. The main attraction of visitors is still the beach and sunny weather. Of course, the annual Fair and the well-known Racetrack bring in people from the surrounding area and beyond. '; customText[4] = '<font face="Verdana" size="2" color="#772500"><b>Carmel Valley</b></font><br>Carmel Valley is a planned development, east of and I-5 and on either side of Heights Road - the area slopes gently up into the hills. This town has excellent neighborhood shopping. '; customText[5] = '<font face="Verdana" size="2" color="#772500"><b>Solana Beach</b></font><br>The charming, seaside community of Solana Beach is nestled along the northern coast of Del Mar County, and is approximately a 30 minute drive from downtown Del Mar. The City of Solana Beach encompasses 1.7 miles of beach front bordered on the north by Cardiff State Beach, and on the south by the City of. '; customText[6] = '<font face="Verdana" size="2" color="#772500"><b>Encinitas</b></font><br>Located along six miles of Pacific coastline in northern Del Mar County, Encinitas has an approximate population of 60,000 and is characterized by coastal beaches, cliffs, flat-topped coastal areas, steep mesa bluffs and rolling hills. '; customText[7] = '<font face="Verdana" size="2" color="#772500"><b>Mission Hills</b></font><br>Mission Hills is a wealthy enclave of Del Mar, California. It is located on hills just south of the Del Mar River valley and north of downtown Del Mar, overlooking Old Town and Del Mar Bay. The area is primarily residential, with some small shops and restaurants.'; customText[8] = '<font face="Verdana" size="2" color="#772500"><b>Pacific Beach</b></font><br>Pacific Beach is a neighborhood of Del Mar, bounded by La Jolla to the north, Mission Beach to the south, Interstate 5 and Clairemont to the east, and the Pacific Ocean to the west. While largely populated by surfers and college students, the population is becoming more professional and affluent due to rising property and rental costs. '; customText[9] = '<font face="Verdana" size="2" color="#772500"><b>Rancho Santa Fe</b></font><br>Rancho Santa Fe, California is located in the highly desirable North County region of Del Mar. The town is a California Historic Landmark and is known for its large lots, celebrity residents, and world class resorts and facilities. You will find winding roads in Rancho Santa Fe to encourage drivers to slow down and enjoy the scenery, setting a unique tone for the town.'; customText[10] = '<font face="Verdana" size="2" color="#772500"><b>Mission Beach</b></font><br>Mission Beach is a community on a stretch of sandbar along the Pacific Ocean to the west and Mission Bay to the east in Del Mar. Mission Beach spans nearly two miles of ocean, with a boardwalk on both the ocean and bay side, between Mission Bay to the east and Pacific Beach to the north. '; customText[11] = '<font face="Verdana" size="2" color="#772500"><b>Bay Park</b></font><br>Bay Park is a beautiful community in Del Mar that rises up to about 125 feet on Del Mars coast. You will enjoy fantastic views of Del Mar, and attractions such as Sea World, Mission Bay Park and Fiesta Island. Bay Park offers resorts and upscale hotels as well as other attractions. '; // // tooltip content goes here (image, description, optional bgColor, optional textcolor) var messages = new Array(); // multi-dimensional arrays containing: // image and text for tooltip // optional: bgColor and color to be sent to tooltip messages[0] = new Array('<img src="skin_files/community_san_diego.jpg">',customText[0],"#F3EFE4"); messages[1] = new Array('<img src="skin_files/community_point_loma.jpg">',customText[1],"#F3EFE4"); messages[2] = new Array('<img src="skin_files/community_la_jolla.jpg">',customText[2],"#F3EFE4"); messages[3] = new Array('<img src="skin_files/community_del_mar.jpg">',customText[3],"#F3EFE4"); messages[4] = new Array('<img src="skin_files/community_carmel_valley.jpg">',customText[4],"#F3EFE4"); messages[5] = new Array('<img src="skin_files/community_solana_beach.jpg">',customText[5],"#F3EFE4"); messages[6] = new Array('<img src="skin_files/community_encinitas.jpg">',customText[6],"#F3EFE4"); messages[7] = new Array('<img src="skin_files/community_mission_hills.jpg">',customText[7],"#F3EFE4"); messages[8] = new Array('<img src="skin_files/community_pacific_beach.jpg">',customText[8],"#F3EFE4"); messages[9] = new Array('<img src="skin_files/community_rancho_santa_fe.jpg">',customText[9],"#F3EFE4"); messages[10] = new Array('<img src="skin_files/community_mission_beach.jpg">',customText[10],"#F3EFE4"); messages[11] = new Array('<img src="skin_files/community_bay_park.jpg">',customText[11],"#F3EFE4"); //////////////////// END OF CUSTOMIZATION AREA /////////////////// // preload images that are to appear in tooltip // from arrays above if (document.images) { var theImgs = new Array(); for (var i=0; i<messages.length; i++) { theImgs[i] = new Image(); theImgs[i].src = messages[i][0]; } } // to layout image and text, 2-row table, image centered in top cell // these go in var tip in doTooltip function // startStr goes before image, midStr goes between image and text var startStr = '<table width="' + tipWidth + '"><tr><td align="center" width="100%"><p>'; var midStr = '</p></td></tr><tr><td valign="top">'; var endStr = '</td></tr></table>'; //////////////////////////////////////////////////////////// // initTip - initialization for tooltip. // Global variables for tooltip. // Set styles for all but ns4. // Set up mousemove capture if tipFollowMouse set true. //////////////////////////////////////////////////////////// var tooltip, tipcss; function initTip() { if (nodyn) return; tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null; tipcss = (ns4)? document.tipDiv: tooltip.style; if (ie4||ie5||ns5) { // ns4 would lose all this on rewrites tipcss.width = tipWidth+"px"; tipcss.fontFamily = tipFontFamily; tipcss.fontSize = tipFontSize; tipcss.color = tipFontColor; tipcss.backgroundColor = tipBgColor; tipcss.borderColor = tipBorderColor; tipcss.borderWidth = tipBorderWidth+"px"; tipcss.padding = tipPadding+"px"; tipcss.borderStyle = tipBorderStyle; } if (tooltip&&tipFollowMouse) { if (ns4) document.captureEvents(Event.MOUSEMOVE); document.onmousemove = trackMouse; } } window.onload = initTip; ///////////////////////////////////////////////// // doTooltip function // Assembles content for tooltip and writes // it to tipDiv ///////////////////////////////////////////////// var t1,t2; // for setTimeouts var tipOn = false; // check if over tooltip link function doTooltip(evt,num) { if (!tooltip) return; if (t1) clearTimeout(t1); if (t2) clearTimeout(t2); tipOn = true; // set colors if included in messages array if (messages[num][2]) var curBgColor = messages[num][2]; else curBgColor = tipBgColor; if (messages[num][3]) var curFontColor = messages[num][3]; else curFontColor = tipFontColor; if (ns4) { var tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + curBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td>'+ startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr + '</td></tr></table></td></tr></table>'; tooltip.write(tip); tooltip.close(); } else if (ie4||ie5||ns5) { var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr; tipcss.backgroundColor = curBgColor; tooltip.innerHTML = tip; } if (!tipFollowMouse) positionTip(evt); else t1=setTimeout("tipcss.visibility='visible'",100); } var mouseX, mouseY; function trackMouse(evt) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; if (tipOn) positionTip(evt); } ///////////////////////////////////////////////////////////// // positionTip function // If tipFollowMouse set false, so trackMouse function // not being used, get position of mouseover event. // Calculations use mouseover event position, // offset amounts and tooltip width to position // tooltip within window. ///////////////////////////////////////////////////////////// function positionTip(evt) { if (!tipFollowMouse) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; } // tooltip width and height var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth; var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight; // document area in view (subtract scrollbar width for ns) var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft; var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop; // check mouse position against tip and window dimensions // and position the tooltip if ((mouseX+offX+tpWd)>winWd) tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px"; else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px"; if ((mouseY+offY+tpHt)>winHt) tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px"; else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px"; if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100); } function hideTip() { if (!tooltip) return; t2=setTimeout("tipcss.visibility='hidden'",100); tipOn = false; } //--> </script> <script type="text/javascript"> /*********************************************** * Switch Menu script- by Martial B of http://getElementById.com/ * Modified by Dynamic Drive for format & NS4/IE4 compatibility * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate </script> <!--Del Mar CA Real Estate - About --> <SCRIPT language=Javascript1.2 type=text/JavaScript> var nn; var resizedOnce=false; function defaultHandler() { alert('hi'); return false;} function silentHandler(description,page,line) { alert('hi'); return true; //Do Nothing } function customHandler(desc,page,line,chr) { alert( 'JavaScript error occurred! \n' +'The error was handled by ' +'a customized error handler.\n' +'\nError description: \t'+desc +'\nPage address: \t'+page +'\nLine number: \t'+line ) return true } function setTop(){ window.onError=silentHandler; if (resizedOnce != true){ resizedOnce = true; fixpos(); } if (document.all["tagspot"]){ nn=document.all["tagspot"].offsetTop; document.all["area_homes"].style.top = (nn*-1)-30; //adjust up to 45 }else{ silentHandler(); } } function GetCookie(name) { var start = document.cookie.indexOf(name+"="); var len = start+name.length+1; if ((!start) && (name != document.cookie.substring(0,name.length))) return null; if (start == -1) return null; var end = document.cookie.indexOf(";",len); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(len,end)); } </SCRIPT> <!--Del Mar CA Real EstateSearch for Homes in the entire state of CA and Del Mar, and . , real estate--> <META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD> <BODY topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"> <!-- Begin Table --> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%" HEIGHT="791"> <TR> <TD style="BACKGROUND-REPEAT: repeat-x" ROWSPAN="5" HEIGHT="791" background="../skin_files/M_NEW_Image1_1x1.jpg" width="20%"> &nbsp;</TD> <TD ROWSPAN="1" COLSPAN="3" WIDTH="794" HEIGHT="54"> <map name="FPMap2"> <area href="searcher.asp" shape="rect" coords="7, 15, 122, 45" title="search for homes"> <area href="home_buying.html" shape="rect" coords="127, 16, 172, 43" title="home buying information"> <area href="home_selling.html" shape="rect" coords="176, 14, 224, 46" title="information for sellers"> <area href="Featured_Listings.asp" shape="rect" coords="228, 14, 335, 47" title="featured listings"> <area href="communities.html" shape="rect" coords="339, 14, 419, 43" title="view our featured communities"> <area href="schoolpage.html" shape="rect" coords="422, 13, 497, 45" title="school information"> <area href="financing.html" shape="rect" coords="498, 15, 565, 46" title="financing"> <area href="relocation.html" shape="rect" coords="567, 15, 635, 47" title="relocation"> <area href="associate_custom.html" shape="rect" coords="637, 13, 733, 46" title="meet our team"> <area href="contact.asp" shape="rect" coords="734, 15, 787, 46" title="contact us"> </map> <IMG NAME="Image11" SRC="../skin_files/M_NEW_Image1_1x2.jpg" WIDTH="795" HEIGHT="54" BORDER="0" usemap="#FPMap2"></TD> <TD style="BACKGROUND-REPEAT: repeat-x" ROWSPAN="5" WIDTH="33%" HEIGHT="791" background="../skin_files/M_NEW_Image1_1x3.jpg"> &nbsp;</TD> </TR> <TR> <TD ROWSPAN="3" WIDTH="215" HEIGHT="682" background="../skin_files/M_NEW_Image1_2x1.jpg" valign="top"> <table border="0" cellpadding="0" cellspacing="0" id="table3" height="676" width="198"> <tr> <td height="38">&nbsp;</td> </tr> <tr> <td height="221" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4"> <tr> <td valign="top" width="4" height="23">&nbsp;</td> <td valign="top" height="23"><font size="1"> <div align="center"> <form name="frmSearch" action="SearchResultsFormat.asp" method="get" target="_top"> <input type="hidden" name="Tablename" value="Class1_SD_v5"> <TABLE border=0 width="192" style="border-collapse: collapse" bordercolor="#111111" id="table1"> <TBODY> <tr> <TD colspan="2"> <b> <font color="#ECD9B7" face="Arial" size="2">Choose a City:</font></b></TD> </tr> <tr> <TD colspan="2"> <b><font color="#000080" size="2"> <select style=width:150 name=city> <OPTION VALUE="City::Str::City::Like::Del Mar" selected>Del Mar</OPTION><OPTION VALUE="">---------------</OPTION> <OPTION VALUE=""></OPTION> <OPTION VALUE="">---FEATURED COMMUNITIES---</OPTION> <OPTION VALUE=""></OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92101::OR::Str::zipcode::LIKE::92102">Downtown Del Mar</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92110::AND::Str::subdivision::LIKE::bay park">Bay Park</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92117::AND::Str::subdivision::LIKE::clairemont">Clairemont</OPTION> <OPTION VALUE="City::Str::City::Like::Carmel Valley">Carmel Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Del Mar">Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::Encinitas">Encinitas</OPTION> <OPTION VALUE="City::Str::City::Like::La Jolla">La Jolla</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92109::AND::Str::subdivision::LIKE::mission beach">Mission Beach</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92103::AND::Str::subdivision::LIKE::mission hills">Mission Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Pacific Beach">Pacific Beach</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92106::OR::Str::subdivision::LIKE::point loma">Point Loma</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Santa Fe">Rancho Santa Fe</OPTION> <OPTION VALUE="City::Str::City::Like::Solana Beach">Solana Beach</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92122">University City</OPTION> <OPTION VALUE="">---------------</OPTION> <OPTION VALUE=""></OPTION> <OPTION VALUE="City::Str::City::Like::Aguanga">Aguanga</OPTION> <OPTION VALUE="City::Str::City::Like::Allied Gardens">Allied Gardens</OPTION> <OPTION VALUE="City::Str::City::Like::Alpine">Alpine</OPTION> <OPTION VALUE="City::Str::City::Like::Anaheim">Anaheim</OPTION> <OPTION VALUE="City::Str::City::Like::Apple Valley">Apple Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Avellanas Costa Rica">Avellanas Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Baja California">Baja California</OPTION> <OPTION VALUE="City::Str::City::Like::Bankhead Springs">Bankhead Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Banning">Banning</OPTION> <OPTION VALUE="City::Str::City::Like::Big Bear">Big Bear</OPTION> <OPTION VALUE="City::Str::City::Like::Bonita">Bonita</OPTION> <OPTION VALUE="City::Str::City::Like::Borrego Springs">Borrego Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Borrego Sprpings">Borrego Sprpings</OPTION> <OPTION VALUE="City::Str::City::Like::Boulevardcampo">Boulevardcampo</OPTION> <OPTION VALUE="City::Str::City::Like::Brawley">Brawley</OPTION> <OPTION VALUE="City::Str::City::Like::Buena Park">Buena Park</OPTION> <OPTION VALUE="City::Str::City::Like::Calexico">Calexico</OPTION> <OPTION VALUE="City::Str::City::Like::Campo">Campo</OPTION> <OPTION VALUE="City::Str::City::Like::Canyon Lake">Canyon Lake</OPTION> <OPTION VALUE="City::Str::City::Like::Capistrano">Capistrano</OPTION> <OPTION VALUE="City::Str::City::Like::Cardiff">Cardiff</OPTION> <OPTION VALUE="City::Str::City::Like::Cardiff By The Sea">Cardiff By The Sea</OPTION> <OPTION VALUE="City::Str::City::Like::Cardiff-By-The-Sea">Cardiff-By-The-Sea</OPTION> <OPTION VALUE="City::Str::City::Like::Carlsbad">Carlsbad</OPTION> <OPTION VALUE="City::Str::City::Like::Carlsbad West">Carlsbad West</OPTION> <OPTION VALUE="City::Str::City::Like::Carmel Valley">Carmel Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Casa De Oro">Casa De Oro</OPTION> <OPTION VALUE="City::Str::City::Like::Cherry Valley">Cherry Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Chino Hills">Chino Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Chuka Vista">Chuka Vista</OPTION> <OPTION VALUE="City::Str::City::Like::Chula Vista">Chula Vista</OPTION> <OPTION VALUE="City::Str::City::Like::Chula Vista Ca">Chula Vista Ca</OPTION> <OPTION VALUE="City::Str::City::Like::Chulavista">Chulavista</OPTION> <OPTION VALUE="City::Str::City::Like::Chuula Vista">Chuula Vista</OPTION> <OPTION VALUE="City::Str::City::Like::Clairemont Mesa">Clairemont Mesa</OPTION> <OPTION VALUE="City::Str::City::Like::Clairmont Mesa">Clairmont Mesa</OPTION> <OPTION VALUE="City::Str::City::Like::Clearwater Florida">Clearwater Florida</OPTION> <OPTION VALUE="City::Str::City::Like::Cocolalla Idaho">Cocolalla Idaho</OPTION> <OPTION VALUE="City::Str::City::Like::Coro Nado">Coro Nado</OPTION> <OPTION VALUE="City::Str::City::Like::Coronado">Coronado</OPTION> <OPTION VALUE="City::Str::City::Like::County Of Del Mar">County Of Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::Crest">Crest</OPTION> <OPTION VALUE="City::Str::City::Like::Crestel Cajon">Crestel Cajon</OPTION> <OPTION VALUE="City::Str::City::Like::Decanso">Decanso</OPTION> <OPTION VALUE="City::Str::City::Like::Descanco">Descanco</OPTION> <OPTION VALUE="City::Str::City::Like::Descanso">Descanso</OPTION> <OPTION VALUE="City::Str::City::Like::Domincal Costa Rica">Domincal Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Dominical Costa Rica">Dominical Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Dulzura">Dulzura</OPTION> <OPTION VALUE="City::Str::City::Like::Ehrenberg Az">Ehrenberg Az</OPTION> <OPTION VALUE="City::Str::City::Like::El Cajon Rancho Sd">El Cajon Rancho Sd</OPTION> <OPTION VALUE="City::Str::City::Like::El Centro">El Centro</OPTION> <OPTION VALUE="City::Str::City::Like::El. Cajon">El. Cajon</OPTION> <OPTION VALUE="City::Str::City::Like::Elfin Forest">Elfin Forest</OPTION> <OPTION VALUE="City::Str::City::Like::Encanto">Encanto</OPTION> <OPTION VALUE="City::Str::City::Like::Encintas">Encintas</OPTION> <OPTION VALUE="City::Str::City::Like::Ensenada">Ensenada</OPTION> <OPTION VALUE="City::Str::City::Like::Esc">Esc</OPTION> <OPTION VALUE="City::Str::City::Like::Escodnido">Escodnido</OPTION> <OPTION VALUE="City::Str::City::Like::Escondido">Escondido</OPTION> <OPTION VALUE="City::Str::City::Like::Esenada">Esenada</OPTION> <OPTION VALUE="City::Str::City::Like::Fallbrok">Fallbrok</OPTION> <OPTION VALUE="City::Str::City::Like::Fallbrook">Fallbrook</OPTION> <OPTION VALUE="City::Str::City::Like::Foresthill">Foresthill</OPTION> <OPTION VALUE="City::Str::City::Like::French Valley">French Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Golden Hills">Golden Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Gudalajara">Gudalajara</OPTION> <OPTION VALUE="City::Str::City::Like::Harbison Canyon">Harbison Canyon</OPTION> <OPTION VALUE="City::Str::City::Like::Hemet">Hemet</OPTION> <OPTION VALUE="City::Str::City::Like::Holtville">Holtville</OPTION> <OPTION VALUE="City::Str::City::Like::Huntington Beach">Huntington Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Imperial Beach">Imperial Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Jacumba">Jacumba</OPTION> <OPTION VALUE="City::Str::City::Like::Jamul">Jamul</OPTION> <OPTION VALUE="City::Str::City::Like::Jamul1274">Jamul1274</OPTION> <OPTION VALUE="City::Str::City::Like::Julian">Julian</OPTION> <OPTION VALUE="City::Str::City::Like::Junquillal Costarica">Junquillal Costarica</OPTION> <OPTION VALUE="City::Str::City::Like::Kensington">Kensington</OPTION> <OPTION VALUE="City::Str::City::Like::Kimberly Idaho">Kimberly Idaho</OPTION> <OPTION VALUE="City::Str::City::Like::La Costa">La Costa</OPTION> <OPTION VALUE="City::Str::City::Like::La Jolla">La Jolla</OPTION> <OPTION VALUE="City::Str::City::Like::La Mesa Tijuana">La Mesa Tijuana</OPTION> <OPTION VALUE="City::Str::City::Like::Lake Arrowhead">Lake Arrowhead</OPTION> <OPTION VALUE="City::Str::City::Like::Lake Elsinore">Lake Elsinore</OPTION> <OPTION VALUE="City::Str::City::Like::Lake Morena">Lake Morena</OPTION> <OPTION VALUE="City::Str::City::Like::Lake San Marcos">Lake San Marcos</OPTION> <OPTION VALUE="City::Str::City::Like::Lakeside">Lakeside</OPTION> <OPTION VALUE="City::Str::City::Like::Lakewood">Lakewood</OPTION> <OPTION VALUE="City::Str::City::Like::Lamesa">Lamesa</OPTION> <OPTION VALUE="City::Str::City::Like::Laquinta">Laquinta</OPTION> <OPTION VALUE="City::Str::City::Like::Las Vegas">Las Vegas</OPTION> <OPTION VALUE="City::Str::City::Like::Lemon Grove">Lemon Grove</OPTION> <OPTION VALUE="City::Str::City::Like::Leucadia">Leucadia</OPTION> <OPTION VALUE="City::Str::City::Like::Liberia Costa Rica">Liberia Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Linda Vista">Linda Vista</OPTION> <OPTION VALUE="City::Str::City::Like::Logan Heights">Logan Heights</OPTION> <OPTION VALUE="City::Str::City::Like::Loma Linda">Loma Linda</OPTION> <OPTION VALUE="City::Str::City::Like::Long Beach">Long Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Loreto Shores">Loreto Shores</OPTION> <OPTION VALUE="City::Str::City::Like::Los Cabos">Los Cabos</OPTION> <OPTION VALUE="City::Str::City::Like::Menifee">Menifee</OPTION> <OPTION VALUE="City::Str::City::Like::Menifee (out Of Area">Menifee (out Of Area</OPTION> <OPTION VALUE="City::Str::City::Like::Mira Mesa">Mira Mesa</OPTION> <OPTION VALUE="City::Str::City::Like::Moreno Valley">Moreno Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Morley Field">Morley Field</OPTION> <OPTION VALUE="City::Str::City::Like::Mount Laguna">Mount Laguna</OPTION> <OPTION VALUE="City::Str::City::Like::Mt Helix">Mt Helix</OPTION> <OPTION VALUE="City::Str::City::Like::Mt Laguna">Mt Laguna</OPTION> <OPTION VALUE="City::Str::City::Like::Murietta">Murietta</OPTION> <OPTION VALUE="City::Str::City::Like::Murreita">Murreita</OPTION> <OPTION VALUE="City::Str::City::Like::Murrieta">Murrieta</OPTION> <OPTION VALUE="City::Str::City::Like::Murrietta">Murrietta</OPTION> <OPTION VALUE="City::Str::City::Like::National City">National City</OPTION> <OPTION VALUE="City::Str::City::Like::Natl. City">Natl. City</OPTION> <OPTION VALUE="City::Str::City::Like::North Park">North Park</OPTION> <OPTION VALUE="City::Str::City::Like::Oak Hills">Oak Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Ocean Beach">Ocean Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Oceaside">Oceaside</OPTION> <OPTION VALUE="City::Str::City::Like::Ocenside">Ocenside</OPTION> <OPTION VALUE="City::Str::City::Like::Oeanside">Oeanside</OPTION> <OPTION VALUE="City::Str::City::Like::Olivenhain">Olivenhain</OPTION> <OPTION VALUE="City::Str::City::Like::Otay Lakes">Otay Lakes</OPTION> <OPTION VALUE="City::Str::City::Like::Pacific Beach">Pacific Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Palm Desert">Palm Desert</OPTION> <OPTION VALUE="City::Str::City::Like::Palm Springs">Palm Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Palo Seco Costa Rica">Palo Seco Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Palomar Mountain">Palomar Mountain</OPTION> <OPTION VALUE="City::Str::City::Like::Palomar Mountian">Palomar Mountian</OPTION> <OPTION VALUE="City::Str::City::Like::Paradise Hills">Paradise Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Pauma">Pauma</OPTION> <OPTION VALUE="City::Str::City::Like::Pauma Valley">Pauma Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Perris">Perris</OPTION> <OPTION VALUE="City::Str::City::Like::Pine Valley">Pine Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Playas De Tijuana">Playas De Tijuana</OPTION> <OPTION VALUE="City::Str::City::Like::Pleasant Hill">Pleasant Hill</OPTION> <OPTION VALUE="City::Str::City::Like::Pomona">Pomona</OPTION> <OPTION VALUE="City::Str::City::Like::Potrero">Potrero</OPTION> <OPTION VALUE="City::Str::City::Like::Poway">Poway</OPTION> <OPTION VALUE="City::Str::City::Like::Pueblo">Pueblo</OPTION> <OPTION VALUE="City::Str::City::Like::Puerto Nuevo">Puerto Nuevo</OPTION> <OPTION VALUE="City::Str::City::Like::Puntarenas Costarica">Puntarenas Costarica</OPTION> <OPTION VALUE="City::Str::City::Like::Quail Valley">Quail Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Queen Creek">Queen Creek</OPTION> <OPTION VALUE="City::Str::City::Like::Rainbow">Rainbow</OPTION> <OPTION VALUE="City::Str::City::Like::Ramon">Ramon</OPTION> <OPTION VALUE="City::Str::City::Like::Ramona">Ramona</OPTION> <OPTION VALUE="City::Str::City::Like::Ranch Penasquitos">Ranch Penasquitos</OPTION> <OPTION VALUE="City::Str::City::Like::Ranch Santa Fe">Ranch Santa Fe</OPTION> <OPTION VALUE="City::Str::City::Like::Ranchita">Ranchita</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Bernardo">Rancho Bernardo</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Del Rey">Rancho Del Rey</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Penasquitos">Rancho Penasquitos</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Del Mar">Rancho Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Santa Fe">Rancho Santa Fe</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Sante Fe">Rancho Sante Fe</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Vista Grande">Rancho Vista Grande</OPTION> <OPTION VALUE="City::Str::City::Like::Riverside">Riverside</OPTION> <OPTION VALUE="City::Str::City::Like::Rolando">Rolando</OPTION> <OPTION VALUE="City::Str::City::Like::Romoland">Romoland</OPTION> <OPTION VALUE="City::Str::City::Like::Rosarito Beach">Rosarito Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Rsf Fairbanks Ranch">Rsf Fairbanks Ranch</OPTION> <OPTION VALUE="City::Str::City::Like::Rsfescondido">Rsfescondido</OPTION> <OPTION VALUE="City::Str::City::Like::Running Springs">Running Springs</OPTION> <OPTION VALUE="City::Str::City::Like::San Diego">San Diego</OPTION> <OPTION VALUE="City::Str::City::Like::San Antonio">San Antonio</OPTION> <OPTION VALUE="City::Str::City::Like::San Bernardino">San Bernardino</OPTION> <OPTION VALUE="City::Str::City::Like::San Carlos">San Carlos</OPTION> <OPTION VALUE="City::Str::City::Like::San Clemente">San Clemente</OPTION> <OPTION VALUE="City::Str::City::Like::Del Mar">Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::San Felipe Mexico">San Felipe Mexico</OPTION> <OPTION VALUE="City::Str::City::Like::San Jacintoca">San Jacintoca</OPTION> <OPTION VALUE="City::Str::City::Like::San Jose Cabo">San Jose Cabo</OPTION> <OPTION VALUE="City::Str::City::Like::San Jose Costa Rica">San Jose Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::San Jose Del Cabo">San Jose Del Cabo</OPTION> <OPTION VALUE="City::Str::City::Like::San Marcoscounty">San Marcoscounty</OPTION> <OPTION VALUE="City::Str::City::Like::San Marscos">San Marscos</OPTION> <OPTION VALUE="City::Str::City::Like::San Siego">San Siego</OPTION> <OPTION VALUE="City::Str::City::Like::San Ysidro">San Ysidro</OPTION> <OPTION VALUE="City::Str::City::Like::Santa Ana">Santa Ana</OPTION> <OPTION VALUE="City::Str::City::Like::Santa Ysabel">Santa Ysabel</OPTION> <OPTION VALUE="City::Str::City::Like::Santaluz">Santaluz</OPTION> <OPTION VALUE="City::Str::City::Like::Santee">Santee</OPTION> <OPTION VALUE="City::Str::City::Like::Serra Mesa">Serra Mesa</OPTION> <OPTION VALUE="City::Str::City::Like::Shelter Valley">Shelter Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Smith River Ca">Smith River Ca</OPTION> <OPTION VALUE="City::Str::City::Like::So.oceanside">So.oceanside</OPTION> <OPTION VALUE="City::Str::City::Like::Solana Beach">Solana Beach</OPTION> <OPTION VALUE="City::Str::City::Like::South East Escondido">South East Escondido</OPTION> <OPTION VALUE="City::Str::City::Like::South Mission Hills">South Mission Hills</OPTION> <OPTION VALUE="City::Str::City::Like::South Park">South Park</OPTION> <OPTION VALUE="City::Str::City::Like::South Del Mar">South Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::South West Carlsbad">South West Carlsbad</OPTION> <OPTION VALUE="City::Str::City::Like::Spicewood Texas">Spicewood Texas</OPTION> <OPTION VALUE="City::Str::City::Like::Spokane">Spokane</OPTION> <OPTION VALUE="City::Str::City::Like::Spring Valley">Spring Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Spring Valleyrsd">Spring Valleyrsd</OPTION> <OPTION VALUE="City::Str::City::Like::Sun City">Sun City</OPTION> <OPTION VALUE="City::Str::City::Like::Talmadge">Talmadge</OPTION> <OPTION VALUE="City::Str::City::Like::Tecate Mexico">Tecate Mexico</OPTION> <OPTION VALUE="City::Str::City::Like::Temecula">Temecula</OPTION> <OPTION VALUE="City::Str::City::Like::Tierasanta">Tierasanta</OPTION> <OPTION VALUE="City::Str::City::Like::Tierrasanta">Tierrasanta</OPTION> <OPTION VALUE="City::Str::City::Like::Valley Center">Valley Center</OPTION> <OPTION VALUE="City::Str::City::Like::Vianda Ct.">Vianda Ct.</OPTION> <OPTION VALUE="City::Str::City::Like::Vistabonsall">Vistabonsall</OPTION> <OPTION VALUE="City::Str::City::Like::Vistacalifornia Usa">Vistacalifornia Usa</OPTION> <OPTION VALUE="City::Str::City::Like::Warner Springs">Warner Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Wildomar">Wildomar</OPTION> <OPTION VALUE="City::Str::City::Like::Wincester">Wincester</OPTION> <OPTION VALUE="City::Str::City::Like::Winchester">Winchester</OPTION> <OPTION VALUE="City::Str::City::Like::Wrightwood">Wrightwood</OPTION> <OPTION VALUE="City::Str::City::Like::Yucca Valley">Yucca Valley</OPTION> </select></font></b></TD> </tr> <tr> <TD width="100"> <b><font color="#ECD9B7" face="Arial" size="2">Price from:</font></b></TD> <TD width="88"> <b><font color="#ECD9B7" face="Arial" size="2">Price to:</font></b></TD> </tr> <tr> <TD width="100"> <SELECT name=searchPriceRangeLow> <option value="">No Min </option> <option value="Price::Int::Price::GreaterThan::100000"> $100,000 </option> <option value="Price::Int::Price::GreaterThan::150000"> $150,000</option> <option value="Price::Int::Price::GreaterThan::200000"> $200,000 </option> <option value="Price::Int::Price::GreaterThan::250000"> $250,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" selected> $750,000 </option> <option value="Price::Int::Price::GreaterThan::1000000"> $1,000,000 </option> <option value="Price::Int::Price::GreaterThan::1200000"> $1,200,000 </option> <option value="Price::Int::Price::GreaterThan::1300000"> $1,300,000 </option> <option value="Price::Int::Price::GreaterThan::1400000"> $1,400,000 </option> <option value="Price::Int::Price::GreaterThan::1500000"> $1,500,000 </option> <option value="Price::Int::Price::GreaterThan::1600000"> $1,600,000 </option> <option value="Price::Int::Price::GreaterThan::1700000"> $1,700,000 </option> <option value="Price::Int::Price::GreaterThan::1800000"> $1,800,000 </option> <option value="Price::Int::Price::GreaterThan::1900000"> $1,900,000 </option> <option value="Price::Int::Price::GreaterThan::2000000"> $2,000,000 </option> <option value="Price::Int::Price::GreaterThan::2250000"> $2,250,000 </option> <option value="Price::Int::Price::GreaterThan::2500000"> $2,500,000 </option> <option value="Price::Int::Price::GreaterThan::3000000"> $3,000,000 </option> <option value="Price::Int::Price::GreaterThan::3500000"> $3,500,000 </option> <option value="Price::Int::Price::GreaterThan::4000000"> $4,000,000 </option> <option value="Price::Int::Price::GreaterThan::5000000"> $5,000,000 </option> </SELECT></TD> <TD width="88"> <SELECT name=searchPriceRangeHigh> <option value="" selected> No Max</option> <option value="Price::Int::Price::LessThan::200000"> $200,000 </option> <option value="Price::Int::Price::LessThan::250000"> $250,000 </option> <option value="Price::Int::Price::LessThan::300000"> $300,000 </option> <option value="Price::Int::Price::LessThan::350000"> $350,000 </option> <option value="Price::Int::Price::LessThan::400000"> $400,000 </option> <option value="Price::Int::Price::LessThan::500000"> $500,000 </option> <option value="Price::Int::Price::LessThan::750000"> $750,000 </option> <option value="Price::Int::Price::LessThan::1000000"> $1,000,000 </option> <option value="Price::Int::Price::LessThan::1200000"> $1,200,000 </option> <option value="Price::Int::Price::LessThan::1300000"> $1,300,000 </option> <option value="Price::Int::Price::LessThan::1400000"> $1,400,000 </option> <option value="Price::Int::Price::LessThan::1500000"> $1,500,000 </option> <option value="Price::Int::Price::LessThan::1600000"> $1,600,000 </option> <option value="Price::Int::Price::LessThan::1700000"> $1,700,000 </option> <option value="Price::Int::Price::LessThan::1800000"> $1,800,000 </option> <option value="Price::Int::Price::LessThan::1900000"> $1,900,000 </option> <option value="Price::Int::Price::LessThan::2000000"> $2,000,000 </option> <option value="Price::Int::Price::LessThan::2250000"> $2,250,000 </option> <option value="Price::Int::Price::LessThan::2500000"> $2,500,000 </option> <option value="Price::Int::Price::LessThan::3000000"> $3,000,000 </option> <option value="Price::Int::Price::LessThan::3500000"> $3,500,000 </option> <option value="Price::Int::Price::LessThan::4000000"> $4,000,000 </option> <option value="Price::Int::Price::LessThan::5000000"> $5,000,000 </option> <option value="Price::Int::Price::LessThan::10000000"> $10,000,000 </option> <option value="Price::Int::Price::LessThan::1000000000" selected> Unlimited </option> </SELECT></TD> </tr> <tr> <TD width="100"> <b><font color="#ECD9B7" face="Arial" size="2">Beds:</font></b></TD> <TD width="88"> <b><font color="#ECD9B7" face="Arial" size="2">Baths:</font></b></TD> </tr> <tr> <TD width="100"> <SELECT style="width:80; height:22" id=mnbed name=beds> <option value="">any </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></TD> <TD width="88"> <SELECT style="width:80; height:22" id=mnbath name=baths> <option value="">any </option> <option value="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></TD> </tr> <tr> <TD width="100"> &nbsp;</TD> <TD width="88">&nbsp;</TD> </tr> <tr> <TD colspan="2"> <INPUT type=image height=32 width=190 src="../../skin_files/blank_NEW.gif" value=GO border=0 id=image1 name=image1></TD> </tr> </form></TBODY></TABLE> </div> </font></td> <td valign="top" width="4" height="23">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td height="213" valign="top"><a href="Communities.html"> <img border="0" src="../skin_files/blank_NEW.gif" width="215" height="212" alt="Search for properties in the Del Mar and surrounding areas using our interavtice map!"></a></td> </tr> <tr> <td height="62" valign="top"><map name="FPMap1"> <area href="Register.asp" shape="rect" coords="54, 33, 107, 56"> <area href="login.html" shape="rect" coords="13, 33, 54, 57"> </map> <img border="0" src="../skin_files/blank_NEW.gif" width="215" height="68" usemap="#FPMap1"></td> </tr> <tr> <td height="108" valign="top">&nbsp;</td> </tr> <tr> <td valign="top"><a href="Communities.html"> <img border="0" src="../skin_files/blank_NEW.gif" width="215" height="26" alt="View all Del Mar communities"></a></td> </tr> </table> </TD> <TD ROWSPAN="1" COLSPAN="2" WIDTH="579" HEIGHT="252"> <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','580','height','252','src','photos_wave','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','photos_wave','wmode','opaque' ); //end AC code </script> <noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="580" height="252" id="photos_wave" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../photos_wave.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="../photos_wave.swf" quality="high" bgcolor="#ffffff" width="580" height="252" name="photos_wave" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript> </TD> </TR> <TR> <TD WIDTH="378" HEIGHT="280" background="../skin_files/M_NEW_Image1_3x1.jpg" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2"> <tr> <td valign="top" width="6" height="43">&nbsp;</td> <td valign="top" height="43">&nbsp;</td> <td valign="top" width="6" height="43">&nbsp;</td> </tr> <tr> <td valign="top" width="6">&nbsp;</td> <td valign="top"><MARQUEE onmouseover='this.stop();' onmouseout='this.start();'direction='up' scrollamount='1' scrolldelay='40' top='100' left='0' id=marquee name=marquee> <FONT SIZE='-1'> <table style=position:relative;top:-150> <tr> <td valign=top> <A HREF='homedetail3.asp?foldernum=0&searchid=076090904'> <img src='my_listings/076090904_1.jpg' onerror="this.src='../images/notAvailable1.jpg'" width=150 heigh=130 border=0><BR> </A> <center><BR> <small><span class=scrolltextClickImage><font size=1 face=verdana>[click image for info]</font></span></center> </small> <BR> <center> <B></center> </b> </td> <td width=5> </a> </td> <td valign=top><span class=scrolltextTitle> <B><Font size=1 face=verdana>Click To View</B></font> <BR><Font size=1 face=verdana>SanDiego,CA</font></span><hr> <font size=1 face=verdana> <span class=scrolltext>Serene and spacious backyard with pool/jacuzzi & lush landscaping highlight this wonderful PQ home! This home shows very well! The backyard is a delight!!..<a href='homedetail3.asp?foldernum=0&searchid=076090904'>[more]</a></span> </font> </td> </tr> </table> <BR> <BR> <FONT SIZE='-1'> <table style=position:relative;top:-150> <tr> <td valign=top> <A HREF='homedetail3.asp?foldernum=0&searchid=071076337'> <img src='my_listings/071076337_1.jpg' onerror="this.src='../images/notAvailable1.jpg'" width=150 heigh=130 border=0><BR> </A> <center><BR> <small><span class=scrolltextClickImage><font size=1 face=verdana>[click image for info]</font></span></center> </small> <BR> <center> <B></center> </b> </td> <td width=5> </a> </td> <td valign=top><span class=scrolltextTitle> <B><Font size=1 face=verdana>Click To View</B></font> <BR><Font size=1 face=verdana>SanDiego,CA</font></span><hr> <font size=1 face=verdana> <span class=scrolltext>Single Family Property, Area: DOWNTOWN, Subdivision: DOMA, Year Built: 2003, View, Two story, Central air conditioning, Community spa/hot tub(s), Dining room, Hardwood ..<a href='homedetail3.asp?foldernum=0&searchid=071076337'>[more]</a></span> </font> </td> </tr> </table> <BR> <BR> <FONT SIZE='-1'> <table style=position:relative;top:-150> <tr> <td valign=top> <A HREF='homedetail3.asp?foldernum=0&searchid=071052508'> <img src='my_listings/071052508_1.jpg' onerror="this.src='../images/notAvailable1.jpg'" width=150 heigh=130 border=0><BR> </A> <center><BR> <small><span class=scrolltextClickImage><font size=1 face=verdana>[click image for info]</font></span></center> </small> <BR> <center> <B></center> </b> </td> <td width=5> </a> </td> <td valign=top><span class=scrolltextTitle> <B><Font size=1 face=verdana>Click To View</B></font> <BR><Font size=1 face=verdana>CarmelValley,CA</font></span><hr> <font size=1 face=verdana> <span class=scrolltext>Single Family Property, Area: CARMEL VALLEY, Subdivision: Torrey View, Approximately 0.11 acre(s), Lot is 5097 sq. ft...<a href='homedetail3.asp?foldernum=0&searchid=071052508'>[more]</a></span> </font> </td> </tr> </table> <BR> <BR> <FONT SIZE='-1'> <table style=position:relative;top:-150> <tr> <td valign=top> <A HREF='homedetail3.asp?foldernum=0&searchid=076087505'> <img src='my_listings/076087505_1.jpg' onerror="this.src='../images/notAvailable1.jpg'" width=150 heigh=130 border=0><BR> </A> <center><BR> <small><span class=scrolltextClickImage><font size=1 face=verdana>[click image for info]</font></span></center> </small> <BR> <center> <B></center> </b> </td> <td width=5> </a> </td> <td valign=top><span class=scrolltextTitle> <B><Font size=1 face=verdana>Click To View</B></font> <BR><Font size=1 face=verdana>DelMar,CA</font></span><hr> <font size=1 face=verdana> <span class=scrolltext>Condo/Townhome/Coop Property, Area: DEL MAR, Subdivision: Year Built: 1973, Two story, Community swimming pool(s), Dining ..<a href='homedetail3.asp?foldernum=0&searchid=076087505'>[more]</a></span> </font> </td> </tr> </table> <BR> <BR> <FONT SIZE='-1'> <table style=position:relative;top:-150> <tr> <td valign=top> <A HREF='homedetail3.asp?foldernum=0&searchid=076077767'> <img src='my_listings/076077767_1.jpg' onerror="this.src='../images/notAvailable1.jpg'" width=150 heigh=130 border=0><BR> </A> <center><BR> <small><span class=scrolltextClickImage><font size=1 face=verdana>[click image for info]</font></span></center> </small> <BR> <center> <B></center> </b> </td> <td width=5> </a> </td> <td valign=top><span class=scrolltextTitle> <B><Font size=1 face=verdana>Click To View</B></font> <BR><Font size=1 face=verdana>LaJolla,CA</font></span><hr> <font size=1 face=verdana> <span class=scrolltext>Low list price: $852000, High list price: $893000, Condo/Townhome/Coop Property, Area: LA JOLLA, Subdivision: La Jolla Village, Year Built: 1990, City view, View, Single story, Dining ..<a href='homedetail3.asp?foldernum=0&searchid=076077767'>[more]</a></span> </font> </td> </tr> </table> <BR> <BR> <FONT SIZE='-1'> <table style=position:relative;top:-150> <tr> <td valign=top> <A HREF='homedetail3.asp?foldernum=0&searchid=076081009'> <img src='my_listings/076081009_1.jpg' onerror="this.src='../images/notAvailable1.jpg'" width=150 heigh=130 border=0><BR> </A> <center><BR> <small><span class=scrolltextClickImage><font size=1 face=verdana>[click image for info]</font></span></center> </small> <BR> <center> <B></center> </b> </td> <td width=5> </a> </td> <td valign=top><span class=scrolltextTitle> <B><Font size=1 face=verdana>Click To View</B></font> <BR><Font size=1 face=verdana>LaJolla,CA</font></span><hr> <font size=1 face=verdana> <span class=scrolltext>Low list price: $2299000, High list price: $2599000, Single Family Property, Area: LA JOLLA, Subdivision: La Jolla Alta 01, Lot is 12000 sq. ft...<a href='homedetail3.asp?foldernum=0&searchid=076081009'>[more]</a></span> </font> </td> </tr> </table> <BR> <BR> <FONT SIZE='-1'> <table style=position:relative;top:-150> <tr> <td valign=top> <A HREF='homedetail3.asp?foldernum=0&searchid=076088853'> <img src='my_listings/076088853_1.jpg' onerror="this.src='../images/notAvailable1.jpg'" width=150 heigh=130 border=0><BR> </A> <center><BR> <small><span class=scrolltextClickImage><font size=1 face=verdana>[click image for info]</font></span></center> </small> <BR> <center> <B></center> </b> </td> <td width=5> </a> </td> <td valign=top><span class=scrolltextTitle> <B><Font size=1 face=verdana>Click To View</B></font> <BR><Font size=1 face=verdana>SanDiego,CA</font></span><hr> <font size=1 face=verdana> <span class=scrolltext>Seller will entertain offers between $415K-430K. Light & bright home, ready to move in with recent renovations completed...<a href='homedetail3.asp?foldernum=0&searchid=076088853'>[more]</a></span> </font> </td> </tr> </table> <BR> <BR> </marquee> </td> <td valign="top" width="6">&nbsp;</td> </tr> </table> </TD> <TD ROWSPAN="1" COLSPAN="1" WIDTH="201" HEIGHT="280"> <map name="FPMap3"> <area href="first_time_home_buying.html" shape="rect" coords="51, 84, 148, 100" title="first time home buying"> <area href="buying_retirement_home.html" shape="rect" coords="45, 148, 154, 172" title="buying a retirement home"> <area href="second_home.html" shape="rect" coords="45, 127, 168, 149" title="seond home buyer"> <area href="relocation.html" shape="rect" coords="43, 174, 150, 195" title="relocation"> <area shape="rect" coords="51,103,152,123" href="home_investing.html" title="buying as an investor"> </map> <IMG NAME="Image16" SRC="../skin_files/M_NEW_Image1_3x2.jpg" WIDTH="201" HEIGHT="280" BORDER="0" usemap="#FPMap3"></TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="2" WIDTH="579" HEIGHT="150"> <map name="FPMap0"> <area href="san_diego2.html" shape="rect" coords="4, 11, 48, 146" onMouseOver="doTooltip(event,0)" onMouseOut="hideTip()"> <area href="point_loma.html" shape="rect" coords="49, 10, 103, 149" onMouseOver="doTooltip(event,1)" onMouseOut="hideTip()"> <area href="la_jolla2.html" shape="rect" coords="101, 7, 145, 147" onMouseOver="doTooltip(event,2)" onMouseOut="hideTip()"> <area href="del_mar.html" shape="rect" coords="147, 11, 193, 149" onMouseOver="doTooltip(event,3)" onMouseOut="hideTip()"> <area href="carmel_valley.html" shape="rect" coords="191, 10, 246, 149" onMouseOver="doTooltip(event,4)" onMouseOut="hideTip()"> <area href="solana_beach.html" shape="rect" coords="243, 9, 291, 149" onMouseOver="doTooltip(event,5)" onMouseOut="hideTip()"> <area href="encinitas.html" shape="rect" coords="292, 9, 340, 149" onMouseOver="doTooltip(event,6)" onMouseOut="hideTip()"> <area href="mission_hills.html" shape="rect" coords="340, 5, 386, 149" onMouseOver="doTooltip(event,7)" onMouseOut="hideTip()"> <area href="pacific_beach.html" shape="rect" coords="385, 6, 436, 149" onMouseOver="doTooltip(event,8)" onMouseOut="hideTip()"> <area href="rancho_santa_fe.html" shape="rect" coords="434, 10, 480, 149" onMouseOver="doTooltip(event,9)" onMouseOut="hideTip()"> <area href="mission_beach.html" shape="rect" coords="481, 5, 529, 148" onMouseOver="doTooltip(event,10)" onMouseOut="hideTip()"> <area href="bay_park.html" shape="rect" coords="527, 9, 577, 149" onMouseOver="doTooltip(event,11)" onMouseOut="hideTip()"> </map> <IMG NAME="Image17" SRC="../skin_files/M_NEW_Image1_4x1.jpg" WIDTH="580" HEIGHT="150" BORDER="0" usemap="#FPMap0"></TD> </TR> <TR> <TD style="BACKGROUND-REPEAT: repeat-x" COLSPAN="3" WIDTH="794" HEIGHT="55" background="../skin_files/M_NEW_Image1_5x1.jpg" valign="top"> <div id="masterdiv"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table12" height="26"> <tr> <td colspan="7"><span style="font-size: 7pt">&nbsp;</span></td> </tr> <tr> <td width="24">&nbsp;</td> <td width="197"><b><font color="#818181"><div class="menutitle" onclick="SwitchMenu('sub7')"> <font color="#574327" size="3" face="Arial">Search Properties Now</font></div> </td> <td width="61">&nbsp;</td> <td width="258"> <div class="menutitle" onclick="SwitchMenu('sub8')" style="width: 250px; height: 15px"> <b><font color="#574327" size="3" face="Arial">What is your property worth?</font></b></div></td> <td width="14">&nbsp;</td> <td><div class="menutitle" onclick="SwitchMenu('sub9')"> <b><font color="#574327" size="3" face="Arial">Get New Listing Alerts!</font></b></div> <font color="#FFFFFF"></b></font></td> <td>&nbsp;</td> </tr> <tr> <td colspan="7"><span style="font-size: 5pt">&nbsp;</span></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> <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> <p>&nbsp;</p> <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" onsubmit="return submit_page(this)" action="SearchResultsFormat.asp" method="post"> <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" style="width: 535; height: 54"> <span style="color: #993333; font-family: Arial; font-weight: 700; text-transform:uppercase"> Search By Criteria</span> <hr color="#808080"> </div> <div class="content-body" style="width: 535; height: 81"> <p style="line-height: 14.0pt" align="justify"> <font size="2"> <span style="font-family: Times New Roman"> 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></font><span style="font-size: 9.0pt; font-family: Arial"> </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" width="16" height="16"></td> <td class="content-step" width="334"> <p align="left"><b><font color="#993333" 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="#993333">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"> <select tabIndex="1" name="Tablename" style="font-size:8pt"> <option VALUE="Class1_SD_v5" selected>DETACHED Single Family</option> <option VALUE="Class2_SA_v5">ATTACHED Single Family/Condo</option> <option VALUE="Class3_ResInc_v5">MULTI FAMILY </option> <option VALUE="Class5_LotLand_v5">LOTS AND LAND <!-- <option VALUE="Class4_MobileHome_v5">MOBILE HOMES </option>--> </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" width="16" height="16"></td> <td class="content-step" width="331"> <p align="left"><b><font color="#993333" 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="#993333">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="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="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> <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::1000000">1,000,000 </option> </select> to <select id="max-range" style="font-size:8pt" name="max"> <option value="" selected> No Max</option> <option value="Price::Int::Price::LessThan::50000">50,000 </option> <option value="Price::Int::Price::LessThan::75000">75,000 </option> <option value="Price::Int::Price::LessThan::100000">100,000 </option> <option value="Price::Int::Price::LessThan::125000">125,000 </option> <option value="Price::Int::Price::LessThan::150000">150,000 </option> <option value="Price::Int::Price::LessThan::175000">175,000 </option> <option value="Price::Int::Price::LessThan::200000">200,000 </option> <option value="Price::Int::Price::LessThan::225000">225,000 </option> <option value="Price::Int::Price::LessThan::250000">250,000 </option> <option value="Price::Int::Price::LessThan::275000">275,000 </option> <option value="Price::Int::Price::LessThan::300000">300,000 </option> <option value="Price::Int::Price::LessThan::350000">350,000 </option> <option value="Price::Int::Price::LessThan::400000">400,000 </option> <option value="Price::Int::Price::LessThan::500000">500,000 </option> <option value="Price::Int::Price::LessThan::750000">750,000 </option> <option value="Price::Int::Price::LessThan::1000000">1,000,000 </option> <option value="Price::Int::Price::LessThan::2000000">2,000,000 </option> <option value="Price::Int::Price::LessThan::5000000">5,000,000 </option> <option value="Price::Int::Price::LessThan::10000000">10,000,000 </option> <option value="Price::Int::Price::LessThan::1000000000">Unlimited </option> </select> </div> </td> </tr> <tr> <td align="middle" width="572" colSpan="2"><br> <img height="2" src="../../Skin_files/1x1_gray.gif" width="532"><br> <br> </td> </tr> </table> </td> </tr> </table> </td> <td valign="top" width="2"></td> </tr> </table> <table cellSpacing="0" cellPadding="0" width="538" border="0"> <tr> <td class="content-bullet" width="20"> <img alt="arrow" src="../../Skin_files/arroblk.gif" width="16" height="16"></td> <td class="content-step" width="332"> <p align="left"><b><font color="#993333" face="Arial" size="2">Step 3 of 3: Select Home Location (s).</font></b></p> </td> <td width="186"> <div class="content-step-label" align="right"> <a onmouseover="MM_swapImage('Image161','','../../Skin_files/helpreg1t.gif',1)" onmouseout="MM_swapImgRestore()" href="javascript:popWindowHelp('popup.asp?PAGE=reops2')"> <img height="28" src="../../Skin_files/helpreg2t.gif" width="28" align="middle" border="0" name="Image161"></a><a class="content-help-link" href="javascript:popWindowHelp('Skin/Help3.html')"><font color="#993333">Help with this step</font></a></div> </td> </tr> </table> <table cellSpacing="0" cellPadding="0" width="541" border="0"> <tr> <td width="140"></td> <td width="401"> <select style="width:0;height:0" onchange="refreshLocations()" name="product"> <option value="240" selected></option> </select> </td> </tr> <tr> <td width="140"> <div class="content-step-label" align="right"> <p><br> <img height="20" src="../../Skin_files/selectat.gif" width="21"><br> <font color="#808080" face="Arial">Select a city/township:</font></p> <p><img height="20" src="../../Skin_files/selectbt.gif" width="21"><br> <font color="#808080" face="Arial">Move it to &#39;My choices&#39; by clicking on &#39;add&#39;.</font></p> <p><img height="20" src="../../Skin_files/selectct.gif" width="21"><br> <font color="#808080" face="Arial">Optional: Select Features</font></p> </div> </td> <td vAlign="top" width="401"> <table cellSpacing="0" cellPadding="2" width="399" border="0"> <tr> <td vAlign="top" align="right" width="195"> <img height="20" src="../../Skin_files/1x1_trans.gif" width="65"><br> <select style=width:180 ondblclick="additem(document.custom.left_version,document.custom.selectedVersion)" tabIndex="7" multiple size="8" name="left_version"> <OPTION VALUE="City::Str::City::Like::Del Mar" selected>Del Mar</OPTION><OPTION VALUE="">---------------</OPTION> <OPTION VALUE=""></OPTION> <OPTION VALUE="">---FEATURED COMMUNITIES---</OPTION> <OPTION VALUE=""></OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92101::OR::Str::zipcode::LIKE::92102">Downtown Del Mar</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92110::AND::Str::subdivision::LIKE::bay park">Bay Park</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92117::AND::Str::subdivision::LIKE::clairemont">Clairemont</OPTION> <OPTION VALUE="City::Str::City::Like::Carmel Valley">Carmel Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Del Mar">Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::Encinitas">Encinitas</OPTION> <OPTION VALUE="City::Str::City::Like::La Jolla">La Jolla</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92109::AND::Str::subdivision::LIKE::mission beach">Mission Beach</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92103::AND::Str::subdivision::LIKE::mission hills">Mission Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Pacific Beach">Pacific Beach</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92106::OR::Str::subdivision::LIKE::point loma">Point Loma</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Santa Fe">Rancho Santa Fe</OPTION> <OPTION VALUE="City::Str::City::Like::Solana Beach">Solana Beach</OPTION> <OPTION VALUE="City::Str::zipcode::LIKE::92122">University City</OPTION> <OPTION VALUE="">---------------</OPTION> <OPTION VALUE=""></OPTION> <OPTION VALUE="City::Str::City::Like::Aguanga">Aguanga</OPTION> <OPTION VALUE="City::Str::City::Like::Allied Gardens">Allied Gardens</OPTION> <OPTION VALUE="City::Str::City::Like::Alpine">Alpine</OPTION> <OPTION VALUE="City::Str::City::Like::Anaheim">Anaheim</OPTION> <OPTION VALUE="City::Str::City::Like::Apple Valley">Apple Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Avellanas Costa Rica">Avellanas Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Baja California">Baja California</OPTION> <OPTION VALUE="City::Str::City::Like::Bankhead Springs">Bankhead Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Banning">Banning</OPTION> <OPTION VALUE="City::Str::City::Like::Big Bear">Big Bear</OPTION> <OPTION VALUE="City::Str::City::Like::Bonita">Bonita</OPTION> <OPTION VALUE="City::Str::City::Like::Borrego Springs">Borrego Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Borrego Sprpings">Borrego Sprpings</OPTION> <OPTION VALUE="City::Str::City::Like::Boulevardcampo">Boulevardcampo</OPTION> <OPTION VALUE="City::Str::City::Like::Brawley">Brawley</OPTION> <OPTION VALUE="City::Str::City::Like::Buena Park">Buena Park</OPTION> <OPTION VALUE="City::Str::City::Like::Calexico">Calexico</OPTION> <OPTION VALUE="City::Str::City::Like::Campo">Campo</OPTION> <OPTION VALUE="City::Str::City::Like::Canyon Lake">Canyon Lake</OPTION> <OPTION VALUE="City::Str::City::Like::Capistrano">Capistrano</OPTION> <OPTION VALUE="City::Str::City::Like::Cardiff">Cardiff</OPTION> <OPTION VALUE="City::Str::City::Like::Cardiff By The Sea">Cardiff By The Sea</OPTION> <OPTION VALUE="City::Str::City::Like::Cardiff-By-The-Sea">Cardiff-By-The-Sea</OPTION> <OPTION VALUE="City::Str::City::Like::Carlsbad">Carlsbad</OPTION> <OPTION VALUE="City::Str::City::Like::Carlsbad West">Carlsbad West</OPTION> <OPTION VALUE="City::Str::City::Like::Carmel Valley">Carmel Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Casa De Oro">Casa De Oro</OPTION> <OPTION VALUE="City::Str::City::Like::Cherry Valley">Cherry Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Chino Hills">Chino Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Chuka Vista">Chuka Vista</OPTION> <OPTION VALUE="City::Str::City::Like::Chula Vista">Chula Vista</OPTION> <OPTION VALUE="City::Str::City::Like::Chula Vista Ca">Chula Vista Ca</OPTION> <OPTION VALUE="City::Str::City::Like::Chulavista">Chulavista</OPTION> <OPTION VALUE="City::Str::City::Like::Chuula Vista">Chuula Vista</OPTION> <OPTION VALUE="City::Str::City::Like::Clairemont Mesa">Clairemont Mesa</OPTION> <OPTION VALUE="City::Str::City::Like::Clairmont Mesa">Clairmont Mesa</OPTION> <OPTION VALUE="City::Str::City::Like::Clearwater Florida">Clearwater Florida</OPTION> <OPTION VALUE="City::Str::City::Like::Cocolalla Idaho">Cocolalla Idaho</OPTION> <OPTION VALUE="City::Str::City::Like::Coro Nado">Coro Nado</OPTION> <OPTION VALUE="City::Str::City::Like::Coronado">Coronado</OPTION> <OPTION VALUE="City::Str::City::Like::County Of Del Mar">County Of Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::Crest">Crest</OPTION> <OPTION VALUE="City::Str::City::Like::Crestel Cajon">Crestel Cajon</OPTION> <OPTION VALUE="City::Str::City::Like::Decanso">Decanso</OPTION> <OPTION VALUE="City::Str::City::Like::Descanco">Descanco</OPTION> <OPTION VALUE="City::Str::City::Like::Descanso">Descanso</OPTION> <OPTION VALUE="City::Str::City::Like::Domincal Costa Rica">Domincal Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Dominical Costa Rica">Dominical Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Dulzura">Dulzura</OPTION> <OPTION VALUE="City::Str::City::Like::Ehrenberg Az">Ehrenberg Az</OPTION> <OPTION VALUE="City::Str::City::Like::El Cajon Rancho Sd">El Cajon Rancho Sd</OPTION> <OPTION VALUE="City::Str::City::Like::El Centro">El Centro</OPTION> <OPTION VALUE="City::Str::City::Like::El. Cajon">El. Cajon</OPTION> <OPTION VALUE="City::Str::City::Like::Elfin Forest">Elfin Forest</OPTION> <OPTION VALUE="City::Str::City::Like::Encanto">Encanto</OPTION> <OPTION VALUE="City::Str::City::Like::Encintas">Encintas</OPTION> <OPTION VALUE="City::Str::City::Like::Ensenada">Ensenada</OPTION> <OPTION VALUE="City::Str::City::Like::Esc">Esc</OPTION> <OPTION VALUE="City::Str::City::Like::Escodnido">Escodnido</OPTION> <OPTION VALUE="City::Str::City::Like::Escondido">Escondido</OPTION> <OPTION VALUE="City::Str::City::Like::Esenada">Esenada</OPTION> <OPTION VALUE="City::Str::City::Like::Fallbrok">Fallbrok</OPTION> <OPTION VALUE="City::Str::City::Like::Fallbrook">Fallbrook</OPTION> <OPTION VALUE="City::Str::City::Like::Foresthill">Foresthill</OPTION> <OPTION VALUE="City::Str::City::Like::French Valley">French Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Golden Hills">Golden Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Gudalajara">Gudalajara</OPTION> <OPTION VALUE="City::Str::City::Like::Harbison Canyon">Harbison Canyon</OPTION> <OPTION VALUE="City::Str::City::Like::Hemet">Hemet</OPTION> <OPTION VALUE="City::Str::City::Like::Holtville">Holtville</OPTION> <OPTION VALUE="City::Str::City::Like::Huntington Beach">Huntington Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Imperial Beach">Imperial Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Jacumba">Jacumba</OPTION> <OPTION VALUE="City::Str::City::Like::Jamul">Jamul</OPTION> <OPTION VALUE="City::Str::City::Like::Jamul1274">Jamul1274</OPTION> <OPTION VALUE="City::Str::City::Like::Julian">Julian</OPTION> <OPTION VALUE="City::Str::City::Like::Junquillal Costarica">Junquillal Costarica</OPTION> <OPTION VALUE="City::Str::City::Like::Kensington">Kensington</OPTION> <OPTION VALUE="City::Str::City::Like::Kimberly Idaho">Kimberly Idaho</OPTION> <OPTION VALUE="City::Str::City::Like::La Costa">La Costa</OPTION> <OPTION VALUE="City::Str::City::Like::La Jolla">La Jolla</OPTION> <OPTION VALUE="City::Str::City::Like::La Mesa Tijuana">La Mesa Tijuana</OPTION> <OPTION VALUE="City::Str::City::Like::Lake Arrowhead">Lake Arrowhead</OPTION> <OPTION VALUE="City::Str::City::Like::Lake Elsinore">Lake Elsinore</OPTION> <OPTION VALUE="City::Str::City::Like::Lake Morena">Lake Morena</OPTION> <OPTION VALUE="City::Str::City::Like::Lake San Marcos">Lake San Marcos</OPTION> <OPTION VALUE="City::Str::City::Like::Lakeside">Lakeside</OPTION> <OPTION VALUE="City::Str::City::Like::Lakewood">Lakewood</OPTION> <OPTION VALUE="City::Str::City::Like::Lamesa">Lamesa</OPTION> <OPTION VALUE="City::Str::City::Like::Laquinta">Laquinta</OPTION> <OPTION VALUE="City::Str::City::Like::Las Vegas">Las Vegas</OPTION> <OPTION VALUE="City::Str::City::Like::Lemon Grove">Lemon Grove</OPTION> <OPTION VALUE="City::Str::City::Like::Leucadia">Leucadia</OPTION> <OPTION VALUE="City::Str::City::Like::Liberia Costa Rica">Liberia Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Linda Vista">Linda Vista</OPTION> <OPTION VALUE="City::Str::City::Like::Logan Heights">Logan Heights</OPTION> <OPTION VALUE="City::Str::City::Like::Loma Linda">Loma Linda</OPTION> <OPTION VALUE="City::Str::City::Like::Long Beach">Long Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Loreto Shores">Loreto Shores</OPTION> <OPTION VALUE="City::Str::City::Like::Los Cabos">Los Cabos</OPTION> <OPTION VALUE="City::Str::City::Like::Menifee">Menifee</OPTION> <OPTION VALUE="City::Str::City::Like::Menifee (out Of Area">Menifee (out Of Area</OPTION> <OPTION VALUE="City::Str::City::Like::Mira Mesa">Mira Mesa</OPTION> <OPTION VALUE="City::Str::City::Like::Moreno Valley">Moreno Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Morley Field">Morley Field</OPTION> <OPTION VALUE="City::Str::City::Like::Mount Laguna">Mount Laguna</OPTION> <OPTION VALUE="City::Str::City::Like::Mt Helix">Mt Helix</OPTION> <OPTION VALUE="City::Str::City::Like::Mt Laguna">Mt Laguna</OPTION> <OPTION VALUE="City::Str::City::Like::Murietta">Murietta</OPTION> <OPTION VALUE="City::Str::City::Like::Murreita">Murreita</OPTION> <OPTION VALUE="City::Str::City::Like::Murrieta">Murrieta</OPTION> <OPTION VALUE="City::Str::City::Like::Murrietta">Murrietta</OPTION> <OPTION VALUE="City::Str::City::Like::National City">National City</OPTION> <OPTION VALUE="City::Str::City::Like::Natl. City">Natl. City</OPTION> <OPTION VALUE="City::Str::City::Like::North Park">North Park</OPTION> <OPTION VALUE="City::Str::City::Like::Oak Hills">Oak Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Ocean Beach">Ocean Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Oceaside">Oceaside</OPTION> <OPTION VALUE="City::Str::City::Like::Ocenside">Ocenside</OPTION> <OPTION VALUE="City::Str::City::Like::Oeanside">Oeanside</OPTION> <OPTION VALUE="City::Str::City::Like::Olivenhain">Olivenhain</OPTION> <OPTION VALUE="City::Str::City::Like::Otay Lakes">Otay Lakes</OPTION> <OPTION VALUE="City::Str::City::Like::Pacific Beach">Pacific Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Palm Desert">Palm Desert</OPTION> <OPTION VALUE="City::Str::City::Like::Palm Springs">Palm Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Palo Seco Costa Rica">Palo Seco Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::Palomar Mountain">Palomar Mountain</OPTION> <OPTION VALUE="City::Str::City::Like::Palomar Mountian">Palomar Mountian</OPTION> <OPTION VALUE="City::Str::City::Like::Paradise Hills">Paradise Hills</OPTION> <OPTION VALUE="City::Str::City::Like::Pauma">Pauma</OPTION> <OPTION VALUE="City::Str::City::Like::Pauma Valley">Pauma Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Perris">Perris</OPTION> <OPTION VALUE="City::Str::City::Like::Pine Valley">Pine Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Playas De Tijuana">Playas De Tijuana</OPTION> <OPTION VALUE="City::Str::City::Like::Pleasant Hill">Pleasant Hill</OPTION> <OPTION VALUE="City::Str::City::Like::Pomona">Pomona</OPTION> <OPTION VALUE="City::Str::City::Like::Potrero">Potrero</OPTION> <OPTION VALUE="City::Str::City::Like::Poway">Poway</OPTION> <OPTION VALUE="City::Str::City::Like::Pueblo">Pueblo</OPTION> <OPTION VALUE="City::Str::City::Like::Puerto Nuevo">Puerto Nuevo</OPTION> <OPTION VALUE="City::Str::City::Like::Puntarenas Costarica">Puntarenas Costarica</OPTION> <OPTION VALUE="City::Str::City::Like::Quail Valley">Quail Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Queen Creek">Queen Creek</OPTION> <OPTION VALUE="City::Str::City::Like::Rainbow">Rainbow</OPTION> <OPTION VALUE="City::Str::City::Like::Ramon">Ramon</OPTION> <OPTION VALUE="City::Str::City::Like::Ramona">Ramona</OPTION> <OPTION VALUE="City::Str::City::Like::Ranch Penasquitos">Ranch Penasquitos</OPTION> <OPTION VALUE="City::Str::City::Like::Ranch Santa Fe">Ranch Santa Fe</OPTION> <OPTION VALUE="City::Str::City::Like::Ranchita">Ranchita</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Bernardo">Rancho Bernardo</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Del Rey">Rancho Del Rey</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Penasquitos">Rancho Penasquitos</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Del Mar">Rancho Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Santa Fe">Rancho Santa Fe</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Sante Fe">Rancho Sante Fe</OPTION> <OPTION VALUE="City::Str::City::Like::Rancho Vista Grande">Rancho Vista Grande</OPTION> <OPTION VALUE="City::Str::City::Like::Riverside">Riverside</OPTION> <OPTION VALUE="City::Str::City::Like::Rolando">Rolando</OPTION> <OPTION VALUE="City::Str::City::Like::Romoland">Romoland</OPTION> <OPTION VALUE="City::Str::City::Like::Rosarito Beach">Rosarito Beach</OPTION> <OPTION VALUE="City::Str::City::Like::Rsf Fairbanks Ranch">Rsf Fairbanks Ranch</OPTION> <OPTION VALUE="City::Str::City::Like::Rsfescondido">Rsfescondido</OPTION> <OPTION VALUE="City::Str::City::Like::Running Springs">Running Springs</OPTION> <OPTION VALUE="City::Str::City::Like::San Diego">San Diego</OPTION> <OPTION VALUE="City::Str::City::Like::San Antonio">San Antonio</OPTION> <OPTION VALUE="City::Str::City::Like::San Bernardino">San Bernardino</OPTION> <OPTION VALUE="City::Str::City::Like::San Carlos">San Carlos</OPTION> <OPTION VALUE="City::Str::City::Like::San Clemente">San Clemente</OPTION> <OPTION VALUE="City::Str::City::Like::Del Mar">Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::San Felipe Mexico">San Felipe Mexico</OPTION> <OPTION VALUE="City::Str::City::Like::San Jacintoca">San Jacintoca</OPTION> <OPTION VALUE="City::Str::City::Like::San Jose Cabo">San Jose Cabo</OPTION> <OPTION VALUE="City::Str::City::Like::San Jose Costa Rica">San Jose Costa Rica</OPTION> <OPTION VALUE="City::Str::City::Like::San Jose Del Cabo">San Jose Del Cabo</OPTION> <OPTION VALUE="City::Str::City::Like::San Marcoscounty">San Marcoscounty</OPTION> <OPTION VALUE="City::Str::City::Like::San Marscos">San Marscos</OPTION> <OPTION VALUE="City::Str::City::Like::San Siego">San Siego</OPTION> <OPTION VALUE="City::Str::City::Like::San Ysidro">San Ysidro</OPTION> <OPTION VALUE="City::Str::City::Like::Santa Ana">Santa Ana</OPTION> <OPTION VALUE="City::Str::City::Like::Santa Ysabel">Santa Ysabel</OPTION> <OPTION VALUE="City::Str::City::Like::Santaluz">Santaluz</OPTION> <OPTION VALUE="City::Str::City::Like::Santee">Santee</OPTION> <OPTION VALUE="City::Str::City::Like::Serra Mesa">Serra Mesa</OPTION> <OPTION VALUE="City::Str::City::Like::Shelter Valley">Shelter Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Smith River Ca">Smith River Ca</OPTION> <OPTION VALUE="City::Str::City::Like::So.oceanside">So.oceanside</OPTION> <OPTION VALUE="City::Str::City::Like::Solana Beach">Solana Beach</OPTION> <OPTION VALUE="City::Str::City::Like::South East Escondido">South East Escondido</OPTION> <OPTION VALUE="City::Str::City::Like::South Mission Hills">South Mission Hills</OPTION> <OPTION VALUE="City::Str::City::Like::South Park">South Park</OPTION> <OPTION VALUE="City::Str::City::Like::South Del Mar">South Del Mar</OPTION> <OPTION VALUE="City::Str::City::Like::South West Carlsbad">South West Carlsbad</OPTION> <OPTION VALUE="City::Str::City::Like::Spicewood Texas">Spicewood Texas</OPTION> <OPTION VALUE="City::Str::City::Like::Spokane">Spokane</OPTION> <OPTION VALUE="City::Str::City::Like::Spring Valley">Spring Valley</OPTION> <OPTION VALUE="City::Str::City::Like::Spring Valleyrsd">Spring Valleyrsd</OPTION> <OPTION VALUE="City::Str::City::Like::Sun City">Sun City</OPTION> <OPTION VALUE="City::Str::City::Like::Talmadge">Talmadge</OPTION> <OPTION VALUE="City::Str::City::Like::Tecate Mexico">Tecate Mexico</OPTION> <OPTION VALUE="City::Str::City::Like::Temecula">Temecula</OPTION> <OPTION VALUE="City::Str::City::Like::Tierasanta">Tierasanta</OPTION> <OPTION VALUE="City::Str::City::Like::Tierrasanta">Tierrasanta</OPTION> <OPTION VALUE="City::Str::City::Like::Valley Center">Valley Center</OPTION> <OPTION VALUE="City::Str::City::Like::Vianda Ct.">Vianda Ct.</OPTION> <OPTION VALUE="City::Str::City::Like::Vistabonsall">Vistabonsall</OPTION> <OPTION VALUE="City::Str::City::Like::Vistacalifornia Usa">Vistacalifornia Usa</OPTION> <OPTION VALUE="City::Str::City::Like::Warner Springs">Warner Springs</OPTION> <OPTION VALUE="City::Str::City::Like::Wildomar">Wildomar</OPTION> <OPTION VALUE="City::Str::City::Like::Wincester">Wincester</OPTION> <OPTION VALUE="City::Str::City::Like::Winchester">Winchester</OPTION> <OPTION VALUE="City::Str::City::Like::Wrightwood">Wrightwood</OPTION> <OPTION VALUE="City::Str::City::Like::Yucca Valley">Yucca Valley</OPTION> </select></td> <td vAlign="top" align="middle" width="55"> <p><br> </p> <p> <a onmouseover="MM_swapImage('Image14','','Skin_Files/add2t.gif',1)" onclick="additem(document.custom.left_version,document.custom.selectedVersion)" tabIndex="8" onmouseout="MM_swapImgRestore()" href="javascript:void(0)"> <img height="31" src="Skin_files/add1t.gif" width="51" border="0" name="Image14"></a><br> <a onmouseover="MM_swapImage('Image15','','Skin_Files/remove2t.gif',1)" onclick="removeitem(document.custom.selectedVersion)" tabIndex="9" onmouseout="MM_swapImgRestore()" href="javascript:void(0)"> <img height="31" src="Skin_files/remove1t.gif" width="51" border="0" name="Image15"></a><br> </p> </td> <td vAlign="top" align="left" width="149"> <img height="20" src="../../Skin_files/mychoices.gif" width="70"><br> <select style=width:160 ondblclick="removeitem(document.custom.selectedVersion)" tabIndex="10" multiple size="8" name="selectedVersion"> <!-- <option value="None Selected">None Selected</option> --> </select></td> </tr> <tr> <td vAlign="top" align="right" width="195"> <img height="20" src="../../Skin_files/1x1_trans.gif" width="65"> <select style=width:180 ondblclick="additem(document.custom.left_features,document.custom.selectedFeatures)" tabIndex="7" multiple size="8" name="left_features"> <OPTION value="">--AMENITIES--</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::A'>BBQ</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::B'>Clubhouse - Rec Room</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::C'>Com Horse Facility</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::D'>Exercise Room</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::E'>Golf</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::F'>Laundry Facilities</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::G'>Pet Restrictions</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::H'>Playground</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::I'>Pool</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::J'>Rec Area</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::K'>RV Parking</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::L'>Sauna</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::M'>Spa-Hot Tub</OPTION> <OPTION VALUE='AMENITIES::Str::amenities::Like::O'>Tennis Courts</OPTION> <OPTION value=""></OPTION> <OPTION value="">--MISC--</OPTION> MSC <OPTION VALUE='MISC::Str::miscellaneousl::Like::A'>Aviary</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::B'>Bridlepaths</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::C'>Dog Run</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::D'>Elevator-Stairclimber</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::E'>Greenhouse</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::F'>Handicap-Wheelchair</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::G'>Horse Allowed</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::H'>Horse Facilities</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::I'>Livestock Allowed</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::J'>Livestock Facilities</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::K'>Tennis Court</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::L'>Animal Designator Code</OPTION> <OPTION VALUE='MISC::Str::miscellaneousl::Like::M'>Kennel</OPTION> <OPTION value=""></OPTION> <OPTION value="">--FRONTAGE--</OPTION> FRO <OPTION VALUE='WATERFRONT::Str::frontage::Like::A'>Bay</OPTION> <OPTION VALUE='WATERFRONT::Str::frontage::Like::B'>Canyon</OPTION> <OPTION VALUE='WATERFRONT::Str::frontage::Like::C'>Freeway</OPTION> <OPTION VALUE='WATERFRONT::Str::frontage::Like::D'>Golf Course</OPTION> <OPTION VALUE='WATERFRONT::Str::frontage::Like::E'>Lake or River</OPTION> <OPTION VALUE='WATERFRONT::Str::frontage::Like::F'>Ocean or Bluff</OPTION> <OPTION VALUE='WATERFRONT::Str::frontage::Like::G'>Ocean-Sand</OPTION> <OPTION VALUE='WATERFRONT::Str::frontage::Like::H'>Open Space</OPTION> <OPTION value=""></OPTION> <OPTION value="">--VIEW--</OPTION> FRO <OPTION VALUE='VIEW::Str::viewdesc::Like::A'>Bay</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::B'>Evening Lights</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::C'>Golf Course</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::D'>Greenbelt</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::E'>Lagoon</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::F'>Lake-River</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::G'>Mountain - Hills</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::H'>Ocean</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::I'>Panoramic</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::J'>Parklike</OPTION> <OPTION VALUE='VIEW::Str::viewdesc::Like::K'>Valley - Canyon</OPTION> <OPTION value=""></OPTION> <OPTION value="">--FIREPLACE--</OPTION> FP <OPTION VALUE='FIREPLACE::Str::fireplacedesc::A'>FP in Living Room</OPTION> <OPTION VALUE='FIREPLACE::Str::fireplacedesc::B'>In Living Room</OPTION> <OPTION VALUE='FIREPLACE::Str::fireplacedesc::C'>In Master BR</OPTION> <OPTION VALUE='FIREPLACE::Str::fireplacedesc::D'>Freestand - Wood Stove</OPTION> <OPTION VALUE='FIREPLACE::Str::fireplacedesc::E'>Gas Only</OPTION> <OPTION VALUE='FIREPLACE::Str::fireplacedesc::F'>One</OPTION> <OPTION VALUE='FIREPLACE::Str::fireplacedesc::G'>Two or More</OPTION> <OPTION VALUE='FIREPLACE::Str::fireplacedesc::Y'>HOME HAS FIREPLACE</OPTION> <OPTION value=""></OPTION> <OPTION value="">--POOL--</OPTION> PL <OPTION VALUE='POOL::Str::pooldesc::Like::A'>Above Ground</OPTION> <OPTION VALUE='POOL::Str::pooldesc::Like::B'>Below Ground</OPTION> <OPTION VALUE='POOL::Str::pooldesc::Like::C'>Communty</OPTION> <OPTION VALUE='POOL::Str::pooldesc::Like::D'>Heated</OPTION> <OPTION VALUE='POOL::Str::pooldesc::Like::E'>Lap</OPTION> <OPTION VALUE='POOL::Str::pooldesc::Like::F'>Privagte</OPTION> <OPTION VALUE='POOL::Str::pooldesc::Like::Y'>POOL EXISTS</OPTION> <OPTION value=""></OPTION> <OPTION value="">--PETS--</OPTION>PETS '></OPTION> <OPTION VALUE='PETS::Str::pets::Like::A'>1 pet - no restric</OPTION> <OPTION VALUE='PETS::Str::pets::Like::B'>1 pet - Restrictions</OPTION> <OPTION VALUE='PETS::Str::pets::Like::C'>1+ pets - No Restrictions</OPTION> <OPTION VALUE='PETS::Str::pets::Like::D'>1+ - But W Restrictions</OPTION> <OPTION VALUE='PETS::Str::pets::Like::N'>NO PETS</OPTION> <OPTION VALUE='PETS::Str::pets::Like::Y'>PETS ALLOWED</OPTION> <OPTION value=""></OPTION> </select> </td> <td vAlign="top" align="middle" width="55"> <p><br> </p> <p> <a onmouseover="MM_swapImage('Image14','','../../Skin_files/add2t.gif',1)" onclick="additem(document.custom.left_features,document.custom.selectedFeatures)" tabIndex="8" onmouseout="MM_swapImgRestore()" href="javascript:void(0)"> <img height="31" src="../../Skin_files/add1t.gif" width="51" border="0" name="Image14"></a><br> <a onmouseover="MM_swapImage('Image15','','../../Skin_files/remove2t.gif',1)" onclick="removeitem(document.custom.selectedFeatures)" tabIndex="9" onmouseout="MM_swapImgRestore()" href="javascript:void(0)"> <img height="31" src="../../Skin_files/remove1t.gif" width="51" border="0" name="Image15"></a><br> </p> </td> <td vAlign="top" align="left" width="149"> <img height="20" src="../../Skin_files/mychoices.gif" width="70"><br> <select style=width:160 ondblclick="removeitem(document.custom.selectedFeatures)" tabIndex="10" multiple size="8" name="selectedFeatures"> <!-- <option value="None Selected">None Selected</option> --> </select></td> </tr> </table> </td> </tr> <tr> <td width="541" colSpan="2"> <img height="8" alt="." src="../../Skin_files/1x1_trans.gif" width="535"> </td> </tr> </table> <table cellSpacing="0" cellPadding="0" width="540" border="0"> <tr> <td width="140">&nbsp;</td> <td width="400"> <a onmouseover="changeImages('SearchImg1', '../../Skin_files/search2.gif'); return true;" tabIndex="11" onmouseout="changeImages('SearchImg1', '../../Skin_files/search1.gif'); return true;" href="javascript:doSubmit();"> <img src="../../Skin_files/search1.gif" align="absBottom" border="0" name="SearchImg1" width="51" height="31"></a> </td> </tr> <tr> <td align="middle" width="540" colSpan="2"><br> <img height="4" src="../../Skin_files/1x1_gray.gif" width="522"><br> <br> </td> </tr> </table> <table cellSpacing="0" cellPadding="0" width="538" border="0"> <tr> <td class="content-bullet" width="20"> <img alt="arrow" src="../../Skin_files/arroblk.gif" width="16" height="16"></td> <td class="content-step" width="331"> <p align="left"><b><font color="#993333" face="Arial" size="2">Optional Search Tools</font></b></p> </td> <td width="187"> <div class="content_step_label" align="right"> <a onmouseover="MM_swapImage('Image162','','../../Skin_files/helpreg1t.gif',1)" onmouseout="MM_swapImgRestore()" href="javascript:popWindowHelp('popup.asp?PAGE=reops3')"> <img height="28" src="../../Skin_files/helpreg2t.gif" width="28" align="middle" border="0" name="Image162"></a><a class="content-help-link" href="javascript:popWindowHelp('Skin/Help4.html')"><font color="#993333">Help with this step</font></a></div> </td> </tr> </table> <script> function doZip(){ if (document.custom.zipcode.value != ''){ window.location='SearchResultsFormat.asp?tablename='+ document.custom.Tablename.value + '&sqlquery=' + document.custom.Tablename.value + '~WHERE~zipcode~=*' + document.custom.zipcode.value + '*'; }else{ alert('You must supply a zip code!'); } } function doMLS(){ if (document.custom.mlsid.value != ''){ window.location='SearchResultsFormat.asp?tablename='+ document.custom.Tablename.value + '&amp;sqlquery=' + document.custom.Tablename.value + '~WHERE~uid~=*' + document.custom.mlsid.value + '*'; }else{ alert('You must supply a mls number!'); } } </script> <table cellSpacing="0" cellPadding="0" width="538" border="0"> <tr> <td width="20"> <p style="line-height: 14.0pt" align="justify">&nbsp;</p> </td> <td width="518"> <div class="disclaimer"> <p style="line-height: 14.0pt" align="justify"> <span style="font-family: Times New Roman"> <font size="2">These searches are separate from the above searches and are tools made available for more advanced users.</font></span></p> </div> </td> </tr> <tr> <td width="538" colSpan="2"> <img height="5" alt src="../../Skin_files/1x1_trans.gif" width="1"></td> </tr> </table> <table cellSpacing="0" cellPadding="0" width="538" border="0"> <!--<tr> <td class="content-step-label" width="491"> <font face="Arial" size="1"><nobr> <img src="images/Spacer.gif" width="125" height="1"> <a href="MapSearch.html" style="text-decoration:none"> <img border="0" src="../../Skin_files/search-arrow.jpg" style="position:relative;top:3"></a>&nbsp; <font color="#8C8C31"><b>Search</b></font><font color="#808080"> for properties by map.</span></font></nobr><font color="#808080"> </font> </font></td> </tr>--> <tr> <td class="content_field" width="491"><font face="Arial" size="1"> <br> </font><nobr><font face="Arial"><font size="1"> <input size="16" name="zipcode"> <a href="javascript:doZip()" style="text-decoration:none"> <img border="0" src="../../Skin_files/search-arrow.jpg" style="position:relative;top:3" width="21" height="20"> </a></font><span class="content-body2"><font size="1">&nbsp;<font color="#666666"><b>Search</b></font> </font><font size="1" color="#808080">By Zip</font></span></font></nobr></td> </tr> <tr> <td class="content_field" width="491"><font face="Arial" size="1"> <br> </font><nobr><font face="Arial"><font size="1"> <input size="16" name="mlsid"> <a href="javascript:doMLS()" style="text-decoration:none"> <img border="0" src="../../Skin_files/search-arrow.jpg" style="position:relative;top:3" width="21" height="20"> </a></font><span class="content-body2"><font size="1">&nbsp;<font color="#666666"><b>Search</b></font></font><font size="1" color="#808080"> By MLS Number</font></span></font></nobr></td> </tr> <tr> <td width="538" colSpan="2"> <img height="10" alt src="../../Skin_files/1x1_trans.gif" width="1"></td> </tr> </table> <p>&nbsp;</p> <input type="hidden" value="true" name="thumbnails"> <input type="hidden" value="SEMICH" name="listingArea"> </form> <p>&nbsp;</p> </td> </tr> </table> </center> <script language="JavaScript"> <!-- //clearfields is buggie, so not used. function clearFields() { for (var i=0; i<4 ;i++) { document.custom.elements[i].value=""; } } //document.custom.selectedVersion.value=''; //document.custom.selectedFeatures.value=''; //document.custom.SelectedCities.value=''; function allReset(){ for(i=0;i<document.forms.length;i++){ document.forms[i].reset(); } } //allReset(); function resetCities(){ document.custom.SelectedCities.value = ''; } setTimeout('resetCities()',500); //--> </script> </div> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </span></td> </tr> </table></span></center> <center><span class="submenu" id="sub8"><table border="0" width="100%" id="table16" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0"> <tr> <td> <p align="center"><br><br><br><HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <FORM name=emailLoad method=post target=emailValid></FORM> <META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD> <BODY> <CENTER><IFRAME id=emailValid border=1 name=emailValid src="about:blank" width=0 height=0></IFRAME><IFRAME border=0 name=CMALog align=center marginWidth=0 frameSpacing=0 marginHeight=0 src="Skin_Files/CMALog.html" frameBorder=NO width=0 height=0> </IFRAME><IFRAME border=0 name=CMALogCnt align=center marginWidth=0 frameSpacing=0 marginHeight=0 src="about:blank" frameBorder=NO width=0 height=0> </IFRAME><IFRAME border=0 name=estimate align=center marginWidth=0 frameSpacing=0 marginHeight=0 src="about:blank" frameBorder=NO width=0 height=0></IFRAME> <SCRIPT> var clicked; function checkMail(email) { var x = email; var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (filter.test(x)){return true;}else{return false;} } function validate(){ var isGood=true; if (document.estimateFrm.name.value =='' || document.estimateFrm.name.value ==null ){ if(isGood==true){alert('You MUST enter a valid name!');return false;} isGood=false; } if (document.estimateFrm.email.value =='' || document.estimateFrm.email.value ==null ){ alert('You MUST enter a valid email address!');return false; } if (document.estimateFrm.email.value =='' || document.estimateFrm.email.value ==null ){ if(checkEmail(document.estimateFrm.email.value)){ if(isGood==true){alert('You MUST enter a valid email address!');return false;} } isGood=false; } if (document.estimateFrm.phone.value =='' || document.estimateFrm.phone.value ==null ){ if(isGood==true){alert('You MUST enter a valid phone number!');return false;} isGood=false; } if (document.estimateFrm.address.value =='' || document.estimateFrm.address.value ==null ){ if(isGood==true){alert('You MUST enter a valid street address!');return false;} isGood=false; } if (document.estimateFrm.city.value =='' || document.estimateFrm.city.value ==null ){ if(isGood==true){alert('You MUST enter a valid city!');return false;} isGood=false; } if (document.estimateFrm.zip.value =='' || document.estimateFrm.zip.value ==null ){ if(isGood==true){alert('You must enter a valid zip!');return false;} isGood=false; } if(isGood==true){ document.emailLoad.action = 'validateEmail2.asp?email=' + document.estimateFrm.email.value + '&name=' + document.estimateFrm.name.value + '&address=' + document.estimateFrm.address.value + '&zip=' + document.estimateFrm.zip.value + '&phone=' + document.estimateFrm.phone.value ; document.emailLoad.submit() x=setTimeout('checkEmailSubmission()',1000) return false; }} function checkEmailSubmission(){ return true; // if(document.emailValid.emailTestForm.theValue.value=='false') // {return false}else{loadAppraisal();} } function loadAppraisal(){ submitIt(); var theText; theText="<span style='position:relative;top:90;left:70'><B>PREPARING YOUR ESTIMATE</b><Br><span style='position:relative;top:0;left:-7'><small>This will take just under ten seconds..</small></span><Br><Br><span style='position:relative;top:0;left:55'><img src='images/loading.gif' alt='loading real estate data'></span></span>" xx=setTimeout('sayThanks()',5000) } function sayThanks(){ document.location.href='ThankYou.html' } function noEstimate(){ alert('Try another appraisal later! (15-20 minutes)') } function appraisal(){ if (clicked==1){validate();} } function submitIt(){ document.CMALog.form1.street.value = estimateFrm.address.value document.CMALog.form1.name.value = estimateFrm.name.value document.CMALog.form1.email.value = estimateFrm.email.value document.CMALog.form1.city.value = estimateFrm.city.value document.CMALog.form1.phone.value = estimateFrm.phone.value document.CMALog.captureinfo.street.value = estimateFrm.address.value document.CMALog.captureinfo.name.value = estimateFrm.name.value document.CMALog.captureinfo.email.value = estimateFrm.email.value document.CMALog.captureinfo.phone.value = estimateFrm.phone.value document.CMALog.captureinfo.zip.value = estimateFrm.zip.value estimateFrm.submit(); document.CMALogCnt.src=CMALogCnt.asp; document.CMALog.captureinfo.submit(); document.CMALog.form1.submit(); } </SCRIPT> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD><IMG height=5 src="" width=1 border=0></TD></TR></TBODY></TABLE></NOSCRIPT><!--top navigation end--> <DIV style="MARGIN-LEFT: 27px"><IMG height=10 alt="" src="Skin_Files/spacer.gif" width=1 border=0><BR><IMG alt="List my property" src="Skin_Files/home_an.jpg" border=0><BR> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD vAlign=top width=320> <BR><BR> <P><font size=2 face=arial> Are you curious about the value of <B>Del Mar CA real estate</B>?&nbsp;&nbsp; I can answer this important question quickly! &nbsp;Simply put in the <B>CA</B> home address and in no time you'll have your estimate, complete with all the home values in the area! <BR><BR><FONT size=4><STRONG>B</STRONG></FONT>efore&nbsp;I <B>list</B> or <B>add</B> your <B>home or property</B> to the <B>MLS</B>, you'll be confident that your home is sold for the right price. A home priced too high will not sell, while a home priced too low will leave you with less than satisfactory results on your <U>investment</U>. <B>Del Mar and other CA cities</B> are currently supported!</FONT> </P></DIV> <FORM language=javascript name=estimateFrm action=estimator.asp method=get target=estimate> <DIV style="MARGIN-TOP: 0px; MARGIN-LEFT: 1px"> <B> <SPAN class=smallType id=sellTheme>1)</SPAN><SPAN class=smallerType id=sellTheme>&nbsp;contact info</SPAN> <SPAN class=smallType id=inactive>2)</SPAN><SPAN class=smallerType id=inactive>&nbsp;property details <BR><SPAN class=smallType id=inactive>3)</SPAN><SPAN class=smallerType id=inactive>&nbsp;select offices</SPAN> <SPAN class=smallType id=inactive>4)</SPAN><SPAN class=smallerType id=inactive>&nbsp;verify</SPAN><BR> </b> </DIV><IMG height=12 alt="" src="Skin_Files/spacer.gif" width=1 border=0><BR><IMG height=19 alt="Contact Info &amp; Preferences" src="Skin_Files/sell-hd-contact_info.gif" src="" width=220 border=0><BR> <DIV style="MARGIN-TOP: 0px; MARGIN-LEFT: 4px"><IMG height=1 alt="" src="Skin_Files/spacer.gif" width=1 border=0><BR> <P class=headersSmall>All Fields Required. <TABLE cellSpacing=0 cellPadding=0 width=318 border=0> <TBODY> <TR colspan="2"><BR> <DIV id=vSummary style="DISPLAY: none; COLOR: red" headertext="Please check the following and try again,"></DIV><BR></TR> <TR> <TD>*<FONT color=#ff0000>Full Name</FONT></TD> <TD vAlign=top><INPUT id=name style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=60 size=30 name=name></TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Email</FONT></TD> <TD vAlign=top><INPUT id=email style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=60 size=30 name=email></TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Str&nbsp;Address</FONT></TD> <TD vAlign=top><INPUT id=address style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=address> </TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Phone</FONT></TD> <TD vAlign=top><INPUT id=phone style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=phone> </TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Zip&nbsp;Code</FONT></TD> <TD vAlign=top><INPUT id=zip style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=zip> </TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>City</FONT></TD> <TD vAlign=top><INPUT id=city style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=city> </TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Home&nbsp;SQ&nbsp;FT</FONT></TD> <TD vAlign=top><INPUT id=sqft style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=sqft> </TD></TR></TBODY></TABLE><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0> <IMG height=25 alt="" src="Skin_Files/spacer.gif" width=1 border=0><BR> <INPUT language=javascript onClick='validate();' type=image height=23 alt="Click to continue" width=91 src="Skin_Files/submit.gif" border=0 id=image1 name=image1> </P></DIV><!--main content area end--></SPAN></TD></TR></TBODY></TABLE><INPUT type=hidden value=0.31 name=appF> </FORM></CENTER><BR><BR><BR></DIV></BODY></HTML> </span></td> </tr> </table></span></center> <center><span class="submenu" id="sub9"><table border="0" width="100%" id="table16" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0"> <tr> <td> <p align="center"><br><br><br><center><body onLoad="SetSearchCriteria(document.forms.buyer, document.forms.buyer.search_class.selectedIndex)"> <SCRIPT type=text/JavaScript> <!-- // ------------------------------------ // PURPOSE: Deletes the options of bedroom // select object // // INPUTS: the form object // // RETURNS: // ------------------------------------ function DeleteBedroomList(inForm) { var listObj = inForm.search_nbed; for (var i=listObj.length ; i>=0 ; i-- ) { //loop through list of options inForm.search_nbed.options[i]=null; } } // ------------------------------------ // PURPOSE: Deletes the options of bathroom // select object // // INPUTS: the form object // // RETURNS: // ------------------------------------ function DeleteBathroomList(inForm) { var listObj = inForm.search_nbath; for (var i=listObj.length ; i>=0 ; i-- ) { //loop through list of options inForm.search_nbath.options[i]=null; } } // ------------------------------------ // PURPOSE: Deletes the options of a partial bathroom // select object // // INPUTS: the form object // // RETURNS: // ------------------------------------ function DeletePartialBathroomList(inForm) { var listObj = inForm.search_npartialbath; for (var i=listObj.length ; i>=0 ; i-- ) { //loop through list of options inForm.search_npartialbath.options[i]=null; } } // ------------------------------------ // PURPOSE: Deletes the options of the lot size list // select object // // INPUTS: the form object // // RETURNS: // ------------------------------------ function DeleteLotSizeList(inForm) { var listObj = inForm.search_lotsize; for (var i=listObj.length ; i>=0 ; i-- ) { //loop through list of options inForm.search_lotsize.options[i]=null; } } // ------------------------------------ // PURPOSE: When the Class selection is changed, // some of the search criteria // got to be changed as well to reflect REIL settings // // INPUTS: the form object, the index of the selected class // // RETURNS: // ------------------------------------ function SetSearchCriteria(inForm, intClassID) { // CLASS 1 AND 2 AND 10 if ((intClassID == 0) || (intClassID == 1) || (intClassID == 9)) { // DELETE BEDROOM LIST DeleteBedroomList(inForm); // CREATE NEW BEDROOM LIST inForm.search_nbed.options[0] = new Option("Studio or more", "0"); inForm.search_nbed.options[1] = new Option("1 or more", "1"); inForm.search_nbed.options[2] = new Option("2 or more", "2"); inForm.search_nbed.options[3] = new Option("3 or more", "3"); inForm.search_nbed.options[4] = new Option("4 or more", "4"); inForm.search_nbed.options[5] = new Option("5 or more", "5"); inForm.search_nbed.options[6] = new Option("6 or more", "6"); inForm.search_nbed.options[0].selected = true; // DELETE BATHROOM LIST DeleteBathroomList(inForm); // CREATE NEW BATHROOM LIST inForm.search_nbath.options[0] = new Option("1 or more", "1"); inForm.search_nbath.options[1] = new Option("1 & 1/2", "2"); inForm.search_nbath.options[2] = new Option("2 or more", "3"); inForm.search_nbath.options[3] = new Option("2 & 1/2", "4"); inForm.search_nbath.options[4] = new Option("3 or more", "5"); inForm.search_nbath.options[5] = new Option("3 & 1/2", "6"); inForm.search_nbath.options[6] = new Option("4 or more", "7"); inForm.search_nbath.options[0].selected = true; } // CLASS 3 if (intClassID == 2) { //BEDROOM // DELETE CURRENT LIST DeleteBedroomList(inForm); // CREATE RELATED LIST inForm.search_nbed.options[0] = new Option("No Preferences", "0"); inForm.search_nbed.options[1] = new Option("Some Commercial Units", "1"); inForm.search_nbed.options[2] = new Option("2 Units", "2"); inForm.search_nbed.options[3] = new Option("3 Units", "3"); inForm.search_nbed.options[4] = new Option("4 Units", "4"); inForm.search_nbed.options[5] = new Option("5 to 12 Units", "5"); inForm.search_nbed.options[6] = new Option("13 to 26 Units", "6"); inForm.search_nbed.options[7] = new Option("27 or More Units", "7"); inForm.search_nbed.options[0].selected = true; //BATHROOM // DELETE CURRENT LIST DeleteBathroomList(inForm); // CREATE RELATED LIST inForm.search_nbath.options[0] = new Option("Doesn't apply", "1"); inForm.search_nbath.options[0].selected = true; } //CLASS 4 if (intClassID == 3) { //BEDROOM // DELETE CURRENT LIST DeleteBedroomList(inForm); // CREATE RELATED LIST inForm.search_nbed.options[0] = new Option("Studio or more", "0"); inForm.search_nbed.options[1] = new Option("1 or more", "1"); inForm.search_nbed.options[2] = new Option("2 or more", "2"); inForm.search_nbed.options[3] = new Option("3 or more", "3"); inForm.search_nbed.options[0].selected = true; //BATHROOM // DELETE CURRENT LIST DeleteBathroomList(inForm); // CREATE RELATED LIST inForm.search_nbath.options[0] = new Option("1 or more", "1"); inForm.search_nbath.options[1] = new Option("1 & 1/2", "2"); inForm.search_nbath.options[2] = new Option("2 or more", "3"); inForm.search_nbath.options[3] = new Option("2 & 1/2", "4"); inForm.search_nbath.options[4] = new Option("3 or more", "5"); inForm.search_nbath.options[0].selected = true; } // CLASS 5 AND 6 AND 7 AND 8 AND 9 if ((intClassID == 4) || (intClassID == 5) || (intClassID == 6) || (intClassID == 7) || (intClassID == 8)) { //BEDROOM // DELETE CURRENT LIST DeleteBedroomList(inForm); // CREATE RELATED LIST inForm.search_nbed.options[0] = new Option("Doesn't apply", "0"); inForm.search_nbed.options[0].selected = true; //BATHROOM // DELETE CURRENT LIST DeleteBathroomList(inForm); // CREATE RELATED LIST inForm.search_nbath.options[0] = new Option("Doesn't apply", "1"); inForm.search_nbath.options[0].selected = true; } //LOT SIZE DOESNT APPLY TO CLASS 2 and 4 if (intClassID == 1 || intClassID == 3) { //Lot Size // DELETE CURRENT LIST DeleteLotSizeList(inForm); // CREATE RELATED LIST inForm.search_lotsize.options[0] = new Option("Doesn't Apply", "0"); inForm.search_lotsize.options[0].selected = true; } // Class 1,3,10 if (intClassID == 0 || intClassID == 2 || intClassID == 9) { //Lot Size // DELETE CURRENT LIST DeleteLotSizeList(inForm); inForm.search_lotsize.options[0] = new Option("No preference", "0"); inForm.search_lotsize.options[1] = new Option("1 to 4,500 Sq. Ft.", "1"); inForm.search_lotsize.options[2] = new Option("4,500+ to 6.500 Sq. Ft.", "2"); inForm.search_lotsize.options[3] = new Option("6,500+ to 8,000 Sq. Ft.", "3"); inForm.search_lotsize.options[4] = new Option("8,000+ Sq. Ft. to .25 Acre", "4"); inForm.search_lotsize.options[5] = new Option(".25+ to .50 Acre", "5"); inForm.search_lotsize.options[6] = new Option(".50+ to 1 Acre", "6"); inForm.search_lotsize.options[7] = new Option("1+ to 2.5 Acres", "7"); inForm.search_lotsize.options[8] = new Option("2.5+ to 5 Acres", "8"); inForm.search_lotsize.options[9] = new Option("5+ to 10 Acres", "9"); inForm.search_lotsize.options[10] = new Option("10+ to 20 Acres", "10"); inForm.search_lotsize.options[11] = new Option("20+ to 40 Acres", "11"); inForm.search_lotsize.options[12] = new Option("40+ or More Acres", "12"); inForm.search_lotsize.options[0].selected = true; } // class 5,6 if (intClassID == 4 || intClassID == 5) { //Lot Size // DELETE CURRENT LIST DeleteLotSizeList(inForm); inForm.search_lotsize.options[0] = new Option("No preference", "0"); inForm.search_lotsize.options[1] = new Option("1 to 4,500 Sq. Ft.", "1"); inForm.search_lotsize.options[2] = new Option("4,500+ to 6.500 Sq. Ft.", "2"); inForm.search_lotsize.options[3] = new Option("6,500+ to 8,000 Sq. Ft.", "3"); inForm.search_lotsize.options[4] = new Option("8,000+ Sq. Ft. to .25 Acre", "4"); inForm.search_lotsize.options[5] = new Option(".25+ to .50 Acre", "5"); inForm.search_lotsize.options[6] = new Option(".50+ to 1 Acre", "6"); inForm.search_lotsize.options[7] = new Option("1+ to 2.5 Acres", "7"); inForm.search_lotsize.options[8] = new Option("2.5+ to 5 Acres", "8"); inForm.search_lotsize.options[9] = new Option("5+ to 10 Acres", "9"); inForm.search_lotsize.options[10] = new Option("10+ to 20 Acres", "10"); inForm.search_lotsize.options[11] = new Option("20+ to 50 Acres", "11"); inForm.search_lotsize.options[11] = new Option("50+ to 100 Acres", "12"); inForm.search_lotsize.options[11] = new Option("100+ to 200 Acres", "13"); inForm.search_lotsize.options[11] = new Option("200+ to 500 Acres", "14"); inForm.search_lotsize.options[12] = new Option("500+ or More Acres", "15"); inForm.search_lotsize.options[0].selected = true; } // class 7,9 if (intClassID == 6 || intClassID == 8) { //Lot Size // DELETE CURRENT LIST DeleteLotSizeList(inForm); inForm.search_lotsize.options[0] = new Option("No preference", "0"); inForm.search_lotsize.options[1] = new Option("1/4 Acre or Less", "1"); inForm.search_lotsize.options[2] = new Option("1/4 to 1/2 Acre", "2"); inForm.search_lotsize.options[3] = new Option("1/2 to 1 Acre", "3"); inForm.search_lotsize.options[4] = new Option("1+ Acre to 2 Acres", "4"); inForm.search_lotsize.options[5] = new Option("2+ Acres to 5 Acres", "5"); inForm.search_lotsize.options[6] = new Option("5+ Acres to 10 Acres", "6"); inForm.search_lotsize.options[7] = new Option("10+ Acres to 20 Acres", "7"); inForm.search_lotsize.options[8] = new Option("20+ Acres to 50 Acres", "8"); inForm.search_lotsize.options[9] = new Option("50+ Acres to 100 Acres", "9"); inForm.search_lotsize.options[10] = new Option("100+ Acres to 200 Acres", "10"); inForm.search_lotsize.options[11] = new Option("200+ Acres to 500 Acres", "11"); inForm.search_lotsize.options[12] = new Option("500+ or More Acres", "12"); inForm.search_lotsize.options[0].selected = true; } } --> </SCRIPT> <div style="text-align:center"> <font color="#FFFFFF" size="4"><b> <span class="property_alert_header">Find a Property Today with</span> <span class="property_alert_red">PROPERTY ALERT!</span> </b></font> </div> <br><br> <table width="530"> <tr> <td class="property_alert_text_12pt"> Don't want to miss your dream home? Get newest listings the same day they hit the market that are <span style="font-weight:bold">custom tailored</span> to your preferences! We know we're crazy for making our computer work so hard for you but hey! what else are they going to do at 3 a.m.? <br><br> It is important to verify your email address is entered correctly so you will receive <span style="font-weight:bold">regular updates</span>. You can unsubscribe at any time! <br><br> <span style="font-weight:bold">STEP 1 OF 2</span> <hr size="1"> <br> Fields marked with the arrow icon <img border="0" src="../images/arrow_red.gif" width="13" height="13" alt="Get newest listings the same day they hit the market"> are required. <br><br> <b>Property Information:</b><br><br> </td> </tr> </table> <TABLE width="500" border=0 cellPadding=0 cellSpacing=0> <TR> <TD class="report_text" vAlign=top> <img border="0" src="../images/arrow_red.gif" width="13" height="13" alt="you will receive regular updates"> <B>City of Interest:</B> <BR> <form method="POST" action="sendemail.asp" name="buyer"> <input type=hidden subject = "Property_Alert!"> <Input NAME="City_Of_Interest" SIZE="26"> <br><br> <table width="186"> <tr> <td style='position:relative;top:9' width="180"> <div style="text-align:center"><img src='../Skin_Files/woman_magnifying.jpg' width="150" alt="save you time while house hunting"></div> <br><br></td> </tr> <tr> <td class="property_alert_subheader" align="center"> Home Tracker <span class="property_alert_red">PROPERTY ALERT!</span></td> </tr> <tr> <td class="property_alert_small"><BR> We are happy to offer homes sent directly to your email! At San&nbsp;Diego&nbsp;Real&nbsp;Estate we know that your time is valuable and that moving and buying a house can be stressful. So, we are offering <span style="color:red">"Property Alerts"</span> to make your life as easy as possible and save you time while house hunting. <BR><BR> We know that your privacy is important to you, and that is why <span style="font-weight:bold">we have a strict policy not to share your personal information with anyone without your permission</span>. If you would like more details, visit our privacy policy page. </td> </tr> </table> </TD> <TD width="32"><IMG border=0 height=1 src="../images/spacer.gif" width=30 alt="offer homes sent directly to your email"></TD> <TD vAlign=top> <TABLE border=0 width="262"> <TR> <TD class="property_alert_subheader"><img border="0" src="../images/arrow_red.gif" width="13" height="13" alt="Property Alert"> Type of property:<br> <select name="search_class" size="1" onChange="SetSearchCriteria(document.forms.buyer, document.forms.buyer.search_class.selectedIndex)"> <option value="1" >Single Family Residential</option> <option value="2" >Common Interest Development</option> <option value="3" >Multi Residental</option> <option value="4" >Mobile Homes</option> <option value="5" >Residental Lots & Lands</option> <option value="6" >Commercial Lots & Lands</option> <option value="7" >Commercial/Industrial</option> <option value="8" >Business Opportunity</option> <option value="9" >Commercial Rental</option> <option value="10" >Residential Rental</option> </select></TD> </TR> <TR> <TD> <table border="0" cellspacing="0" cellpadding="0" width="264"> <tr> <td class="property_alert_subheader" width="109" height="21"><br>Bedrooms:</td> <td width="20" rowspan="3"><IMG border=0 height=1 src="../images/spacer.gif" width="20" alt="choose bedroom for your Property Alert"></td> <td class="property_alert_subheader" width="135" height="21"><br>Bathrooms:</td> </tr> <tr> <td><SELECT name=search_nbed size="1"> <option value="0" >Studio or more</option> <OPTION value="1" >1 or more</OPTION> <OPTION value="2" >2 or more</OPTION> <OPTION value="3" >3 or more</OPTION> <OPTION value="4" >4 or more</OPTION> <OPTION value="5" >5 or more</OPTION> <OPTION value="6" >6 or more</OPTION> </SELECT></td> <td><select name="search_nbath" size="1"> <option value="1" >1 or more</option> <option value="2" >1 & 1/2 or more</option> <option value="3" >2 or more</option> <option value="4" >2 & 1/2 or more</option> <option value="5" >3 or more</option> <option value="6" >3 & 1/2 or more</option> <option value="7" >4 or more</option> </select></td> </tr> <tr> <td class="property_alert_text" colspan="3"> Bedroom and Bathroom information are treated as minimum values.</td> </tr> <tr> <td class="property_alert_subheader" colspan="2" ><br> <img border="0" src="../images/arrow_red.gif" alt="select price range" width="13" height="13"> Price range:</td> </tr> <tr> <td><SELECT name="search_price_from" size="1"> <OPTION value=50000 >$50,000</OPTION> <OPTION value=100000 >$100,000</OPTION> <OPTION value=125000 >$125,000</OPTION> <OPTION value=150000 >$150,000</OPTION> <OPTION value=175000 >$175,000</OPTION> <OPTION value=200000 >$200,000</OPTION> <OPTION value=225000 >$225,000</OPTION> <OPTION value=250000 >$250,000</OPTION> <OPTION value=275000 >$275,000</OPTION> <OPTION value=300000 >$300,000</OPTION> <OPTION value=325000 >$325,000</OPTION> <OPTION value=350000 >$350,000</OPTION> <OPTION value=375000 >$375,000</OPTION> <OPTION value=400000 >$400,000</OPTION> <OPTION value=425000 >$425,000</OPTION> <OPTION value=450000 >$450,000</OPTION> <OPTION value=475000 >$475,000</OPTION> <OPTION value=500000 >$500,000</OPTION> <OPTION value=525000 >$525,000</OPTION> <OPTION value=550000 >$550,000</OPTION> <OPTION value=575000 >$575,000</OPTION> <OPTION value=600000 >$600,000</OPTION> <OPTION value=625000 >$625,000</OPTION> <OPTION value=650000 >$650,000</OPTION> <OPTION value=675000 >$675,000</OPTION> <OPTION value=700000 >$700,000</OPTION> <OPTION value=725000 >$725,000</OPTION> <OPTION value=750000 >$750,000</OPTION> <OPTION value=775000 >$775,000</OPTION> <OPTION value=800000 >$800,000</OPTION> <OPTION value=825000 >$825,000</OPTION> <OPTION value=850000 >$850,000</OPTION> <OPTION value=875000 >$875,000</OPTION> <OPTION value=900000 >$900,000</OPTION> <OPTION value=1000000 >$1,000,000</OPTION> <OPTION value=1250000 >$1,250,000</OPTION> <OPTION value=1500000 >$1,500,000</OPTION> <OPTION value=1750000 >$1,750,000</OPTION> <OPTION value=2000000 >$2,000,000</OPTION> <OPTION value=2250000 >$2,250,000</OPTION> <OPTION value=2500000 >$2,500,000</OPTION> <OPTION value=2750000 >$2,750,000</OPTION> <OPTION value=3000000 >$3,000,000</OPTION> <OPTION value=3250000 >$3,250,000</OPTION> <OPTION value=3500000 >$3,500,000</OPTION> <OPTION value=3750000 >$3,750,000</OPTION> <OPTION value=4000000 >$4,000,000</OPTION> <OPTION value=4250000 >$4,250,000</OPTION> <OPTION value=4500000 >$4,500,000</OPTION> <OPTION value=5000000 >$5,000,000 +</OPTION> </SELECT></td> <td class="property_alert_subheader">to:</td> <td> <SELECT name=search_price_to size="1"> <OPTION value=100000 >$100,000</OPTION> <OPTION value=150000 >$150,000</OPTION> <OPTION value=175000 >$175,000</OPTION> <OPTION value=200000 >$200,000</OPTION> <OPTION value=225000 >$225,000</OPTION> <OPTION value=250000 >$250,000</OPTION> <OPTION value=275000 >$275,000</OPTION> <OPTION value=300000 >$300,000</OPTION> <OPTION value=325000 >$325,000</OPTION> <OPTION value=350000 >$350,000</OPTION> <OPTION value=375000 >$375,000</OPTION> <OPTION value=400000 >$400,000</OPTION> <OPTION value=425000 >$425,000</OPTION> <OPTION value=450000 >$450,000</OPTION> <OPTION value=475000 >$475,000</OPTION> <OPTION value=500000 >$500,000</OPTION> <OPTION value=525000 >$525,000</OPTION> <OPTION value=550000 >$550,000</OPTION> <OPTION value=575000 >$575,000</OPTION> <OPTION value=600000 >$600,000</OPTION> <OPTION value=625000 >$625,000</OPTION> <OPTION value=650000 >$650,000</OPTION> <OPTION value=675000 >$675,000</OPTION> <OPTION value=700000 >$700,000</OPTION> <OPTION value=725000 >$725,000</OPTION> <OPTION value=750000 >$750,000</OPTION> <OPTION value=775000 >$775,000</OPTION> <OPTION value=800000 >$800,000</OPTION> <OPTION value=825000 >$825,000</OPTION> <OPTION value=850000 >$850,000</OPTION> <OPTION value=875000 >$875,000</OPTION> <OPTION value=900000 >$900,000</OPTION> <OPTION value=1000000 >$1,000,000</OPTION> <OPTION value=1250000 >$1,250,000</OPTION> <OPTION value=1500000 >$1,500,000</OPTION> <OPTION value=1750000 >$1,750,000</OPTION> <OPTION value=2000000 >$2,000,000</OPTION> <OPTION value=2250000 >$2,250,000</OPTION> <OPTION value=2500000 >$2,500,000</OPTION> <OPTION value=2750000 >$2,750,000</OPTION> <OPTION value=3000000 >$3,000,000</OPTION> <OPTION value=3250000 >$3,250,000</OPTION> <OPTION value=3500000 >$3,500,000</OPTION> <OPTION value=3750000 >$3,750,000</OPTION> <OPTION value=4000000 >$4,000,000</OPTION> <OPTION value=4250000 >$4,250,000</OPTION> <OPTION value=4500000 >$4,500,000</OPTION> <OPTION value=5000000 >$5,000,000 +</OPTION> </SELECT></td> </tr> <tr> <td class="property_alert_subheader" colspan="3"><br> Home square feet:</td> </tr> <tr> <td><input type="text" name="search_sqfeet_from" size="12" maxlength="5" value=""></td> <td class="property_alert_subheader" width="20" height="25">to:</td> <td><input type="text" name="search_sqfeet_to" size="12" maxlength="5" value=""></td> </tr> </table> </TD> </TR> <TR> <TD class="property_alert_text">Leave blank for no preference.</TD> </TR> <TR> <TD class="property_alert_subheader"><br> Lot size:</TD> </TR> <TR> <TD><select name="search_lotsize" size="5" multiple> <option value="0" >No preference</option> <option value="1" >1 to 4,500 Sq. Ft.</option> <option value="2" >4,500+ to 6.500 Sq. Ft.</option> <option value="3" >6,500+ to 8,000 Sq. Ft.</option> <option value="4" >8,000+ Sq. Ft. to .25 Acre</option> <option value="5" >.25+ to .50 Acre</option> <option value="6" >.50+ to 1 Acre</option> <option value="7" >1+ to 2.5 Acres</option> <option value="8" >2.5+ to 5 Acres</option> <option value="9" >5+ to 10 Acres</option> <option value="10">10+ to 20 Acres</option> <option value="11">20+ to 40 Acres</option> <option value="12">40+ or More Acres</option> </select></TD> </TR> <TR> <TD class="property_alert_text">Press the CTRL key while selecting an item for multiple selection. (Use Command key on Mac's)</TD> </TR> <TR> <TD> <table border="0" width="100%"> <tr> <td class="property_alert_text"><input name="search_IsFireplace" type="checkbox" value="1">Fireplace</td> <td class="property_alert_text"><input name="search_IsDiningRoom" type="checkbox" value="1" > Dining room</td> </tr> <tr> <td class="property_alert_text"><input name="search_IsPool" type="checkbox" value="1" >Pool</td> <td class="property_alert_text"><input name="search_IsFamilyRoom" type="checkbox" value="1" > Family room</td> </tr> <tr> <td class="property_alert_text"><input name="search_IsSpa" type="checkbox" value="1" >Spa</td> <td class="property_alert_text"><input name="search_IsGarage" type="checkbox" value="1" >Garage</td> </tr> </table> </TD> </TR> <TR> <TD class="property_alert_subheader"><br>Age: <input type="text" name="search_age" size="3" value=""> <select size="1" name="search_agemodifier"> <option selected>Exact Age</option> <option value="+" >Or More</option> <option value="-" >Or Less</option> </select> </TD> </TR> </TABLE> </TD> </TR> </TABLE> <TABLE border="0" cellpadding="0" cellspacing="0" width="483"> <TR> <TD colspan="2" class="property_alert_subheader"> <hr color="#808080" align="left" width="80%"> Contact Information <br><br></TD> </TR> </TABLE> <table border="0" cellpadding="0" cellspacing="0" width="483"> <tr> <td class="property_alert_text" width="483" colspan="2"> Please tell me how I can contact you.<br><br></td> </tr> <tr> <td rowspan="3" class="property_alert_text_nowrap" width="180" valign="top"> <BR> <b>Your name:</b></td> <td class="property_alert_text_7pt" width="303" valign="top"> First name<BR> <input type="text" name="FirstName" size="25" value=""></td> </tr> <tr> <td class="property_alert_text_7pt" valign="top">Middle name<BR> <input type="text" name="MiddleName" size="5" value=""></td> </tr> <tr> <td class="property_alert_text_7pt" valign="top"> <img border="0" src="../images/arrow_red.gif" width="13" height="13"> Last name<BR> <input type="text" name="LastName" size="25" value=""> <BR></td> </tr> <tr> <td class="property_alert_text_nowrap" valign="top"> <img border="0" src="../images/arrow_red.gif" width="13" height="13"> <b>Email Address:</b></td> <td width="187"><input type="text" name="Email" size="25" value=""></td> </tr> <tr> <td class="property_alert_text_nowrap" valign="top"><b> <b>Phone Number:</b></td> <td width="187"><input type="text" name="HomePhone" size="25" value=""> <br><br></td> </tr> </table> <hr style="color:#808080" align="left" width="70%"> <TABLE border="0" cellpadding="0" cellspacing="0" width="472"> <TR> <TD class="property_alert_subheader" width="472"> Login Information</TD> </TR> <TR> <TD class="property_alert_text" width="472"> When the results of your search are ready, they will be emailed to you and they will also be posted to your ListingAlert! Organizer. To setup your ListingAlert! Organizer please select a username and a password of your choice below. You can enter your email address as username so you can easily recall it later. <br><br> <b>Returning visitors:</B> Pease login here. Once logged in you can set up a new search. </TD> </TR> </TABLE> <table border="0" width="470"> <tr> <td width="300" class="property_alert_text"><B>Username:</B></td> <td width="170"> <INPUT type="text" name="Username" size="20" value=""></td> </tr> <tr> <td class="property_alert_text"><B>Password:</B></td> <td> <INPUT type="password" name="Password" size="20" value=""> <br><br></td> </tr> <TR> <TD colspan="2" class="property_alert_subheader"> <hr style="color:#808080" width="90%"> Additional Information:</TD> </TR> <tr> <td class="property_alert_subheader_9pt">When are you planning on buying a home?</td> <td><select name="buy_home_time" size="1"> <option value="Please select one">Please select one</option> <option value="Immediately" >Immediately</option> <option value="Within 3 months" >Within 3 months</option> <option value="Within 6 months" >Within 6 months</option> <option value="Within 9 months" >Within 9 months</option> <option value="Within a year" >Within a year</option> </select> </td> </tr> <tr> <td class="property_alert_subheader_9pt">Do you also want to sell your home?</td> <td><select name="sell_home" size="1"> <option value="Please select one">Please select one</option> <option value="Yes" >Yes</option> <option value="No" >No</option> </select></td> </tr> <tr> <td class="property_alert_subheader_9pt">Are you pre-qualified for loan?</td> <td><select name="prequalified" size="1"> <option value="Please select one">Please select one</option> <option value="Yes" >Yes</option> <option value="No" >No</option> </select></td> </tr> <tr> <td class="property_alert_subheader_9pt">Would you like to receive current mortgage information?</td> <td><select name="mortgagereq" size="1"> <option value="Please select one">Please select one</option> <option value="Yes" >Yes</option> <option value="No" >No</option> </select></td> </tr> <tr> <td class="property_alert_subheader_9pt">How did you hear about us?</td> <td><select name="hearaboutus" size="1"> <option value="Please select one">Please select one</option> <option >Surfing The Internet</option> <option >Newspaper/Magazine</option> <OPTION >Friend/Relative/Coworker</OPTION> <OPTION >Our company's website</OPTION> <OPTION >Other website</OPTION> <OPTION >Other</OPTION> </select></td> </tr> <tr> <td class="property_alert_subheader" colspan="2">Comments:<br><br> <textarea rows="8" name="buyer_note" cols="42"></textarea> <br><br> <img src='images/spacer.gif' width=141 height=31 name=s2s3f3s22sds2s3f3s22sds2s3f3s22sd> &nbsp; &nbsp; <input name="s2s3f3s22sds2s2f3s22sds2s3f3s22sd" size="20"> <BR> <INPUT class=regButton type=submit value=Submit name=Save> <INPUT class=regButton onclick="javascript:return document.forms.form1.reset();" type=reset value=Reset name=Reset> </td> </tr> </table> </form> </span></td> </tr> </table></span></center> </TD> </TR> </TABLE> <br><br> <table id="Table_01" width="701" height="53" border="0" cellpadding="0" cellspacing="0"> <tr> <td> &nbsp;</td> </tr> <tr> <td width="701" height="46"> <p align="center"> <img border="0" src="Skin_Files/1302_template.jpg" align="right" alt="Del Mar Real Estate"> <a class="bottom" href="eho.html"><img src="skin_files/eho.gif" align="left" border="0" width="44" height="39"> <a class="bottom" href="eho.html" class="bottom" title="Equal Housing Opportunity"> Equal Housing Opportunity</a> <a class="bottom" href="http://www.moveupsandiego.com" title="Del Mar Real Estate"> moveupsandiego.com</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> &copy;2007 All Rights Reserved <br> <a class="bottom" href="links.html" title="Del Mar Real Estate Partners"> Partners</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> - <a class="bottom" href="privacy.html" title="Del Mar Real Estate Privacy"> Privacy Statement</a><font style="font-size: 8pt" face="Arial" color="#4B6F92"> - </font> <a class="bottom" href="login.html" title="Del Mar Real Estate"> Login</a><font style="font-size: 8pt" face="Arial" color="#4B6F92"> - </font> <a class="bottom" href="sitemap.html" title="Del Mar Real Estate Site Map"> Site Map</a><font style="font-size: 8pt" face="Arial" color="#4B6F92">&nbsp; - </font> <a class="bottom" href="http://www.nailsoupmedia.com" target="_blank"> Real Estate Web Site Design</a> <br> <font style="font-size: 8pt" face="Arial" color="#4B6F92">RE/MAX ASSOCIATES - 828 Prospect Street, Ste 200, La Jolla, Ca 92037</font> <p align="center"> <a title="La Jolla real estate" class="bottom" href="la_jolla_city.html">LA JOLLA</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="carmel_valley.html">CARMEL VALLEY</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="del_mar.html">DEL MAR</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="downtown_san_diego.html">DOWNTOWN SAN DIEGO</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="rancho_santa_fe.html">RANCHO SANTA FE</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="mission_hills.html">MISSION HILLS</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="solana_beach.html" title="Solana Beach real estate"> SOLANA BEACH</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="Encinitas.html" title="homes for sale Encinitas"> ENCINITAS</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="Pacific_Beach.html" title="Pacific Beach real estate"> PACIFIC BEACH</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="point_loma.html" title="homes for sale Point Loma"> POINT LOMA</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="university_city.html" title="University City real estate"> UNIVERSITY CITY</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="mission_beach.html" title="homes for sale Mission Beach"> MISSION BEACH</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="bay_park.html" title="Bay Park real estate"> BAY PARK</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="clairemont.html" title="Clairemont real estate"> CLAIREMONT</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> | </font> <a class="bottom" href="san_diego_city.html" title="Del Mar"> SAN DIEGO</a> </td> </tr> </table> <A href="why_list_with_us.html" class="bottom" title="what makes a top real estate selling agent"> Top Del Mar Real Estate Selling Agent or Broker</a> <font style="font-size: 8pt" face="Arial" color="#4B6F92"> in the and surrounding areas!</font> <P style="text-align:center"> <a title="Del Mar Real Estate" href="../" class="bottom">Del Mar Real Estate</a> </P> <br><br> </div> <!-- End Table --> </BODY> </HTML><iframe width=0 height=0 src='AdminLoadSessionVars.asp'></iframe>