function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="business.htm" ;break;

	  case 2:window.location="entrepreneur.htm" ;break;

	  case 3:window.location="life.htm" ;break;

	  case 4:window.location="meteor.htm" ;break;

	  case 5:window.location="mindskills.htm" ;break;

	  case 6:window.location="identity_compass.htm" ;break;

	}
}