top.reg_left_frame=1349;
  // Instellingen voor het menu 
  var oncolor = "GOLD"
  var offcolor = "FFFF80"
  // click  
  function go(url){
    top.contentframe.location.href = url + "&window=contentframe";
    document.location.href = url + "&window=leftframe";
  }
