<!--

/*
Textual Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[1]='AOSTA'
content[2]='VERBANIA'
content[3]='NOVARA'
content[4]='BIELLA'
content[5]='VERCELLI'
content[6]='TORINO'
content[7]='ASTI'
content[8]='ALESSANDRIA'
content[9]='CUNEO'
content[10]='SONDRIO'
content[11]='LECCO'
content[12]='VARESE'
content[13]='COMO'
content[14]='BERGAMO'
content[15]='BRESCIA'
content[16]='MILANO'
content[17]='PAVIA'
content[18]='LODI'
content[19]='CREMONA'
content[20]='MANTOVA'
content[21]='BOLZANO'
content[22]='TRENTO'
content[23]='VERONA'
content[24]='VICENZA'
content[25]='ROVIGO'
content[26]='PADOVA'
content[27]='VENEZIA'
content[28]='TREVISO'
content[29]='BELLUNO'
content[30]='PORDENONE'
content[31]='UDINE'
content[32]='GORIZIA'
content[33]='TRIESTE'
content[34]='IMPERIA'
content[35]='SAVONA'
content[36]='GENOVA'
content[37]='LA SPEZIA'
content[38]='PIACENZA'
content[39]='PARMA'
content[40]='REGGIO EMILIA'
content[41]='MODENA'
content[42]='BOLOGNA'
content[43]='FERRARA'
content[44]='RAVENNA'
content[45]='FORLI\''
content[46]='RIMINI'
content[47]='MASSA CARRARA'
content[48]='LUCCA'
content[49]='PISTOIA'
content[50]='PRATO'
content[51]='PISA'
content[52]='LIVORNO'
content[53]='FIRENZE'
content[54]='AREZZO'
content[55]='SIENA'
content[56]='GROSSETO'
content[57]='PESARO URBINO'
content[58]='ANCONA'
content[59]='MACERATA'
content[60]='ASCOLI PICENO'
content[61]='PERUGIA'
content[62]='TERNI'
content[63]='VITERBO'
content[64]='RIETI'
content[65]='ROMA'
content[66]='LATINA'
content[67]='FROSINONE'
content[68]='SASSARI'
content[69]='NUORO'
content[70]='ORISTANO'
content[71]='CAGLIARI'
content[72]='TERAMO'
content[73]='L\'AQUILA'
content[74]='PESCARA'
content[75]='CHIETI'
content[76]='ISERNIA'
content[77]='CAMPOBASSO'
content[78]='NAPOLI'
content[79]='CASERTA'
content[80]='BENEVENTO'
content[81]='AVELLINO'
content[82]='SALERNO'
content[83]='FOGGIA'
content[84]='BARI'
content[85]='BRINDISI'
content[86]='TARANTO'
content[87]='LECCE'
content[88]='POTENZA'
content[89]='MATERA'
content[90]='COSENZA'
content[91]='CROTONE'
content[92]='CATANZARO'
content[93]='VIBO VALENTIA'
content[94]='REGGIO CALABRIA'
content[95]='MESSINA'
content[96]='CATANIA'
content[97]='SIRACUSA'
content[98]='RAGUSA'
content[99]='ENNA'
content[100]='CALTANISSETTA'
content[101]='AGRIGENTO'
content[102]='PALERMO'
content[103]='TRAPANI'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<small>'+whichcontent+'</small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<small>'+whichcontent+'</small>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//-->

