function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.html" ;break;

	  case 2:window.location="transport.html" ;break;

	  case 3:window.location="tours.htm" ;break;

	  case 4:window.location="equipment.htm" ;break;

	  case 5:window.location="accommodation.htm" ;break;

	  case 6:window.location="contact.htm" ;break;

	}
}