function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.cashflownetwork.net/aboutus.html" ;break;

	  case 2:window.location="http://www.robinsonconsultinggroup.com" ;break;

	  case 3:window.location="cloans.html" ;break;

	  case 4:window.location="residual.html" ;break;

	}
}