 function del_rmen(){
   return false;
 }
 function del_stat(){
   window.status = ' ';
   return true;
 }
 function reset_stat(elm){
  del_stat();
  if (!elm) var elm = "body";

  for (var i=0;i<document.getElementsByTagName(elm).length;i++){
   var html_elm = document.getElementsByTagName(elm)[i];
   html_elm.onmouseover = del_stat;
   html_elm.onclick = del_stat;
   html_elm.onmousedown = del_stat;
   html_elm.onfocus = del_stat;
   html_elm.onmouseup = del_stat;
   html_elm.onbeforeactivate = del_stat;
   html_elm.onactivate = del_stat;
   html_elm.onafteractivate = del_stat;
   html_elm.onunload = del_stat;
   html_elm.onbeforeload = del_stat;
   html_elm.oncontextmenu = del_rmen;
  }
  i=0;
 }

 function printWin(wurl){
  var win = window.open(wurl,'Drucken','width=500,height=500,scrollbars=yes');
  win.focus();
  return true;
 }


 var ch2 = false;;
 var ext_id2;
 function show_inProgress(id,s,ty,typ){
   var abstandTop = 50;
   var abstandLeft = 300;
   if (id && id == 'show') ch2 = true;
   if (id && id == 'hide') {

     ext_id2 = false;
     ch2 = false;
     id = false;
   }
      if (id && !(ch2)) {
       overElm = document.getElementById("progress"+typ);
       ely = ty+abstandTop;

       overElm.style.top = ely;
       overElm.style.left = document.getElementById(id).offsetWidth+10+abstandLeft;
       ext_id2 = id;
       overElm.style.display='block';
      }
      else
      if (!s && !ch2 )  document.getElementById("progress"+typ).style.display='none';

 }

 function inProgress(id,s,y,typ){
  if(document.getElementById(id) && document.getElementById(id).style.display!='block' || id == 'hide') {
  //&& document.getElementById('m_'+id).style.display!='block'
     show_inProgress(id,'',y,typ);
  }
  else {
  //setTimeout("show_inProgress("+false+","+false+","+false+");",500);
  }
 }
function Coords()
 {
  alert("Stelle im Button: " + window.event.offsetX + "/" + window.event.offsetY);
 }

 document.write('<div id="progressweiter" style="position:absolute;left:0px;top:0px;display:none;z-index:4;width:132px;height:22px;background:#ffffff;text-align:center;cursor:hand;" onMouseOver="this.style.background=\'#efefef\';" onMouseOut="this.style.background=\'#FFFFFF\';"><div class="posrel" style="float:left;width:132px;height:22px;background:url(./i/menu/showmen.gif);" onmouseover="show_inProgress(\'show\',false,false)" onmouseout="inProgress(\'hide\',false,false);" onClick="show_extraMen(\'\',true,false);">&nbsp;</div></div>');