/*
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[0]='&nbsp;<b>Studio Ergon di Tina Cei:</b><br>&nbsp;Psicologia del lavoro e delle organizzazioni'
content[1]='&nbsp;<b>Lo Studio:</b><br>&nbsp;il profilo di Tina Cei, i collaboratori'
content[2]='&nbsp;<b>Selezione del Personale:</b><br>&nbsp;come trovare la "persona giusta"'
content[3]='&nbsp;<b>Formazione delle Risorse Umane:</b><br>&nbsp;corsi di aggiornamento e specializzazione'
content[4]='&nbsp;<b>Costruzione Sistemi di qualitą:</b><br>&nbsp;certificazioni ISO 9000 e ISO 14000'
content[5]='&nbsp;<b>Offerte di Lavoro "last minute":</b><br>&nbsp;le nostre proposte del momento'
content[6]='&nbsp;<b>Contatti:</b><br>&nbsp;dove trovarci, tutti i nostri recapiti'
content[7]='&nbsp;<b>Invio dei Curricula:</b><br>&nbsp;un semplice form da compilare on-line'
content[8]='&nbsp;<b>Presentazione di Studio Ergon:</b><br>&nbsp;mission, relazioni, collaborazioni, attivitą'

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='<font class=testoblu>'+whichcontent+'</font>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font class=testoblu>'+whichcontent+'</font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


/*
Gradual-Highlight Image Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=50
}



function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if (window.highlighting)
clearInterval(highlighting)
}


// popup per link rampazzo.org

function popup(popupdocument)
{
popup = window.open(popupdocument, 'popup', 'width=160,height=105,scrollbars=no,toolbar=no,resizable=no,menubar=no, top=150, left=80')
}
