function janee(bericht, url) 
				{ 
    		if(confirm(bericht)) location.href = url;
				//else location.href = this;
				}

  // Code voor de "mistige overlay" over de foto's
  // For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
function makevisible(cur,which){
  strength=(which==0)? 1 : 0.5
  
  if (cur.style.MozOpacity)
  cur.style.MozOpacity=strength
  else if (cur.filters)
  cur.filters.alpha.opacity=strength*100
  }
