var a=-150, b=20;
var e=-150, f=20;
var q=-80, s=-50
var breite, hoehe;


function abfrage ()
{
  if (navigator.appName=='Netscape' && navigator.appVersion.charAt(0)>='4')
     {
       breite=screen.width;
       hoehe=window.innerHeight;
       c=breite+20;
       d=hoehe+20;
       e=c;
       h=d;
       window.setTimeout ('bewegen_nc()', 20);
     }
  if (navigator.appName=='Microsoft Internet Explorer' && navigator.appVersion.charAt(0)>='4')
     {
       breite=screen.width;
       hoehe=screen.height;
       
       e=breite;
    
       window.setTimeout ('bewegen_ie()', 20);
     }
}

function bewegen_nc()

{

  a+=2;
  b+=1;
  c-=5;
  d-=2;
  e-=5;
  f+=2;
  g+=5;
  h-=2;

  if (a<100)
    {
       window.document.isamo.left=a;
       window.document.isamo.top=b;
       window.setTimeout ('bewegen_nc()', 20);
 
    }

  if (c>100)
    {
       window.document.medical.left=c;
       window.document.medical.top=d;
    }


  if (e>100)
    {
       window.document.wellness.left=e;
       window.document.wellness.top=f;
    }

 if (g<500)
    {
       window.document.park.left=g;
       window.document.park.top=h;
    }

}
function bewegen_ie()

{

  a+=1,5;
  b+=0;
  
  e-=3;
  f+=0;
  
q-=3; s-=0

  if (a<150)
    {
      isamo.style.left=a;
      isamo.style.top=b;
       window.setTimeout ('bewegen_ie()', 20);
 
    }

  


  if (e>150)
    {
       wellness.style.left=e;
       wellness.style.top=f;
    }

 	
	


  q-=10;

  if (q>300)
    {
       ball.style.left=q;
       ball.style.top=100;
 
       window.setTimeout ('bewegen_ie()', 20); 
    }

 
}

Aug=new Image();
Aug.src="Aug.jpg";
AugBlitz=new Image();
AugBlitz.src="AugBlitz.jpg"
AugStill=new Image();
AugStill.src="AugBlitz.jpg"
function wechsel()
{
/*Ueber diese Funktion wird das Bild veraendert, wenn sich die Maus auf dem Bild befindet - onMouseover*/
window.document.images[0].src=AugBlitz.src;
}
function wechsel2()
{
/*Ueber diese Funktion wird das Bild "zurueckgeaendert"*/
window.document.images[0].src=Aug.src;
} 
function wechsel3()
{
window.document.images[0].src=AugBlitz.src;
}


 
 function fenster()
{
var win;
win=window.open("http://www.geocities.com/penasrapunzel");
}

