function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="informacion.htm" ;break;

	  case 2:window.location="acerca_de_margarita.htm" ;break;

	  case 3:window.location="que_hacer.htm" ;break;

	  case 4:window.location="donde_alojarse.htm" ;break;

	  case 5:window.location="donde_ir.htm" ;break;

	  case 6:window.location="contacto.htm" ;break;

	}
}