function StartItn() {
	new Effect.Appear('HomeImg', {queue: 'end'});
	
	new Effect.SlideDown('Contenuto', {queue: 'end'});
}