function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="index.html" ;break;

	  case 2:window.location="Aboutus.htm" ;break;

	  case 3:window.location="Products.htm" ;break;

	  case 4:window.location="Employees.htm" ;break;

	  case 5:window.location="General.htm" ;break;

	  case 6:window.location="Landscape.htm" ;break;
	  	  
	  case 7:window.location="Contact.htm" ;break;
	  	  
	  case 8:window.location="TBD.htm" ;break;


	}
}
