function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="data_center.htm" ;break;

	  case 2:window.location="state_cycle.html" ;break;

	  case 3:window.location="state_exports.html" ;break;

	  case 4:window.location="housing_markets.html" ;break;

	  case 5:window.location="sample.html" ;break;

	  case 6:window.location="in_the_news.htm" ;break;

	}
}