function menu_link(num)
{
	switch(num)

	{

	  case 2:window.location="index.html" ;break;

	  case 3:window.location="about_us.html" ;break;

	  case 4:window.location="services.html" ;break;

	  case 5:window.location="contact.html" ;break;


	}
}