function cartina_stato(objStr,nomestato) {
	obj = document.getElementsByName(objStr);
	obj.item(0).src="/images/europa"+ nomestato + ".gif";
}