function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="leedswebsitedesign.html" ;break;

	  case 2:window.location="sample.html" ;break;

	  case 3:window.location="http://www.hubbahosting.com" ;break;

	  case 4:window.location="contact.html" ;break;

	  case 5:window.location="login.html" ;break;
	  
  	  case 6:window.location="2layout.htm" ;break;

	}
}