// JavaScript Document

// ActionScript Document

function HideLanguage() {
	document.getElementById("IT").style.display = 'none';
	}
