function showSearchForm(){resultsMode=true;if(document.getElementById("RoommateDiv").style.display!="none"){hideSearchOption("RoommateDiv",100)}return hideSearchOption("SearchForm",100)}function openAdditionmals(){var a=false;if(document.search.RoommateMale.selectedIndex>0||document.search.RoommateFemale.selectedIndex>0||document.search.Pets.selectedIndex>0||document.search.RoommateChildren.selectedIndex>0){showSeachOption("RoommateDiv",100)}}function sbm(){if(document.search.City.value==""){alert("Please enter City or ZIP");document.search.City.focus();return false}if(document.search.DateFrom.value!=""&&!isDate(document.search.DateFrom.value)){alert("Move In Date is incorrect");document.search.DateFrom.focus();return false}if(document.search.MinPrice.selectedIndex>0&&document.search.MaxPrice.selectedIndex>0&&document.search.MinPrice.selectedIndex>document.search.MaxPrice.selectedIndex){alert("Price Range is incorrect");document.search.MinPrice.focus();return false}document.search.action=document.search.State.options[document.search.State.selectedIndex].value+"roommates_search_results.php";return pageTracker._linkByPost(this)};
