<!--

/*
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]='<big><b><span class="header">Instruktion</span></b></big>Tr&#230;k musen hen over billederne og de understregede ord og udtryk. S&#229; f&#229;r du en forklaring.'
content[1]='<big><b><span class="header">Instructions</span></b></big>Drag the mouse over the underlined words for an explanation.'
content[2]='<big><b><span class="header">Anweisungen</span></b></big>Bewege den Mauszeiger &#252;ber die unterstrichenen W&#246;rter und Bilder f&#252;r eine Erkl&#228;rung.'
content[3]='<big><b><span class="header">Comprensi&#243;n de lectura</span></b></big>Pasa el rat&#243;n por encima de las im&#225;genes y las palabras subrayadas y podr&#225;s leer la explicaci&#243;n.'
content[4]='<big><b><span class="header">Istruzione</span></b></big>Trascina il mouse sulle parole sottolineate e immagini per una spiegazione.'
content[5]='<big><b><span class="header">Instruction</span></b></big>Pour obtenir une explication fais glisser la souris sur les mots soulign&#233;s et les images.'

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 face="Verdana"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//-->

