<!--

/*
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 ordene p&#229; plads<br />Pas p&#229;&#33; Ikke alle ord skal bruges.'
content[1]='<big><b><span class="header">Instructions</span></b></big>Complete the text.<br />Drag the words to the right place.<br />Be careful&#33; Not all words are needed.'
content[2]='<big><b><span class="header">Anweisungen</span></b></big>F&#252;lle den Text.<br />Setzte die W&#246;rter in ihren richtigen Platz ein.<br />Vorsicht&#33; Nicht alle W&#246;rter sollen verwendet werden.'
content[3]='<big><b><span class="header">Coloca las palabras</span></b></big>Arrastre las palabras hasta el lugar adecuado.<br />iAtenci&#243;n&#33; Hay algunos palabras de m&#225;s.'
content[4]='<big><b><span class="header">Istruzione</span></b></big>Completa il testo. <br />Trascina le parole a posto.<br />Prestare attenzione&#33; Non tutte le parole devono essere utilizzati.'
content[5]='<big><b><span class="header">Instruction</span></b></big>Compl&#232;te le texte. <br />Fais glisser les mots en place. <br />Attention&#33; Pas tous les mots doivent &#234;tre utilis&#233;s.'

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


//-->

