 
 /* hier beginnt dasZusatzfenster für Downloads... */

 

 
 
 
 
 /* hier beginnt die Auswahlmöglichkeit für die Downloads... */

 function auswahl () {
  var index=document.dateien.waehlen.selectedIndex;
  var datei=document.dateien.waehlen.options[index].value;
  download(datei);
 }
 function download (file) {
  location.href=file ; 
 }

/* hier beginnt die Laufschrift unten... */




var message=" +++ !!! Sie werden häufig gefragt, was Sie am Sonntag so erlebt haben? Sie waren in der Lobau... und davor noch im Museum...mal eine andere Variante! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
 var a=0, b, leerzeichen=" ", zeichenlaenge;
 var message_ausgabe;
 for (b=120; b>=0; b--) {
  leerzeichen=leerzeichen+" ";
 }
 message=leerzeichen+message; 
 zeichenlaenge=message.length;
 function laufschrift () {
  a=a+1;
  message_ausgabe=message.substring (a,zeichenlaenge);
  window.status=message_ausgabe;
  if (a>=zeichenlaenge) {
   a=0; 
  }
  window.setTimeout ('laufschrift ()', 200);
 }

/* hier beginnt Zusammenbau der gesamten Seiten beim Aufrufen von nur einer... */


 var anz=parent.frames.length;
if(anz==0) {
	window.location.href="index.html";
	}

/* hier beginnt Fenster für Quelltext... 



 if (navigator.appName=="Netscape") {
  window.document.captureEvents (Event.MOUSEDOWN);
 }
 window.document.onmousedown = taste;
 function taste (evt) {
  if (navigator.appName=="Microsoft Internet Explorer") {
   if (event.button==2) {
    alert ("Willkommen!");
    return false;
   }
  }
  if (navigator.appName=="Netscape") {
   if (evt.which==3) {
    alert ("Willkommen!");
    return false;
   }
  }
 }         */
 
 function veranstaltungen () {
  parent.Frame1.location.href="aktuell.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }

function offen () {
  parent.Frame1.location.href="offen.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
 function anfahrt () {
  parent.Frame1.location.href="anfahrtessling.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
 function downloads () {
  parent.Frame1.location.href="rand.htm";
  parent.framerand1.location.href="bannerunten2.htm";
 }
 
 
 function familien () {
  parent.Frame1.location.href="familien.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
 function restaurant () {
  parent.Frame1.location.href="restaurant.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
 function unterkunft () {
  parent.Frame1.location.href="hotel.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
 function downloadseite () {
  parent.Frame1.location.href="rand.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
 
 
 function museum () {
  parent.Frame1.location.href="vorstand.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
function geschichte () {
  parent.Frame1.location.href="geschichte.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }

function foerderer () {
  parent.Frame1.location.href="foerderer.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }

 
function linkthema () {
  parent.Frame1.location.href="links.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }

 function impressum () {
  parent.Frame1.location.href="impressum.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
 function kontakt () {
  parent.Frame1.location.href="kontakt.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 function ferienspiel () {
  parent.Frame1.location.href="ferienspiel.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
 function presse () {
  parent.Frame1.location.href="presse-aspern.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }
 
 function diashow () {
  parent.Frame1.location.href="diashow.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }

 function napoleonmuseum () {
  parent.Frame1.location.href="napoleonmuseum.htm";
  parent.Frame2.location.href="bannerunten2.htm";
 }

 
 
 
 /* Downloadfunktionen */

 
 
 
 
 function auswahl () {
  var index=document.dateien.waehlen.selectedIndex;
  var datei=document.dateien.waehlen.options[index].value;
  download(datei);
 }
 function download (file) {
  location.href=file;
 }
