function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="mission_statement.htm" ;break;

	  case 2:window.location="services.htm" ;break;

	  case 3:window.location="cost_segregation.htm" ;break;

	  case 4:window.location="corporate_financing.htm" ;break;

	  case 5:window.location="loans.htm" ;break;

	  case 6:window.location="leasing.htm" ;break;

	}
}
