function menufunc1(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
 		Effect.BlindDown('italia', {duration:0.4});
 		Effect.BlindUp('europa', {duration:0.5});
 		Effect.BlindUp('usa', {duration:0.5});
 		Effect.BlindUp('mondo', {duration:0.5});
	}
	else
	{
        Effect.BlindUp('italia', {duration:0.5});
	}
}


function menufunc2(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
 		Effect.BlindDown('europa', {duration:0.4});
 		Effect.BlindUp('italia', {duration:0.5});
 		Effect.BlindUp('usa', {duration:0.5});
 		Effect.BlindUp('mondo', {duration:0.5});
	}
	else
	{
        Effect.BlindUp('europa', {duration:0.5});
	}
}


function menufunc3(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
 		Effect.BlindDown('usa', {duration:0.4});
 		Effect.BlindUp('italia', {duration:0.5});
 		Effect.BlindUp('europa', {duration:0.5});
 		Effect.BlindUp('mondo', {duration:0.5});
	}
	else
	{
        Effect.BlindUp('usa', {duration:0.5});
	}
}



function menufunc4(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
 		Effect.BlindDown('mondo', {duration:0.4});
 		Effect.BlindUp('italia', {duration:0.5});
 		Effect.BlindUp('europa', {duration:0.5});
 		Effect.BlindUp('usa', {duration:0.5});
	}
	else
	{
        Effect.BlindUp('mondo', {duration:0.5});
	}
}



function menufunc10(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
 		Effect.BlindDown('lingua', {duration:0.4});
	}
	else
	{
        Effect.BlindUp('lingua', {duration:0.5});
	}
}

















function startmenusotto()
{
    document.getElementById('italia_sotto').style.display = "none";
	document.getElementById('europa_sotto').style.display = "none";
	document.getElementById('usa_sotto').style.display = "none";
	document.getElementById('mondo_sotto').style.display = "none";
	document.getElementById('rumors_sotto').style.display = "none";
	document.getElementById('firme_sotto').style.display = "none";
}

function menusotto(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
		startmenusotto();
		document.getElementById(menuId).style.display = "block";
	}
	else
	{
		startmenusotto();
	}
}








function menufunc100(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
        Effect.BlindDown('credits', {duration:0.4});
        Effect.BlindUp('link', {duration:0.2});
 		Effect.BlindUp('collabora', {duration:0.2});
 		Effect.BlindUp('pubblicita', {duration:0.2});
	}
	else
	{
        Effect.BlindUp('credits', {duration:0.5});
	}
}


function menufunc101(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
        Effect.BlindDown('link', {duration:0.4});
        Effect.BlindUp('credits', {duration:0.2});
 		Effect.BlindUp('collabora', {duration:0.2});
 		Effect.BlindUp('pubblicita', {duration:0.2});
	}
	else
	{
        Effect.BlindUp('link', {duration:0.5});
	}
}


function menufunc102(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
        Effect.BlindDown('collabora', {duration:0.4});
        Effect.BlindUp('credits', {duration:0.2});
 		Effect.BlindUp('link', {duration:0.2});
 		Effect.BlindUp('pubblicita', {duration:0.2});
	}
	else
	{
        Effect.BlindUp('collabora', {duration:0.5});
	}
}


function menufunc103(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
        Effect.BlindDown('pubblicita', {duration:0.4});
        Effect.BlindUp('credits', {duration:0.2});
 		Effect.BlindUp('link', {duration:0.2});
 		Effect.BlindUp('collabora', {duration:0.2});
	}
	else
	{
        Effect.BlindUp('pubblicita', {duration:0.5});
	}
}















function menufunc200(menuId)
{
	if(document.getElementById(menuId).style.display == "none")
	{
        Effect.BlindDown('commento', {duration:0.4});
	}
	else
	{
        Effect.BlindUp('commento', {duration:0.5});
	}
}
