// Newsky Group (c) 2007 - Tutti i diritti riservati
// Ultima revisione: 24/10/2006

imgs = new Array()
b = "_/icone/"
m = "musica/"
p = "poesia/"
u = "umorismo/"
t = "trash/"
d = "deathclock/"
s = "sito/"
j = "Sezione "
k = "Sottosezione "
imgs[0] = [ b+"musica", "musica", j+"Musica e dintorni" ]
imgs[1] = [ b+"cantanti", m+"biografie", k+"Biografie di cantanti e gruppi" ]
imgs[2] = [ b+"canzoni", m+"citazioni", k+"Citazioni musicali" ]
imgs[3] = [ b+"1song4you", m+"1song4you", k+"1song4you" ]
imgs[4] = [ b+"poesia", "poesia", j+"Poesia e dintorni" ]
imgs[5] = [ b+"poesie", p+"autori", k+"Poesie per autore" ]
imgs[6] = [ b+"poesie", p+"titoli", k+"Poesie per titolo" ]
imgs[7] = [ b+"poeti", p+"biografie", k+"Biografie di poeti" ]
imgs[8] = [ b+"citazioni", p+"citazioni", k+"Citazioni e aforismi" ]
imgs[9] = [ b+"vostre", p+"vostre", k+"Le vostre poesie" ]
imgs[10] = [ b+"umorismo", "umorismo", j+"Umorismo e dintorni" ]
imgs[11] = [ b+"cazzate", u+"cazzate", k+"Cazzate varie" ]
imgs[12] = [ b+"barzellette", u+"barzellette", k+"Barzellette" ]
imgs[13] = [ b+"sessi", u+"sessi", k+"Uomini e donne" ]
imgs[14] = [ b+"dubbi", u+"dubbi", k+"Dubbi sul sesso" ]
imgs[15] = [ b+"affinita", u+"affinita", k+"Affinitą di coppia" ]
imgs[16] = [ b+"leggende", u+"leggende", k+"Leggende metropolitane" ]
imgs[17] = [ b+"indovinelli", u+"indovinelli", k+"Indovinelli" ]
imgs[18] = [ b+"trash", "trash", j+"Top of the trash" ]
imgs[19] = [ b+"presentazioni", t+"presentazioni", k+"Presentazioni PowerPoint" ]
imgs[20] = [ b+"ppssexy", t+"ppssexy", k+"Presentazioni sexy" ]
imgs[21] = [ b+"immagini", t+"immagini", k+"Immagini varie" ]
imgs[22] = [ b+"fotosexy", t+"fotosexy", k+"Foto sexy" ]
imgs[23] = [ b+"sbronzometro", t+"sbronzometro", k+"Sbronzometro" ]
imgs[24] = [ b+"motori", t+"motori", k+"Motori di perdizione" ]
imgs[25] = [ b+"deathclock", "deathclock", j+"Deathclock" ]
imgs[26] = [ b+"introduzione", d+"introduzione", k+"Introduzione e istruzioni" ]
imgs[27] = [ b+"studentclock", d+"studentclock", k+"Studentclock" ]
imgs[28] = [ b+"socialclock", d+"socialclock", k+"Socialclock" ]
imgs[29] = [ b+"dc", d+"deathclock", k+"Deathclock" ]
imgs[30] = [ b+"destinyclock", d+"destinyclock", k+"Destinyclock" ]
imgs[31] = [ b+"volonta", d+"volonta", k+"Ultime volontą" ]
imgs[32] = [ b+"sito", "sito", j+"Note sul sito" ]
imgs[33] = [ b+"note", s+"note", k+"Note legali e tecniche" ]
imgs[34] = [ b+"scrivici", s+"scrivici", k+"Scrivici e collabora con noi!" ]
imgs[35] = [ b+"forum", "http://forum.newsky.it/index.php", j+"Forum di Newsky.it" ]
x = tm = tp = tu = tt = td = ts = tf = 0

function switchIcon(area, img)
{
if ( !IE ) return
x = setTimeout("switchNow('"+area+"', "+img+");x=0",250)
}

function switchNow(area, img)
{
if ( area == "aream" ) { clearTimeout(tm) }
if ( area == "areap" ) { clearTimeout(tp) }
if ( area == "areau" ) { clearTimeout(tu) }
if ( area == "areat" ) { clearTimeout(tt) }
if ( area == "aread" ) { clearTimeout(td) }
if ( area == "areas" ) { clearTimeout(ts) }
if ( area == "areaf" ) { clearTimeout(tf) }
if ( document.getElementById && ( imgobj = document.getElementById(area) ).filters && window.createPopup )
{
imgobj.style.filter = "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.15)"
imgobj.filters[0].Apply()
imgobj.innerHTML = '<a href="'+imgs[img][1]+(area=="areaf"?'':'/index.htm')+'" title="'+imgs[img][2]+'"><img src="'+imgs[img][0]+'.jpg" width="100" height="150" style="margin-top: 0px"></a>'
imgobj.filters[0].Play()
}
return false
}

function resetIcon(area)
{
if ( !IE ) return
clearTimeout(x)
if ( x == 0 )
{
if ( area == "aream" ) { tm = setTimeout("switchIcon('aream',0)",4750) }
if ( area == "areap" ) { tp = setTimeout("switchIcon('areap',5)",4750) }
if ( area == "areau" ) { tu = setTimeout("switchIcon('areau',11)",4750) }
if ( area == "areat" ) { tt = setTimeout("switchIcon('areat',19)",4750) }
if ( area == "aread" ) { td = setTimeout("switchIcon('aread',26)",4750) }
if ( area == "areas" ) { ts = setTimeout("switchIcon('areas',33)",4750) }
if ( area == "areaf" ) { tf = setTimeout("switchIcon('areaf',36)",4750) }
}
}

function preload()
{
if ( !IE ) return
obj = document.getElementById("preload")
obj.innerHTML = '<img src="_/icone/canzoni.jpg" width="1" height="1"><img src="_/icone/cantanti.jpg" width="1" height="1"><img src="_/icone/1song4you.jpg" width="1" height="1">'
obj.innerHTML += '<img src="_/icone/poesie.jpg" width="1" height="1"><img src="_/icone/poeti.jpg" width="1" height="1"><img src="_/icone/citazioni.jpg" width="1" height="1"><img src="_/icone/vostre.jpg" width="1" height="1">'
obj.innerHTML += '<img src="_/icone/cazzate.jpg" width="1" height="1"><img src="_/icone/barzellette.jpg" width="1" height="1"><img src="_/icone/sessi.jpg" width="1" height="1"><img src="_/icone/dubbi.jpg" width="1" height="1"><img src="_/icone/affinita.jpg" width="1" height="1"><img src="_/icone/leggende.jpg" width="1" height="1"><img src="_/icone/indovinelli.jpg" width="1" height="1">'
obj.innerHTML += '<img src="_/icone/presentazioni.jpg" width="1" height="1"><img src="_/icone/immagini.jpg" width="1" height="1"><img src="_/icone/sbronzometro.jpg" width="1" height="1"><img src="_/icone/motori.jpg" width="1" height="1">'
obj.innerHTML += '<img src="_/icone/introduzione.jpg" width="1" height="1"><img src="_/icone/socialclock.jpg" width="1" height="1"><img src="_/icone/dc.jpg" width="1" height="1"><img src="_/icone/destinyclock.jpg" width="1" height="1"><img src="_/icone/volonta.jpg" width="1" height="1">'
obj.innerHTML += '<img src="_/icone/note.jpg" width="1" height="1"><img src="_/icone/scrivici.jpg" width="1" height="1"><img src="_/icone/forum.jpg" width="1" height="1">'
}