function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="index.html" ;break;

	  case 2:window.location="reservations.html" ;break;

	  case 3:window.location="brochure.html" ;break;

	  case 4:window.location="group.html" ;break;

	  case 5:window.location="browsetours.html" ;break;
	  
  	  case 6:window.location="service.html" ;break;

      case 7:window.location="touch.html" ;break;
             
      case 8:window.location="tips.html" ;break;


	}
}