function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="about.html" ;break;

	  case 2:window.location="trans.html" ;break;

	  case 3:window.location="products.html" ;break;
	  
	  case 4:window.location="corporate.html" ;break;
	  
	  case 5:window.location="testimonials.html" ;break;
	  
	  case 6:window.location="clientlist.html" ;break;
	  
	  case 7:window.location="recommendedlinks.html" ;break;
	  
	  case 8:window.location="community.html" ;break;
	  
	  case 9:window.location="contactus.html" ;break;
	  
	  case 10:window.location="http://www.authentictech.com" ;break;

  

	}
}
