<!--

/*
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>Forfatteren har v&#230;ret sjusket og lavet fejl.<br />Tallet i parentes viser antallet af ord med fejl i hver s&#230;tning. <font color="#FFCC00">(2)</font><br />Klik p&#229; teksten og ret fejlene.'
content[1]='<big><b><span class="header">Instructions</span></b></big>The author has been sloppy and made mistakes.<br />The number in brackets indicates how many mistakes there are in each paragraph. <font color="#FFCC00">(2)</font><br />Click on the mistakes to correct them.'
content[2]='<big><b><span class="header">Anweisungen</span></b></big>Der Autor ist schlampig gewesen und hat Fehler gemacht.<br />Die in Klammern angegebene Zahl gibt an, wie viele Fehler es gibt in den einzelnen Absatz. <font color="#FFCC00">(2)</font><br />Klicke auf die Fehler, um sie zu korrigieren.'
content[3]='<big><b><span class="header">Corrige los fallos</span></b></big>El autor ha sido un poco descuidado y ha cometido algunos fallos.<br />Los n&#250;meros entre par&#233;ntesis indican la cantidad de palabras incorrectas que hay en cada frase. <font color="#FFCC00">(2)</font><br />Pincha el texto con el rat&#243;n y corrige los fallos.'
content[4]='<big><b><span class="header">Istruzione</span></b></big>L&#39;autore &#232; stato sciatto e a commesso degli errori.<br />Il numero tra parentesi indica il numero di errori in ogni punto. <font color="#FFCC00">(2)</font><br />Fai clic sugli errori per correggergli.'
content[5]='<big><b><span class="header">Instruction</span></b></big>L&#39;auteur a &#233;t&#233; b&#226;cl&#233; et a fait des erreurs.<br />Le nombre entre parenth&#232;ses indique le nombre d&#39;erreurs dans chaque paragraphe. <font color="#FFCC00">(2)</font><br />Clique sur les erreurs pour les corriger.'

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


//-->

