// LINK JAVASCRIPT DA FLASH =============================================================
function apripagina(quale){
	switch(quale) { 
		 case "chisiamo_00": document.location.href="about_group.php"; 							break;
		 case "chisiamo_01": document.location.href = "about_profile.php"; 						break;
		 case "chisiamo_02": document.location.href="about_history.php"; 						break;
		 // case "chisiamo_03":document.location.href="chisiamo_struttura.php"; 				break;
		 case "chisiamo_04": document.location.href="about_corporate.php"; 						break;
		 case "datifinanziari_01":document.location.href="financials.php";  					break;
		 case "datifinanziari_02":document.location.href="financials_other.php";	 			break;
		 case "etica_01":document.location.href="socialresp_values.php";		  				break;
		 case "etica_02":document.location.href="socialresp_art.php";		  					break;
		 case "etica_03":document.location.href="socialresp_foundation.php";		  			break;
		 case "etica_04":document.location.href="socialresp_contacts.php";		 				break;
		 case "interna_01":document.location.href="content_production.php";		  				break;
		 case "interna_02":document.location.href="broadcasting.php";		  					break;
		 case "interna_03":document.location.href="distribution.php";		  					break;
		 case "salastampa_01":document.location.href="press_releases.php";			  			break;
		 case "salastampa_02":document.location.href="press_review.php";		  				break;
		 case "salastampa_03":document.location.href="press_events.php";		  				break;
		 case "salastampa_04":document.location.href="press_gallery.php";		  				break;
		 case "salastampa_05":document.location.href="press_contacts.php";		  				break;
		 case "dea_communications":document.location.href="communications.php";	  				break;
		 case "dea_editore":document.location.href="dea_editore.php";		  					break;
		 case "lottomatica":document.location.href="lottomatica.php";		  					break;
		 case "dea_capital":document.location.href="dea_capital.php";		  					break;
		 case "home": document.location.href="index.php";		 								break;
		 case "contentprod": document.location.href="content_production.php";					break;
 		 case "broadcast": document.location.href="broadcasting.php";							break;
		 case "distribuzione": document.location.href="distribution.php";						break;
		 case "editore_profilo": document.location.href="dea_editore.php";						break;
		 // case "editore_contatti": document.location.href="dea_editore_contatti.php";			break;
		 // case "editore_inrete": document.location.href="dea_editore_inrete.php";				break;
		 case "lottomatica_profilo": document.location.href="lottomatica.php";					break;
		 // case "lottomatica_contatti": document.location.href="lottomatica_contatti.php";		break;
		 // case "lottomatica_inrete": document.location.href="lottomatica_inrete.php";			break;
		 case "communication_profilo": document.location.href="communications.php";				break;
		 case "communication_contatti": document.location.href="communications_contatti.php";	break;
		 case "communication_inrete": document.location.href="communications_inrete.php";		break;
		 case "capital_profilo": document.location.href="dea_capital.php";						break;
		 // case "capital_contatti": document.location.href="dea_capital_contatti.php";			break;
		 // case "capital_inrete": document.location.href="dea_capital_inrete.php";				break;
	}	
}
