// LINK JAVASCRIPT DA FLASH =============================================================
function apripagina(quale){
	switch(quale) { 
		 case "chisiamo_00": document.location.href="chisiamo_ilgruppo.php"; 					break;
		 case "chisiamo_01": document.location.href = "chisiamo_profilo.php"; 					break;
		 case "chisiamo_02": document.location.href="chisiamo_storia.php"; 						break;
		 case "chisiamo_03":document.location.href="chisiamo_struttura.php"; 					break;
		 case "chisiamo_04": document.location.href="chisiamo_corporate.php"; 					break;
		 case "datifinanziari_01":document.location.href="datifinanziari_deaspa.php";  			break;
		 case "datifinanziari_02":document.location.href="datifinanziari_altresoc.php";	 		break;
		 case "etica_01":document.location.href="etica_valori.php";		  						break;
		 case "etica_02":document.location.href="etica_arte.php";		  						break;
		 case "etica_03":document.location.href="etica_fondazione.php";		  					break;
		 case "etica_04":document.location.href="etica_contatti.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="distribuzione.php";		  					break;
		 case "salastampa_01":document.location.href="stampa_comunicati.php";		  			break;
		 case "salastampa_02":document.location.href="stampa_rassegna.php";		  				break;
		 case "salastampa_03":document.location.href="stampa_eventi.php";		  				break;
		 case "salastampa_04":document.location.href="stampa_galleria.php";		  				break;
		 case "salastampa_05":document.location.href="stampa_contatti.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="distribuzione.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;
	}	
}
