function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="playa-samara.html" ;break;

	  case 2:window.location="why-costa-rica.html" ;break;

	  case 3:window.location="montana-costa-rica-photos.html" ;break;

	  case 4:window.location="montana-site-plan.html" ;break;

	  case 5:window.location="inforequest" ;break;

      case 6:window.location="faq.html" ;break;

	}
}