function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.htm" ;break;

	  case 11:window.location="kennel.htm" ;break;

	  case 12:window.location="hfh.htm" ;break;

	  case 13:window.location="knnb.htm" ;break;

	  case 14:window.location="missions.htm" ;break;



	  case 2:window.location="aboutus.htm" ;break;

	  case 21:window.location="location.htm" ;break;

	  case 22:window.location="staff.htm" ;break;

	  case 23:window.location="resources.htm" ;break;

	  case 24:window.location="employment.htm" ;break;



	  case 3:window.location="news.htm" ;break;

	  case 31:window.location="media.htm" ;break;

	  case 32:window.location="blogs.htm" ;break;

	  case 33:window.location="calendar.htm" ;break;

	  case 34:window.location="needs.htm" ;break;



	  case 4:window.location="contactus.htm" ;break;

	  case 41:window.location="" ;break;

	  case 42:window.location="partnership.htm" ;break;

	  case 43:window.location="qdon.htm" ;break;

	  case 44:window.location="contactus.htm" ;break;

	}
}