
function gotorental(i,x)
{
	if (x==""){
		_URL = i.options[i.options.selectedIndex].value
		location.href = "rentals.aspx?page=" + _URL
		}
	else{
		_URL = i.options[i.options.selectedIndex].value
		location.href = "rentals.aspx?page=" + _URL + "&property=" + x
	}

}
function signup(){
	
	var signup =window.open("EarlySignup/index.aspx","NewWindow",
   "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=675,height=700");
  
}

function forgot(){
	
	var signup =window.open("forgot.aspx","NewWindow",
   "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=300,height=300");
  
}