  var submenu=new Array()
  submenu[0]='<h2>&nbsp;</h2>';
  submenu[1]='<h2>&nbsp;</h2>';
  submenu[2]='<h2 style="margin-left:190px;"><a href="recent_jewelry.asp"<% if filename = "recent_jewelry.asp" Then %> class="orange"<% End If %>>sieraden</a> | <a href="recent_fotos.asp"&lt;% if filename = "recent_fotos.asp" Then %&gt; class="orange"&lt;% End If %&gt;><% if filename = "recent_fotos.asp" Then %> .<% End If %>foto’s</a></h2>';
  submenu[3]='<h2>&nbsp;</h2>';
  submenu[4]='<h2 style="margin-left:240px;"><a href="cv.asp#personal">persoonlijk</a> | <a href="cv.asp#galery">tentoonstellingen</a> | <a href="cv.asp#collections">collecties</a> | <a href="cv.asp#publications">publicaties</a></h2>';
  submenu[5]='<h2 style="margin-left:400px;"><a href="news.asp">nieuws</a> | <a href="store.asp">winkel</a> | <a href="lessons.asp">coaching</a></h2>';
  submenu[6]='<h2>&nbsp;</h2>';
  submenu[7]='<h2>&nbsp;</h2>';
  var delay_hide=5000000;

//no edit
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==-100)? "" : 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;
  }