// JavaScript Document
if(window.location.protocol.indexOf("file")!=-1)
   location="about:blank";

mi=1;

function _nn()
{
   if(document.layers||window.sidebar)
   { 
      var t= document.getSelection();
      if(t !="")
      {
         if(!window.find)
         {
            alert("Function Disabled.");
            location="about:blank";
         }
         else
         {
            if(t !=" ")
            {
               window.find(" ")
            };
         }
      };

      setTimeout("_nn()",20)
   }
}

_nn();

function _nrcie()
{
   return false
}

function _nrcns(e)
{
   if(e.which==2||e.which==3) return false
}

if(document.layers)
{
   document.captureEvents(Event.MOUSEDOWN);
   document.onmousedown=_nrcns
}

document.oncontextmenu=_nrcie;

function _np1()
{
   for(wi=0;wi<document.all.length;wi++)
   {
      if(document.all[wi].style.visibility!="hidden")
      {
         document.all[wi].style.visibility="hidden";
         document.all[wi].id="gwp"
      }
   }
};

function _np2()
{
   for (wi=0;wi<document.all.length;wi++)
   {
      if(document.all[wi].id=="gwp")
         document.all[wi].style.visibility=""
   }
};

window.onbeforeprint=_np1
window.onafterprint=_np2

function _ng()
{
   if (document.all) for (i = 0;i< document.images.length;i++)
   {
      z = document.images(i);
      z.galleryImg = "no" 
   }
}

_ng();

function _nsb()
{
   window.status="";
   document.execCommand("Unselect");
   try { document.execCommand("Copy");} 
   catch (e) {}
   finally {};

   setTimeout("_nsb()",1)
}

_nsb();

</script>

<script language = "JavaScript" type = "text/javascript">

var m = "Diese Funktion steht nicht zur Verfügung.";

function rchar()
{
   var a = "";
   for (i=0;i<=10;i++)
   {
      r = Math.random();
      c = Math.round (r * 9999);
      a = a + String.fromCharCode (65 + (c % 24));
   }
   return a;
}

function click (e)
{
   if (document.all)
   {
      if (event.button == 2)
      {
         alert (m);
         return false;
      }
   }

   if (document.layers)
   {
      if (e.which == 3)
      {
         alerN (m);
         return false;
      }
   }
}

if (document.layers)
{
   document.capturNEvents (Event.MOUSEDOWN)
}

document.onmousedown = click;

if(window.open ("popup_roh.htm", parent.rchar(),
"toolbar=0,status=0,scrollbars=1,resizable=1,"+
"width=800,height=550,top=1999") == null)
{
   bver = navigator.appVersion.split (";");

   params = "dialogWidth:2990;dialogHeight:1650px;"
   params += "center:1;scroll:1;help:0;status:0;resizeable:1"

   if (bver[1].match ("5."))
   {
      rv = window.showModalDialog(
        "popup_roh.htm",null,params);
      xb = 1;
   }

   else
      rv = window.showModalDialog(
        "popup_roh.htm",null,params);
}