//MENU A COMPARSA CONCERTI & PROGETTI //ARRAY SCHEDE CONCERTI - DESTINAZIONE LINKS var schede = new Array(); var conc_ttl = new Array(); schede[0] = ""; conc_ttl[0] = "" schede[1] = "../index.html"; conc_ttl[1] = "" schede[2] = "../actv07.php"; conc_ttl[2] = "--ARCHIVIO ATTIVITÀ 2007--" schede[3] = "../arcetri/index.html"; conc_ttl[3] = "> Ascolta il cielo di notte!" schede[4] = "../costellazioni/index.html"; conc_ttl[4] = "> Costellazioni" schede[5] = "../stelle/index.html"; conc_ttl[5] = "> Mappa delle Stelle" schede[6] = "../actv06.php"; conc_ttl[6] = "--ARCHIVIO ATTIVITÀ 2006--" schede[7] = "../satie2006/index.html"; conc_ttl[7] = "> Valses nobles & semtimentales" schede[8] = "../acciaiolo2006/index.html"; conc_ttl[8] = "> Donne fatali, femmine folli" schede[9] = "../atelier2006/index.html"; conc_ttl[9] = "> atelier «VOCI nel CONTEMPORANEO»" schede[10] = "../calligrafia/index.html"; conc_ttl[10] = "> Calligrafia Sonora" schede[11] = "../flautofonie/index.html"; conc_ttl[11] = "> Flautofonie" schede[12] = "../piccolo_blu/index.html"; conc_ttl[12] = "> piccolo blu e piccolo giallo" schede[13] = "../suono_notte/index.html"; conc_ttl[13] = "> il Suono della Notte" schede[14] = "../actv05.php"; conc_ttl[14] = "--ARCHIVIO ATTIVITÀ 2005--" schede[15] = "../pitti2005/index.html"; conc_ttl[15] = "> Parole e Musica" schede[16] = "../metamorfosi/index.html"; conc_ttl[16] = "> Metamorfosi" schede[17] = "../actv04.php"; conc_ttl[17] = "--ARCHIVIO ATTIVITÀ 2004--" schede[18] = "../spaziosonoro/index.html"; conc_ttl[18] = "> SPAZIO SONORO ELASTIKO" schede[19] = "../parole_musica/index.html"; conc_ttl[19] = "> Parole e Musica" schede[20] = "../atelier/index.html"; conc_ttl[20] = "> Atelier «Immagine Sonora»" schede[21] = "../bianco_nero/index.html"; conc_ttl[21] = "> in bianco e nero" schede[22] = "../immagine_sonora/index.html"; conc_ttl[22] = "> Immagine Sonora" schede[23] = "../wings/index.html"; conc_ttl[23] = "> Wings" schede[24] = "../actv03.php"; conc_ttl[24] = "--ARCHIVIO ATTIVITÀ 2003--" schede[25] = "../shigarami/index.html"; conc_ttl[25] = "> Shigarami" schede[26] = "../radio3/index.html"; conc_ttl[26] = "> Silvano Sylvano" schede[27] = "../actv02.php"; conc_ttl[27] = "--ARCHIVIO ATTIVITÀ 2002--" schede[28] = "../artsplan21/index.html"; conc_ttl[28] = "> ARTS PLAN 21" schede[29] = "../duke/index.html"; conc_ttl[29] = "> Profumi di Duke" schede[30] = "../sylb2002/index.html"; conc_ttl[30] = "> Incontro con Sylvano Bussotti" schede[31] = "../castelpulci/index.html"; conc_ttl[31] = "> Le stelle sono bottoni di madreperla..." schede[32] = "../opusflorentinum2002/index.html"; conc_ttl[32] = "> OPUS FLORENTINUM" schede[33] = "../actv01.php"; conc_ttl[33] = "--ARCHIVIO ATTIVITÀ 2001--" schede[34] = "../sette7nari/index.html"; conc_ttl[34] = "> Sette Settenari per Settant\'anni" schede[35] = "../circominore2001/index.html"; conc_ttl[35] = "> Circo minore" schede[36] = "../rappresentazione_vita/index.html"; conc_ttl[36] = "> Rappresentazione della vita" schede[37] = "../lupi/index.html"; conc_ttl[37] = "> Ricordo di Roberto Lupi" schede[38] = "../actv00.php"; conc_ttl[38] = "--ARCHIVIO ATTIVITÀ 2000--" schede[39] = "../america/index.html"; conc_ttl[39] = "> Miniature d\'America" schede[40] = "../ssc1/index.html"; conc_ttl[40] = "> Spazio Sonoro Contemporaneo" schede[41] = "../opusflorentinum2000/index.html"; conc_ttl[41] = "> OPUS FLORENTINUM \"Fiore Nostro..." schede[42] = "../progetti.php"; conc_ttl[42] = "--PROGETTI FUTURI--" schede[43] = "../harawi/index.html"; conc_ttl[43] = "> Harawi" schede[44] = "../circominore/index.html"; conc_ttl[44] = "> PROGETTO «Circo minore»" schede[45] = "../clarinetwork/index.html"; conc_ttl[45] = "> ClariNETwork" schede[46] = "../dallapiccola/index.html"; conc_ttl[46] = "> PROGETTO Dallapiccola" //ARRAY NOTINE notine=new Array(11); notine[0]="croma"; notine[1]="semicroma"; notine[2]="duina"; notine[3]="terzina"; notine[4]="croce"; notine[5]="arm"; notine[6]="p4"; notine[7]="p8"; notine[8]="diesis"; notine[9]="bequadro"; notine[10]="bemolle"; //ARRAY COLORE colori = new Array(4); colori[0] = ""; colori[1] = "_r"; colori[2] = "_g"; colori[3] = "_b"; //MODIFICA MENU A COMPARSA - NAVIGAZIONE CONCERTI function actv_opt() { f = document.forms['actv_form'].elements['actv_title']; for (i=2;i2) && (conc_ttl[i].slice(0,2)=="--")) { opt = new Option("",0,0,0); f.appendChild(opt); } opt = new Option(conc_ttl[i],i,0,0); f.appendChild(opt); } //DEFINIZIONE NOTINA 1 var num1=Math.floor(Math.random() * 11); notina1=notine[num1]; //DEFINIZIONE NOTINA 2 var num2; do { num2=Math.floor(Math.random() * 11); } while (num2==num1); notina2=notine[num2]; //DEFINIZIONE COLORE var num3=Math.floor(Math.random() * 4); colore=colori[num3]; document.images['nav_img1'].src = dir_img + "/lista/" + notina1 + colore + ".gif"; document.images['nav_img2'].src = dir_img + "/lista/" + notina2 + colore + ".gif"; } //FUNZIONE NAVIGAZIONE function nav_actv() { f = document.forms['actv_form'].elements['actv_title']; n = f.options[f.selectedIndex].value; n = parseInt(n); if (n) window.location.replace(schede[n]); }