function move_menu(num)
{
	switch(num)
	{
	  case 1:window.location="design.html" ;break;
	  case 2:window.location="hosting.html" ;break;
	  case 3:window.location="business.html" ;break;
	  case 4:window.location="ecommerce.html" ;break;
	}
}
