function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="default.asp" ;break;

	  case 2:window.location="fotogallery.asp?idfotoalbum=56&blocco=no" ;break;

	  case 3:window.location="tours.asp" ;break;

	  case 4:window.location="contatti.asp" ;break;


	}
}
