function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://exhibitsearch.elitexpo.com/about us.htm" ;break;

	  case 2:window.location="http://exhibitsearch.elitexpo.com/product.htm" ;break;

	  case 3:window.location="http://exhibitsearch.elitexpo.com/service.htm" ;break;

	  case 4:window.location="http://exhibitsearch.elitexpo.com/xponews.htm" ;break;

	  case 5:window.location="http://exhibitsearch.elitexpo.com/forms-downloads.htm" ;break;

	  case 6:window.location="http://exhibitsearch.elitexpo.com/tips-links.htm" ;break;

	}
}