function ii(m,s,h)
{
    if(m)
    {
        document.getElementById("info-i").innerHTML=s;
        $("#info").slideDown("fast");
        if(h==""){h="#";}
        document.getElementById("gate").href=h;
        $(".confirm").fadeIn("slow");
    }
    else
    {
        $("#info").slideUp("fast");
        $(".confirm").fadeOut("slow");
    }
}

function ld()
{
	$('#menu').delay(500).fadeIn('slow');
	$('#altro-content').dialog({ 
		autoOpen: false,
		width: "450px" ,
		modal: true,
		show: 'blind',
		hide: 'blind',
		draggable: false,
		resizable: false
	});
}