function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="aboutus.htm" ;break;

	  case 2:window.location="partnership.htm" ;break;

	  case 3:window.location="services.htm" ;break;

	  case 4:window.open('http://www.e-webclub.com/enduser/?dealer=x10322&lang=IT','', 'scrollbars=yes,status=yes,resizable=yes,top=5,left=100,width=1000,height=800'); break;
	 
	  case 5:window.location="/lavagne/index.html" ;break;
	  
	  case 6:window.location="feedback.htm" ;break;
	  
	  case 7:window.location="link.htm" ;break;

	}
}
