function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="index.php?p=about" ;break;

	  case 2:window.location="index.php?p=skill" ;break;

	  case 3:window.location="index.php?p=service" ;break;

	  case 4:window.location="index.php?p=resource" ;break;

	  case 5:window.location="index.php?p=cases" ;break;
	  
	}
}