
//  Minifenster TOP aufbau

  function minifenster_top_aufbau()
  { var top = '';
    top += '<span style="color:rgb(240,240,240); font-size:12px; font-weight:bold; border-bottom:1px solid rgb(140,140,140);">';
          top += title_text;
    top += '</span>';
    // aufbau
    document.getElementById('minifenster_headtext').innerHTML = top;
  }

  function update_info ()
  { if (document.all)
      window.open("../global/mf_update_info.htm","updateinfo","width=580,height=350,scrollbars=yes,resizable=yes");
    else
      window.open("../global/mf_update_info.htm","updateinfo","outerwidth=580,outerHeight=392,scrollbars=yes,resizable=yes"); //Beim moz  +42 Pixel
  }
