function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.htm" ;break;

	  case 11:window.location="index.htm#Who_we_are" ;break;

	  case 12:window.location="index.htm#Senior_Consultants" ;break;

	  case 13:window.location="index.htm#we_are_not" ;break;

	  case 14:window.location="index.htm#we_are_not" ;break;





	  case 2:window.location="aboutus.htm" ;break;

	  case 21:window.location="aboutus.htm#Mavin_Dodge" ;break;

	  case 22:window.location="aboutus.htm#What_we_are" ;break;

	  case 23:window.location="aboutus.htm#Other_Services" ;break;

	  case 24:window.location="aboutus.htm#vitae_and_fees" ;break;



	  case 3:window.location="contactus.htm" ;break;

	  case 31:window.location="contactus.htm#Mavin_L._Dodge,_CPM" ;break;

	  case 32:window.location="contactus.htm#5225 Canyon Crest Dr., Suite 71, Box 178" ;break;

	  case 33:window.location="contactus.htm#Office_(951)_781-1936" ;break;

	  case 34:window.location="contactus.htm#Email" ;break;



	  case 4:window.location="sitemap.htm" ;break;

	  case 41:window.location="index.htm" ;break;

	  case 42:window.location="aboutus.htm" ;break;

	  case 43:window.location="contactus.htm" ;break;

	  case 44:window.location="Schedule_of_Fees.htm" ;break;

	}
}