function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="event.htm" ;break;

	  case 2:window.location="sponsorinfo.htm" ;break;

  	  case 3:window.location="pastoutings.htm" ;break;

	}
}