function info(num){

	if(num==673){
		window.document.Sq_Feet.Sq_Feet.value="673-686";
		window.document.Rent.Rent.value="$660-$690";
		window.document.Beds.Beds.value="1";
		window.document.Baths.Baths.value="1";	
		window.document.Style.Style.value=" ";	
		window.document.Deposit.Deposit.value="$150";
	}
	
	if(num==791){
		window.document.Sq_Feet.Sq_Feet.value="791-908";
		window.document.Rent.Rent.value="$745-$850";
		window.document.Beds.Beds.value="1";
		window.document.Baths.Baths.value="1";
		window.document.Style.Style.value="Garage";
		window.document.Deposit.Deposit.value="$150";
	}

	if(num==939){
		window.document.Sq_Feet.Sq_Feet.value="939";
		window.document.Rent.Rent.value="$800-$875";
		window.document.Beds.Beds.value="1";
		window.document.Baths.Baths.value="1";
		window.document.Style.Style.value="Study";
		window.document.Deposit.Deposit.value="$250";
	}
	
	if(num==1013){
		window.document.Sq_Feet.Sq_Feet.value="1013";
		window.document.Rent.Rent.value="$845-$945";
		window.document.Beds.Beds.value="2";
		window.document.Baths.Baths.value="2";
		window.document.Style.Style.value=" ";
		window.document.Deposit.Deposit.value="$250";
	}
	
	if(num==1080){
		window.document.Sq_Feet.Sq_Feet.value="1080-1176";
		window.document.Rent.Rent.value="$925-$1065";
		window.document.Beds.Beds.value="2";
		window.document.Baths.Baths.value="2";
		window.document.Style.Style.value=" ";
		window.document.Deposit.Deposit.value="$250";
	}
	
	if(num==1188){
		window.document.Sq_Feet.Sq_Feet.value="1188-1275";
		window.document.Rent.Rent.value="$945-$1110";
		window.document.Beds.Beds.value="2";
		window.document.Baths.Baths.value="2";
		window.document.Style.Style.value="Nook";
		window.document.Deposit.Deposit.value="$250";
	}
	
	if(num==1323){
		window.document.Sq_Feet.Sq_Feet.value="1323";
		window.document.Rent.Rent.value="$1340";
		window.document.Beds.Beds.value="3";
		window.document.Baths.Baths.value="2";
		window.document.Style.Style.value="1-Garage";
		window.document.Deposit.Deposit.value="$350";
	}
	
	if(num==1325){
		window.document.Sq_Feet.Sq_Feet.value="1325-1445";
		window.document.Rent.Rent.value="$1140-$1590";
		window.document.Beds.Beds.value="3";
		window.document.Baths.Baths.value="2";
		window.document.Style.Style.value="1-2 Garage";
		window.document.Deposit.Deposit.value="$350";
	}
}

function enlarge(num){
	window.open("images/floorplans/"+num+".jpg","_blank");
}