function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.jobtarget.com/home/8629_can.cfm" ;break;

	  case 2:window.location="find nursing faculty.html" ;break;

	  case 3:window.location="nursing faculty jobs - aboutus.html" ;break;

	  case 4:window.location="nursing faculty jobs contactus.html" ;break;

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

	}
}