function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.nursingfacultyjobs.com/webjobs/index.php" ;break;

	  case 2:window.location="http://www.nursingfacultyjobs.com/find nursing faculty.html" ;break;

	  case 3:window.location="http://www.nursingfacultyjobs.com/nursing faculty jobs - aboutus.html" ;break;

	  case 4:window.location="http://www.nursingfacultyjobs.com/nursing faculty jobs contactus.html" ;break;

	  case 5:window.location="newpage.html" ;break;

	}
}
