function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.thepersonalinjury.com/personalinjury.htm" ;break;

	  case 2:window.location="http://www.thepersonalinjury.com/autoaccident.htm" ;break;

	  case 3:window.location="http://www.thepersonalinjury.com/motorcycleaccident.htm" ;break;

	  case 4:window.location="http://www.thepersonalinjury.com/premisesliability.htm" ;break;

	}
}
