var numShow = 0;
var IRtools=new Array("IRpanelContatti", "imgIRpanelContatti", "ir_tools_4_on.gif","ir_tools_4.gif","IRpanelEmail","imgIRpanelEmail", "ir_tools_3_on.gif","ir_tools_3.gif","IRpanelRss","imgIRpanelRss", "ir_tools_2_on.gif","ir_tools_2.gif","IRpanelInvia","imgIRpanelInvia", "ir_tools_1_on.gif","ir_tools_1.gif","IRpanelDocumenti","imgIRpanelDocumenti", "ir_tools_5_on.gif","ir_tools_5.gif");
var IRtoolsEn=new Array("IRpanelContatti", "imgIRpanelContatti", "ir_tools_en_4_on.gif","ir_tools_en_4.gif","IRpanelEmail","imgIRpanelEmail", "ir_tools_3_on.gif","ir_tools_3.gif","IRpanelRss","imgIRpanelRss", "ir_tools_2_on.gif","ir_tools_2.gif","IRpanelInvia","imgIRpanelInvia", "ir_tools_en_1_on.gif","ir_tools_en_1.gif","IRpanelDocumenti","imgIRpanelDocumenti", "ir_tools_en_5_on.gif","ir_tools_en_5.gif");
function showIRtools(IRnum,lang) {
	hideIRtools(lang);
	var num = parseInt(IRnum);
	num = num*4;
	if (lang == 'en') {
		document.getElementById('IRpanel').style.display = 'block';
		document.getElementById(IRtoolsEn[num]).style.display = 'block';
		document.getElementById(IRtoolsEn[num+1]).src = "http://www.mediobanca.it/images/"+IRtoolsEn[num+2];
	} else {
		document.getElementById('IRpanel').style.display = 'block';
		document.getElementById(IRtools[num]).style.display = 'block';
		document.getElementById(IRtools[num+1]).src = "http://www.mediobanca.it/images/"+IRtools[num+2];
	}
	document.getElementById('IRpanelRight').style.display = 'block';
	document.getElementById('IRpanelLeft').style.display = 'block';
	document.getElementById('IRpanelTop').style.display = 'block';
	document.getElementById('IRpanelBottom').style.display = 'block';
	numShow = IRnum;
}
function hideIRtools(lang) {
	var num = parseInt(numShow);
	num = num*4;
	if (lang == 'en') {
		document.getElementById('IRpanel').style.display = 'none';
		document.getElementById(IRtoolsEn[num]).style.display = 'none';
		document.getElementById(IRtoolsEn[num+1]).src = "http://www.mediobanca.it/images/"+IRtoolsEn[num+3];
	} else {
		document.getElementById('IRpanel').style.display = 'none';
		document.getElementById(IRtools[num]).style.display = 'none';
		document.getElementById(IRtools[num+1]).src = "http://www.mediobanca.it/images/"+IRtools[num+3];	
	}
	document.getElementById('IRpanelRight').style.display = 'none';
	document.getElementById('IRpanelLeft').style.display = 'none';
	document.getElementById('IRpanelTop').style.display = 'none';
	document.getElementById('IRpanelBottom').style.display = 'none';
}
function showIRtoolsOld(IRnum,lang) {
	var num = parseInt(IRnum);
	num = num*4;
	if (lang == 'en') {
		document.getElementById('IRpanel').style.display = 'block';
		document.getElementById(IRtoolsEn[num]).style.display = 'block';
		document.getElementById(IRtoolsEn[num+1]).src = "http://www.mediobanca.it/images/"+IRtoolsEn[num+2];
	} else {
		document.getElementById('IRpanel').style.display = 'block';
		document.getElementById(IRtools[num]).style.display = 'block';
		document.getElementById(IRtools[num+1]).src = "http://www.mediobanca.it/images/"+IRtools[num+2];
	}
	numShow = IRnum;
}
function hideIRtoolsOld(lang) {
	var num = parseInt(numShow);
	num = num*4;
	if (lang == 'en') {
		document.getElementById('IRpanel').style.display = 'none';
		document.getElementById(IRtoolsEn[num]).style.display = 'none';
		document.getElementById(IRtoolsEn[num+1]).src = "http://www.mediobanca.it/images/"+IRtoolsEn[num+3];
	} else {
		document.getElementById('IRpanel').style.display = 'none';
		document.getElementById(IRtools[num]).style.display = 'none';
		document.getElementById(IRtools[num+1]).src = "http://www.mediobanca.it/images/"+IRtools[num+3];	
	}
}
function showHoverIRtools(IRnum,lang) {
	var num = parseInt(IRnum);
	num = num*4;
	if (lang == 'en') {
		document.getElementById(IRtoolsEn[num+1]).src = "http://www.mediobanca.it/images/"+IRtoolsEn[num+2];
	} else {
		document.getElementById(IRtools[num+1]).src = "http://www.mediobanca.it/images/"+IRtools[num+2];
	}
	numShow = IRnum;
}
function hideHoverIRtools(lang) {
	var num = parseInt(numShow);
	num = num*4;
	if (lang == 'en') {
		document.getElementById(IRtoolsEn[num+1]).src = "http://www.mediobanca.it/images/"+IRtoolsEn[num+3];
	} else {
		document.getElementById(IRtools[num+1]).src = "http://www.mediobanca.it/images/"+IRtools[num+3];
	}
}
function toggleRisultati(element){
	node = element.nextSibling;
	new Effect.toggle(node, 'Blind', {duration:1});
}
function closeRisultati(){
	var first = true;
	var mydiv=document.getElementById("risultatiFinanziari");
	for (var i=0; i<mydiv.childNodes.length; i++){
		if (mydiv.childNodes[i].nodeName=="DIV") {
			if (first) { first = false; }
			else { mydiv.childNodes[i].style.display = 'none'; }
		}	
	}
}
function toggleAssemblea(element){
	node = element.nextSibling;
	while(node) {
		if(node.nodeName=="DIV") {
			new Effect.toggle(node, 'Blind', {duration:1});
			return false;			
		}
		node = node.nextSibling;
	}
}
function closeAssemblea(){
	var first = true;
	var mydiv=document.getElementById("assembleaAzionisti");
	for (var i=0; i<mydiv.childNodes.length; i++){
		if (mydiv.childNodes[i].nodeName=="DIV") {
			if (first) { first = false; }
			else { mydiv.childNodes[i].style.display = 'none'; }
		}	
	}
}