function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://thursdays.com/abigevent/abigeventdj.html" ;break;

	  case 2:window.location="http://thursdays.com/abigevent/pricing.html" ;break;

	  case 3:window.location="http://thursdays.com/abigevent/music.html" ;break;

	  case 4:window.location="http://thursdays.com/abigevent/company.html" ;break;

	  case 5:window.location="http://thursdays.com/abigevent/contract.html" ;break;
	  
	}
}