function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="reservations.html" ;break;

	  case 2:window.location="ourfleet.html" ;break;

	  case 3:window.location="weddings.html" ;break;

	  case 4:window.location="airport.html" ;break;

	}
}
