<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


 var Bilder = new Array("images/diashow/bild01.jpg","images/diashow/bild02.jpg","images/diashow/bild03.jpg","images/diashow/bild04.jpg","images/diashow/bild05.jpg","images/diashow/bild06.jpg","images/diashow/bild07.jpg","../images/diashow/bild08.jpg","../images/diashow/bild09.jpg","../images/diashow/bild10.jpg","../images/diashow/bild11.jpg","../images/diashow/bild12.jpg","../images/diashow/bild13.jpg","../images/diashow/bild14.jpg","../images/diashow/bild15.jpg","../images/diashow/bild16.jpg","../images/diashow/bild17.jpg","../images/diashow/bild18.jpg","../images/diashow/bild19.jpg","../images/diashow/bild20.jpg","../images/diashow/bild21.jpg","../images/diashow/bild22.jpg","../images/diashow/bild23.jpg","../images/diashow/bild24.jpg","../images/diashow/bild25.jpg","../images/diashow/bild26.jpg");
 var Delay = 5500; 
 var BildAnzahl = Bilder.length; 
 var number = 0; 
 BildFolge = new Image(); BildFolge.src = Bilder[number]; 
 function change() { 
 number++; 
 if (number == BildAnzahl) number = 0; 
 BildFolge.src = Bilder[number]; 
 document.Wechsel.src = BildFolge.src; 
 } 
 setInterval("change()", Delay); 

var aySound = new Array();
aySound[0] = "scanner.wav";

document.write('<BGSOUND ID="auIEContainer">')
IE = (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)? 1:0;
NS = (navigator.appName=="Netscape" && navigator.plugins["LiveAudio"])? 1:0;
ver4 = IE||NS? 1:0;
onload=auPreload;

function auPreload() {
if (!ver4) return;
if (NS) auEmb = new Layer(0,window);
else {
Str = "<DIV ID='auEmb' STYLE='position:absolute;'></DIV>";
document.body.insertAdjacentHTML("BeforeEnd",Str);
}
var Str = '';
for (i=0;i<aySound.length;i++)
Str += "<EMBED SRC='"+aySound[i]+"' AUTOSTART='FALSE' HIDDEN='TRUE'>"
if (IE) auEmb.innerHTML = Str;
else {
auEmb.document.open();
auEmb.document.write(Str);
auEmb.document.close();
}
auCon = IE? document.all.auIEContainer:auEmb;
auCon.control = auCtrl;
}
function auCtrl(whSound,play) {
if (IE) this.src = play? aySound[whSound]:'';
else eval("this.document.embeds[whSound]." + (play? "play()":"stop()"))
}
function playSound(whSound) { if (window.auCon) auCon.control(whSound,true); }
function stopSound(whSound) { if (window.auCon) auCon.control(whSound,false); }

aySound[0]="sound/impressum.wav";

//-->

