function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.rcgresearch.com/index.php?page=pspice" ;break;

	  case 2:window.location="http://www.rcgresearch.com/index.php?page=pic" ;break;

	  case 3:window.location="http://www.rcgresearch.com/index.php?page=consulting" ;break;

	  case 4:window.location="http://www.rcgresearch.com/index.php?page=downloads" ;break;

	  case 5:window.location="http://www.rcgresearch.com/index.php?page=contact_entry&display_ours=yes&message=Add yourself to our mailing list to learn when our courses are coming to a city near you." ;break;
	  
	}
}
