function move_menu(num)
{
	switch(num)

	{

	case 1:window.location="index.htm" ;break;

	case 2:window.location="rentals.htm" ;break;

	case 3:window.location="http://www.texas-heritage.idxco.com/idx/5246/advancedSearch.php?idxID=224" ;break;

	case 4:window.location="sell.htm" ;break;

	case 5:window.location="property_owners.htm" ;break;

	case 6:window.location="contactus.htm" ;break;

	case 7:window.location="maintrequest.htm" ;break;

	  

	}
}
