<!-- JavaScript für: GPAS.de: home.htm -->
 var tex0="'das Ganze sehen...'";
 var tex1="I've seen the future. It's CoBOL";
 var tex2="ein frohes und erfolgreiches Jahr 2o12";
 var tex3="einen guten Rutsch ins neue Jahr...";
 var a=0, b, c=50, d=1;
 var lz0=" ";
 var zl0;
 var texAus0;
 var Breite;
 var AnzLZ=80;

 Breite=screen.width;
 if (Breite>600 && Breite<800)
	{
      if (navigator.appName=='Microsoft Internet Explorer')
         {
           AnzLZ=0;
         }
      if (navigator.appName=='Netscape')
         {
           AnzLZ=80;
         }
    }
 if (Breite>=800 && Breite<1024)
     {
       AnzLZ=120;
     }
 if (Breite>=1024)
     {
       AnzLZ=160;
     }
 for (b=AnzLZ; b>=0; b--)
      {
        lz0=lz0+" ";
      }

 tex0=lz0+tex0;
 zl0=tex0.length;

function banner ()
   {
    c++;
    texAus0=tex0.substring(c,zl0);
    document.BText.BFeld.value=texAus0;
    if (c>=zl0)
       {
        c=0;
        if (d==0) {document.BText.BFeld.style.color="#000000";}
        if (d==1) {document.BText.BFeld.style.color="#FF0000"; }
        if (d==2) {document.BText.BFeld.style.color="#0000FF"; }
        d++;
        if (d==3) {d=0;} 
       }
    window.setTimeout ('banner()', 35);
   }

function x ()
   {
     window.setTimeout ('xx()', 6000);
   }

function xx ()
   {
    G1= new Image();
    G1.n= "images/wellcome.gif";
    G11= new Image();
    G11.n= "images/x.gif";
	window.document.images[1].src= G11.n;
    }

function Hinweis()
   {
    if (x!= "N")
       {
        x= "N"
//        alert("Mit Urteil vom 12 Mai 1998 - 312 O 85/98 - (Haftung für Links) hat das Landgericht Hamburg entschieden, das durch die Anbringung eines Links die Inhalte der gelinkten Seite ggf. mit zu verantworten sind. Dies kann - so das LG - nur dadurch verhindert werden, dass man sich ausdrücklich von diesen Inhalten distanziert.                                                 Hiermit distanzieren wir uns explizit von allen Inhalten der hier zu finden Links und machen uns diese Inhalte nicht zu eigen.");
       }
   }

function setmenulinks()
   {  
    lire="li";
    document.cookie = lire;
    document.body.className = "links";
   }
      
function setmenurechts()
   {  
    lire="re";
    document.cookie = lire;
    document.body.className = "rechts"; 
   }
      
function init()
   {  
    var lire = "re";
    if (document.cookie)
       {
        lire = document.cookie;
       }

<!--    alert (document.cookie; lire.slice(0,2));  -->
    if (lire.slice(0,2)=="li") {document.body.className = "links";}
    if (lire.slice(0,2)=="re") {document.body.className = "rechts";}
   }

   function doSection (section)
   {
    if (section.style.display=="none")
       {
        section.style.display=""
       }  
    else
       {
        section.style.display="none"
       }
   }

function noSection (section)
   {
   if (section.style.display=="")
      {
       section.style.display="none"
      }
   }
