function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.html" ;break;

	  case 11:window.location="#" ;break;

	  case 12:window.location="#" ;break;

	  case 13:window.location="#" ;break;

	  case 14:window.location="#" ;break;


	  case 2:window.location="aboutus.html" ;break;

	  case 21:window.location="ourapproch.html" ;break;

	  case 22:window.location="ourteam.html" ;break;

	  case 23:window.location="careers.html" ;break;

	  case 24:window.location="#" ;break;


	  case 3:window.location="services.html" ;break;

	  case 31:window.location="nonprofit.html" ;break;

	  case 32:window.location="foundation.html" ;break;

	  case 33:window.location="clients.html" ;break;

	  case 34:window.location="casestudies.html" ;break;


	  case 4:window.location="resources.html" ;break;

	  case 41:window.location="#" ;break;

	  case 42:window.location="#" ;break;

	  case 43:window.location="#" ;break;

	  case 44:window.location="#" ;break;
	  
	  
	   case 5:window.location="newsletter.html" ;break;

	}
}