function min_max_in() {
         if(navigator.appName=="Microsoft Internet Explorer"){
         var oben=document.body.scrollTop;
         var links=document.body.scrollLeft;
             }else{
             var oben=window.pageYOffset;
             var links=window.pageXOffset;
         }
         rp = eval(document.getElementById("nav_botton"));
         rp.style.top = oben +3;
         rp.style.left = links +3;
         rp.style.visibility = "visible";
         return}

function min_max_out() {
document.getElementById("nav_botton").style.visibility = "hidden";return}

function min_scr() {
parent.resizeTo(50,50);parent.moveTo(screen.width-100,0);parent.blur();return}

function max_scr() {
parent.resizeTo(screen.availWidth,screen.availHeight);parent.moveTo(0,0);parent.focus();return}


//aus ticker

function vollstart(pfad,ziel,kl) {
if(isNaN(kl) == true){var kl=20;}
CD_LFV=window.open(pfad,ziel,"menubar=no,scrollbars=yes,resizable=yes");
var breite=screen.availWidth-kl;
var hoehe=screen.availHeight-kl;
//alert('kleiner  '+ kl +'  höhe  ' + hoehe);
//if(isNaN(hoehe) == true){var hoehe=screen.availHeight;} width=100,height=100,
//alert('kleiner  '+ kl +'  höhe  ' + hoehe);
CD_LFV.focus();
CD_LFV.resizeTo(breite,hoehe);
//CD_LFV.resizeBy(kl*-1,kl*-1);
CD_LFV.moveTo(0+kl,0+kl);



return      }


function scr_min() {

parent.resizeTo(50,50);
parent.moveTo(screen.width-100,0);
parent.blur();
return
}
function scr_max() {
var breite=screen.availWidth;
var hoehe=screen.availHeight;
parent.resizeTo(breite,hoehe);
parent.moveTo(0,0);
parent.focus();
return
}

function ausan() {
Achtung_LFV=window.open("about:blank" ,"geaenderte_Zugangskennung","width=400,height=250");
Achtung_LFV.moveTo(10,10);
Achtung_LFV.focus();
Achtung_LFV.window.document.open("text/html","replace");
Achtung_LFV.window.document.writeln('<body text="#000000" bgcolor="#FFFFBB" style="font-family: Arial; font-size: 12pt;">');
Achtung_LFV.window.document.writeln('<a href="javascript:parent.close();"><font size="-2" color="#0000FF">EXIT</font></a>');
Achtung_LFV.window.document.writeln('<br>');
Achtung_LFV.window.document.writeln('<div align="center">');
Achtung_LFV.window.document.writeln('<h1>Achtung</h1>es kann vorkommen das einige der vergebenen Kennungen nicht funktionieren<br>');
Achtung_LFV.window.document.writeln('dann bitte eine Mail mit Name, Funktion und Kennung (nicht Passwort!!!); an<br>');
Achtung_LFV.window.document.writeln('<a href="mailto:oloetzsch@grosschadenslage.info" style="color: #FF0000;">Webmaster</a></div>');
Achtung_LFV.window.document.writeln('<p align="right" style=" font-family: Arial; font-size: 7pt;color: #FF8040;">');
Achtung_LFV.window.document.writeln('Aktualisiert am 31.08.2004');
Achtung_LFV.window.document.writeln('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;');
Achtung_LFV.window.document.writeln('Diese Seite wurde durch <a href="mailto:oloetzsch@grosschadenslage.info" style="color: #FF8040;">Olaf Lötzsch</a> gestaltet</p>');
Achtung_LFV.window.document.writeln('</body>');
Achtung_LFV.window.document.close();
return
}

function informationAN(links,oben,inhalt,IE_an) {
if(navigator.appName=="Microsoft Internet Explorer" && IE_an !== 0 ){}
else{
var Woerter = inhalt.split("\n");
INFOan = eval(document.getElementById("INFOanzeigen"));
INFOan.style.display ="inline";
INFOan.style.top =oben;
if(links<0) {var links=0;}
INFOan.style.left =links;
for (i=0; i<Woerter.length; i++ ) {
var neuB = document.createElement("div");
var neuBText = document.createTextNode(Woerter[i]);
neuB.appendChild(neuBText);
document.getElementById("INFOanzeigen").insertBefore(neuB, document.getElementById("derKursiveText"));
}     }
return
}


function informationAUS() {

var laeg=document.getElementById("INFOanzeigen").childNodes.length;//  alert(laeg);
for (ii=0; ii<laeg ; ii++ ) {
var Knoten=document.getElementsByTagName("div")[0].firstChild;
verschwunden = document.getElementsByTagName("div")[0].removeChild(Knoten);
}

INFOaus = eval(document.getElementById("INFOanzeigen"));
INFOaus.style.display ="none";
INFOaus.value ="";

return
}
