function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="contactus.htm" ;break;

	  case 2:window.location="true story.htm" ;break;

	  case 3:window.location="why state.htm" ;break;

	  case 4:window.location="from producers.htm" ;break;

	  case 5:window.location="business.htm" ;break;

	  case 6:window.location="cast.htm" ;break;
	  
	
	  
	  case 1:window.location="contactus.htm" ;break;
		case 2:window.location="yours_2.htm" ;break;
	case 3:window.location="yours_3.htm" ;break;
	case 4:window.location="yours_4.htm" ;break;
	case 5:window.location="yours_5.htm" ;break;
	case 6:window.location="yours_6.htm" ;break;

	}
}