function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="/enterprise/about_us.php" ;break;

	  case 2:window.location="/enterprise/contact.php" ;break;

	  case 3:window.location="/enterprise/talent_pool.php" ;break;

	  case 4:window.location="/enterprise/enterprise.php" ;break;

	  case 5:window.location="/enterprise/news.php" ;break;

	  case 6:window.location="/enterprise/resources.php" ;break;

	}
}