Or this:
Code:
<ilayer width=98% height=20 name="dep1">
<layer name="dep2" width=98% height=20>
</layer>
</ilayer>
<div id="describe" style="background:'green.gif';width:130px;height:20px" onMouseover="clear_delayhide()" onMouseout="resetit(event)"></div>
<script language="JavaScript1.2">
var submenu=new Array()
submenu[0]='kunstlinks'
submenu[1]='artistieke data'
submenu[2]='gastenboek'
submenu[3]='partners'
submenu[4]='exposities'
submenu[5]='advertising'
var delay_hide=10
var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""
function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}
function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(-1)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(-1)",delay_hide)
}
function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}
function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
</script>
<a href="links.html" onMouseover="showit(0)" target="content"><img src="Blinks.gif" height="25" width="50" style="border:1 solid #000000" ></a>
<a href="currartNL.html" onMouseover="showit(1)" target="content"><img src="SCA29.gif" height="25" width="50" style="border:1 solid #000000" ></a>
<a href="guestbook.html" onMouseover="showit(2)" target="_blank"><img src="Bbekijken.gif" height="25" width="50" style="border:1 solid #000000" ></a>
<a href="partner.html" onMouseover="showit(3)" target="content"><img src="SPplenso.gif" height="25" width="50" style="border:1 solid #000000" ></a>
<a href="expoNL.html" onMouseover="showit(4)" target="content"><img src="Bexpo.gif" height="25" width="50" style="border:1 solid #000000" ></a>
<a href="sponsorNL.html" onMouseover="showit(5)" target="content"><img src="Bnieuws.gif" height="25" width="50" style="border:1 solid #000000"></a>
Where you change this:
Code:
submenu[0]='<img src="">'
Bookmarks