function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.smartcart.com/thursdays/index.cgi?page=search.htm" ;break;

	  case 2:window.location="http://thursdays.com/shipping.html" ;break;

	  case 3:window.location="http://thursdays.com/discounts.html" ;break;

	  case 4:window.location="http://thursdays.com/grading.html" ;break;

	  case 5:window.location="http://www.smartcart.com/thursdays/index.cgi?terms=!new!" ;break;
	  
	}
}