function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.htm" ;break;

	  case 2:window.location="About_the_Artist.htm" ;break;

	  case 3:window.location="Gallery_of_Originals.htm" ;break;

	  case 4:window.location="Gallery_of_Prints.htm" ;break;

	  case 5:window.location="Fly_Fishing_Photos.htm" ;break;

	  case 6:window.location="Contact_Info.htm" ;break;

	  case 7:window.location="Links.htm" ;break;

	}
}
