function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="cruise.htm" ;break;

	  case 2:window.location="crafters.htm" ;break;

	  case 3:window.location="music.htm" ;break;

	  case 4:window.location="sponsors.htm" ;break;

	  case 5:window.location="contacts.htm" ;break;

	}
}