function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.genuineproklean.com/mission.html" ;break;

	  case 2:window.location="http://www.genuineproklean.com/productselection.htm" ;break;

	  case 3:window.location="http://www.genuineproklean.com/cleaningproductreviews.html" ;break;

	  case 4:window.location="http://www.genuineproklean.com/accessibilityguide.html" ;break;

	}
}