function goToMyLink(x) {
	window.location.href = "index.php?areas_id=" + x + "&language_id=" + y;
}

