<!-- linkpopup-script 1.52 by Jörg Dudzinski
function openpopup(thisURL) 
{
	window.open(thisURL, "neuesFenster",
	"toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,titlebar=yes");
}
//--->


<!-- definition statuszeile

Standard_Zeile = "";

function Statustext(Ziel,Kommentar)
{
  if(Ziel.protocol == "javascript:")
     self.status= Kommentar;
  else
     self.status= Ziel + ' - ' + Kommentar;
}
// -->
