
  auflos_1 = new Image(); 
  auflos_1.src = "images/auslosGRAU.gif"; 
  auflos_2 = new Image(); 
  auflos_2.src = "images/auslosROT.gif"; 

  tatort_1 = new Image(); 
  tatort_1.src = "images/tatortGRAU.gif"; 
  tatort_2 = new Image(); 
  tatort_2.src = "images/tatortROT.gif"; 

  bitte_1 = new Image(); 
  bitte_1.src = "images/bitteGRAU.gif"; 
  bitte_2 = new Image(); 
  bitte_2.src = "images/bitteROT.gif";
  
  wasbin_1 = new Image(); 
  wasbin_1.src = "images/wasbinGrau.gif";
  wasbin_2 = new Image(); 
  wasbin_2.src = "images/wasbinROT.gif";
  
  tages_1 = new Image(); 
  tages_1.src = "images/tagesschauGRAU.gif"; 
  tages_2 = new Image(); 
  tages_2.src = "images/tagesschauROT.gif";
  
  Chris = new Image();
  Chris.src = "images/Pchris.gif";
  Anni = new Image();
  Anni.src  = "images/Panni.gif";
  Wern = new Image();
  Wern.src = "images/Pwern.gif";
  
function wechsel(bildid, neuesbild)
 {
 document.getElementById(bildid).src=neuesbild.src;
 }
  
  
function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }

  function flipper() 
  {
  Fenster=window.open('aktion.htm','PopUp','dependent=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=475,height=267,left=400,top=320');
  Fenster.focus();
  }  
 
  function popup(datei,br,ho,li,ob) 
  {
  Fenster=window.open(datei,'PopUp','dependent=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width='+br+',height='+ho+',left='+li+',top='+ob);
  Fenster.focus();
  }
  function validate()
  {
  if (document.getElementById("form1").Absendername.value=="")
   {
	 window.alert("Bitte füllen Sie das Feld Absender aus.");
   	 document.getElementById("form1").Absendername.focus();
	 return false;
   }
   else if (document.getElementById("form1").MText.value=="")
   {
	 window.alert("Bitte füllen Sie das Feld Nachricht aus.");
   	 document.getElementById("form1").MText.focus();
	 return false;
   }
   else
   {  
  window.alert("Ihre Daten werden versendet. Vielen Dank für Ihre Rückmeldung.");
  document.getElementById("form1").submit();
  }
  }
  function adjust()
{
abstand = screen.availHeight;
abstandh= screen.availWidth;
//Internet Explorer und Mozilla rechnen anders ->Anpassung 
abstand = (abstand-550)/2;
abstandh = (abstandh-800)/2
if (abstand<0) {abstand=0;}
if (abstandh<0) {abstandh=0;}
document.getElementById("gesamt").style.marginTop=abstand+"px";
document.getElementById("gesamt").style.marginLeft=abstandh+"px";
document.getElementById("gesamt").style.visibility="visible";
}
//--> 
