function surfer()
{
   window.open("surfer.htm", "surfer", "width=280, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");
}


function surfer0166()
{
   window.open("0166surfer.htm", "surfer", "width=280, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");

   window.open("0166hinweis.htm", "hinweiszpoalt", "width=480, height=180, resizable=no, menubar=no, status=no, dependent=no, hotkeys=yes");
}


function surferk()
{
   window.open("surferk.htm", "surfer", "width=280, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");
}


function surferzivilprozessreformgesetz()
{
   window.open("surferzivilprozessreformgesetz.htm", "surfer", "width=280, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");
}


function surferzustellungsreformgesetz()
{
   window.open("surferzustellungsreformgesetz.htm", "surfer", "width=280, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");
}


function surferjustizmodernisierungsgesetz()
{
   window.open("surferjustizmodernisierungsgesetz.htm", "surfer", "width=280, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");
}


function surferanlage()
{
   window.open("surferanlage.htm", "surfer", "width=280, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");
}


function name()
{
   alert('\r Zivilprozessordnung \r\r vom 30.01.1877 \r\r (Stand: 02.01.04) \r');
}


function name0166alt()
{
   alert('\r Zivilprozessordnung \r vom 30.01.1877 \r\r §§ 166 ff (Verfahren bei Zustellungen) \r in der Fassung bis zum 30.06.02 \r');
}


function egzpo()
{
      alert('\r EGZPO = Einführungsgesetz \r zur Zivilprozessordnung \r');
}

function zpo()
{
      alert('\r ZPO = Zivilprozessordnung \r');
}



function surferbgbl()
{
   window.open("/gesetze/surferbgbl.htm", "surfer", "width=270, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");
}



function surferableg()
{
   window.open("/gesetze/surferableg.htm", "surfer", "width=270, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");
}


function surferextern()
{
   window.open("/surferextern.htm", "surfer", "width=270, height=150, resizable=yes, menubar=no, status=no, dependent=no, hotkeys=yes");
}



function binweg()
{
   var targetId, srcElement, targetElement;
   srcElement = window.event.srcElement;

   if (srcElement.className == "KLICK")
   {
      targetId = srcElement.id + "details";
      targetElement = document.all(targetId);

      if (targetElement.style.display == "none")
      {
         targetElement.style.display = "";
      }
      else
      {
         targetElement.style.display = "none";
      }     
   }
}

document.onclick = binweg;
