function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="financial.htm" ;break;

	  case 2:window.location="leisure.htm" ;break;

	  case 3:window.location="travel.htm" ;break;

	  case 4:window.location="akinfo.htm" ;break;

	  case 5:window.location="community.htm" ;break;

	  case 6:window.location="places.htm" ;break;

	}
}
