<!--

/*
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

Modified to change image mouseover on text link
by Coen Zondervan
*/


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]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_lillehammer.jpg">'
content[1]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_hafjell.jpg">'
content[2]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_nordseter.jpg">'
content[3]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_sjusjoen.jpg">'
content[4]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_trysil.jpg">'
content[5]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_skeikampen.jpg">'
content[8]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_espedalen.jpg">'
content[9]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_masaplassen.jpg">'
content[10]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_venabygd.jpg">'
content[11]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_rondane.jpg">'
content[12]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_hovringen.jpg">'
content[14]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_fefor.jpg">'
content[15]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_gala.jpg">'
content[16]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_beitostolen.jpg">'
content[17]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_hemsedal.jpg">'
content[18]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_jotunheimen.jpg">'
content[19]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_hindsaeter.jpg">'
content[20]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_kamben.jpg">'
content[21]='<img src="../../pics/norway_winter/maps/maps_index/bestemmingen_nw_index_geilo.jpg">'
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changeimage(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


//-->
