function showBalloon(id) {
    e = document.getElementById('balloon_' + id);
    e.style.display = 'block';
}

function hideBalloon(id) {
    e = document.getElementById('balloon_' + id);
    e.style.display = 'none';
}

function MM_preloadImages() { //v2.0
  if (document.images) {
    var imgFiles = MM_preloadImages.arguments;
    if (document.preloadArray==null) document.preloadArray = new Array();
    var i = document.preloadArray.length;
    with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
      preloadArray[i] = new Image;
      preloadArray[i++].src = imgFiles[j];
  } }
}

function MM_swapImgRestore() { //v2.0
  if (document.MM_swapImgData != null)
    for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
      document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
}

function MM_swapImage() { //v2.0
  var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
    objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
    if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
        (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
      objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
    obj = eval(objStr);
    if (obj != null) {
      swapArray[j++] = obj;
      swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
      obj.src = MM_swapImage.arguments[i+2];
  } }
  document.MM_swapImgData = swapArray; //used for restore
}


	highlight_wil = new Image (111,83);
	highlight_wil.src = "/images/wilmo.jpg";

	highlight_martin = new Image (111,83);
	highlight_martin.src = "/images/martinmo.jpg";

	highlight_hans = new Image (111,83);
	highlight_hans.src = "/images/hansmo.jpg";
	
	highlight_henk = new Image (111,83);
	highlight_henk.src = "/images/henkmo.jpg";
	
	highlight_frank= new Image (111,83);
	highlight_frank.src = "/images/frankmo.jpg";
	
	highlight_ernst = new Image (111,83);
	highlight_ernst.src = "/images/ernstmo.jpg";
	
	highlight_gert = new Image (111,83);
	highlight_gert.src = "/images/gertmo.jpg";
	
	highlight_joelle = new Image (111,83);
	highlight_joelle.src = "/images/joellemo.jpg";
	
	highlight_astrid = new Image (111,83);
	highlight_astrid.src = "/images/astridmo.jpg";
	
	highlight_marysa = new Image (111,83);
	highlight_marysa.src = "/images/marysamo.jpg";


