function menu_link(num)
{
	switch(num)

	{

	  //Replace the # character to your file name
	  // Menu1 & SubMenu
	  case 1:window.location="location.htm" ;break;

	  case 11:window.location="location-pointsamson.htm" ;break;

	  case 12:window.location="location-how-to.htm" ;break;
	  
	  case 13:window.location="location-map.htm" ;break;



	  // Menu2 & SubMenu
	  case 2:window.location="attractions.htm" ;break;

	  case 21:window.location="attractions-beaches.htm" ;break;

	  case 22:window.location="attractions-sightseeing.htm"  ;break;

          case 23:window.location="contactus.htm"  ;break;



	  // Menu3 & SubMenu
	  case 3:window.location="tatas.htm" ;break;

	  case 31:window.location="tatas-breakfast.htm" ;break;
	  
	  case 32:window.location="tatas-lunch-dinner.htm" ;break;

	  case 33:window.location="tatas-catering.htm" ;break;


	  // Menu4 & SubMenu
	  case 4:window.location="rooms.htm" ;break;

	  case 41:window.location="rooms-spa.htm" ;break;

	  case 42:window.location="rooms-studio.htm" ;break;

          case 43:window.location="rooms-downloads.htm" ;break;


	  // Menu5 & SubMenu
	  case 5:window.location="tours.htm" ;break;
	  
	  case 51:window.location="tours.htm" ;break;

          case 52:window.location="tours.htm" ;break;

          case 53:window.location="links.htm" ;break;


	}
}