function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.html" ;break;

	  case 2:window.location="amenities.htm" ;break;

	  case 3:window.location="fly in.htm" ;break;

	  case 4:window.location="rates_&_reservations.htm" ;break;

	  case 5:window.location="directions.htm" ;break;

	  case 6:window.location="photo_gallery.htm" ;break;

	}
}
