<!--

/*
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[1]='<h1> Maar er is nog niks te zien daar !!</h1><P>Dat klopt, maar toch al meer dan vorig jaar !! En als je kijkt door onze ogen, dan raak je echt wel opgetogen. Ga gerust met ons mee op reis, en volg de groei van dit paradijs. Via de site of kom gewoon kijken en laat de natuur je weer bereiken.</P>'

content[2]=''



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>'+whichcontent+'<font>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font>'+whichcontent+'</font>')
document.d1.document.d2.document.close()
}

}


function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//-->

