
//***********************************************
//vorabladen und
//globale variabeln
//***********************************************
var hbildnr=0;
var bildonloadnr=0;
var albumgesamt="F"
var musik="F";
var animstatus=""
var bilder = new Array();
var bildername = new Array();
var bildgeladen=new Array();
var ind=0;
var aktind=0;
var anim1="";
var anim2="";
var anim3="";
var anim4="";
var ziel="";
var vollbild=false;
var animzeit = parseInt(6000);
var bbreite=0;
var bhoehe =0;
var divbreite=0;
var divhoehe=0;
var zeitz=0;
var bgeladen=false;
var browser=navigator.appName;
if (browser.slice(0,9) == "Microsoft")
    {browser="Micro";}
  else
  {browser="Nets";}
var farbevor="";
var zahl=0;

//****************
function album1(){
//****************
var album01;
album01=new Array("b317.jpg","b315.jpg","b300.jpg","b302.jpg","b311.jpg","b83.jpg","b10.jpg","b51.jpg","b44.jpg",
                 "b61.jpg","b12.jpg","b301.jpg","b45.jpg","b303.jpg","b304.jpg","b305.jpg","b306.jpg","b307.jpg",
                 "b308.jpg","b309.jpg","b310.jpg","b312.jpg","b313.jpg","b314.jpg","b62.jpg","b11.jpg","b316.jpg",
                 "b7.jpg","b318.jpg","b319.jpg","b401.jpg","b402.jpg","b403.jpg","b404.jpg");

if (albumgesamt != "T")
 { bildername=album01;
  }else{
  bildername=bildername.concat(album01);
  }
}
//****************
function album2(){
//*****************
var album02;
album02=new Array("c1.jpg","c2.jpg","c3.jpg","c4.jpg","c5.jpg","c6.jpg","c7.jpg","c8.jpg","c9.jpg",
                 "c10.jpg","c11.jpg","c12.jpg","c13.jpg","c14.jpg","c15.jpg","c16.jpg","c17.jpg","c18.jpg",
                 "c19.jpg","c20.jpg","c21.jpg","c22.jpg","c23.jpg","c24.jpg","c25.jpg","c26.jpg","c27.jpg",
                 "c28.jpg","c29.jpg","c30.jpg","c31.jpg","c32.jpg","c33.jpg","c34.jpg","c35.jpg");
if (albumgesamt != "T")
 { bildername=album02;
  }else{
  bildername=bildername.concat(album02);
  }

}

//*******************
function album3(){
//*******************
var album03;
album03=new Array("d1.jpg","d2.jpg","d3.jpg","d4.jpg","d5.jpg","d6.jpg","d7.jpg","d8.jpg","d9.jpg",
                 "d10.jpg","d11.jpg","d12.jpg","d13.jpg","d14.jpg","d15.jpg","d16.jpg","d17.jpg","d18.jpg",
                 "d19.jpg","d20.jpg","d26.jpg","d27.jpg","d28.jpg","d29.jpg","d30.jpg","d31.jpg","d32.jpg",
                 "d33.jpg","d34.jpg","d35.jpg");
if (albumgesamt != "T")
 { bildername=album03;
  }else{
  bildername=bildername.concat(album03);
  }
}

//********************
function album4(){
//********************
var album04;
album04=new Array("e1.jpg","e2.jpg","e3.jpg","e4.jpg","e5.jpg","e6.jpg","e7.jpg","e8.jpg","e9.jpg",
                 "e10.jpg","e11.jpg","e12.jpg","e13.jpg","e14.jpg","e15.jpg","e16.jpg","e17.jpg","e18.jpg",
                 "e19.jpg","e20.jpg","e21.jpg","e22.jpg","e23.jpg","e24.jpg","e25.jpg","e28.jpg","e29.jpg",
                 "e38.jpg","e39.jpg","e40.jpg","e26.jpg","e27.jpg","e36.jpg","e37.jpg","e30.jpg","e31.jpg",
                 "e32.jpg","e33.jpg","e34.jpg","e35.jpg","e41.jpg","e42.jpg","e43.jpg","e44.jpg","e45.jpg");
if (albumgesamt != "T")
 { bildername=album04;
  }else{
  bildername=bildername.concat(album04);
  }

}

//********************
function album5(){
//********************
var album05;
album05=new Array("f1.jpg","f2.jpg","f3.jpg","f4.jpg","f5.jpg","f6.jpg","f7.jpg","f8.jpg","f9.jpg",
                 "f10.jpg","f11.jpg","f12.jpg","f13.jpg","f14.jpg","f15.jpg","f16.jpg","f17.jpg", "f18.jpg", "f19.jpg",
                 "f20.jpg","f21.jpg","f22.jpg","f23.jpg","f24.jpg","f25.jpg","f26.jpg","f27.jpg","f28.jpg","f29.jpg","f30.jpg",
                 "f31.jpg","f32.jpg","f33.jpg", "f35.jpg", "f36.jpg","f34.jpg", "f37.jpg", "f38.jpg", "f39.jpg", "f40.jpg", "f41.jpg");
if (albumgesamt != "T")
 { bildername=album05;
  }else{
  bildername=bildername.concat(album05);
  }

}


//********************
function album6(){
//********************
var album06;
album06=new Array("g1.jpg","g2.jpg","g3.jpg","g4.jpg","g5.jpg","g6.jpg","g7.jpg","g8.jpg","g9.jpg","g10.jpg",
                  "g11.jpg","g12.jpg","g13.jpg","g14.jpg","g15.jpg","g16.jpg","g17.jpg","g18.jpg","g19.jpg",
                  "g20.jpg","g21.jpg","g22.jpg","g23.jpg","g24.jpg","g25.jpg","g26.jpg","g27.jpg","g28.jpg",
                  "g29.jpg","g31.jpg","g32.jpg","g33.jpg","g34.jpg","g35.jpg","g36.jpg","g37.jpg","g38.jpg",
                  "g39.jpg","g40.jpg","g41.jpg","g42.jpg","g43.jpg","g44.jpg","g45.jpg","g46.jpg","g47.jpg",
                  "g48.jpg","g49.jpg","g50.jpg","g51.jpg","g52.jpg","g53.jpg","g54.jpg","g55.jpg");


if (albumgesamt != "T")
 { bildername=album06;
  }else{
  bildername=bildername.concat(album06);
  }

}


//*******************
function setzalbum(){
//*******************
var zeit=0;
var xx=parent.navigation.document.getElementById('animart').value;
var xxx="album" + xx;
bildername.splice(0,bildername.length);
if (xxx == "album0"){
       albumgesamt="T"
       album1();
       album2();
       album3();
       album4();
       album5();
       album6();
       albumgesamt="F"
   }else{
    eval(eval(xxx)());
}

 bilder.splice(0,bilder.length);
 bbreite=parent.daten.document.getElementById('body').offsetWidth;
 bhoehe =parent.daten.document.getElementById('body').offsetHeight;
 //alert("hier2" + bbreite + " " + bhoehe);
 bilder[0]=new Image();
 bilder[0].src=bildername[0];
 //bilder[1]=new Image();
 //bilder[1].src=bildername[1];
 aktind=0;
 bilder[0].onload=bingeladen;//01.02
 bildonloadnr=aktind;
 hbildnr=aktind;
zeitz=zeitz + 1;
if (zeitz != 1)
{   vorblaetternframe(0);}
  else
  { anim3=window.setTimeout("timeerstesbild(0)", 1000);
 }

 //erstes bild anzeigen
 //vorblaetternframe(0);
}//end function

//*********************
function setzalbumueb(){
//*********************
var xx=document.getElementById('animart').value;

  switch (xx){
    case  "1":
    document.location.href="markus3.html";
    break;
    case  "2":
    document.location.href="markus3_a.html";
    break;
    case  "3":
    document.location.href="markus3_b.html";
    break;
    case  "4":
    document.location.href="markus3_e.html";
    break;
    case  "5":
    document.location.href="markus3_g.html";
    break;
    case  "6":
    document.location.href="markus3_f.html";
    break;
  }//endswitch
}//ende function


//*********************
function setzalbumuebf(){
//*********************
var xx=document.getElementById('animart').value;

  switch (xx){
    case  "1":
    document.location.href="markus3f.html";
    break;
    case  "2":
    document.location.href="markus3_af.html";
    break;
    case  "3":
    document.location.href="markus3_bf.html";
    break;
    case  "4":
    document.location.href="markus3_ef.html";
    break;
    case  "5":
    document.location.href="markus3_fg.html";
    break;
    case "6":
    document.location.href="markus3_ff.html";
    break;
  }//endswitch
}//ende function


//*********************
function setzalbumuebse(){
//*********************
var xx=document.getElementById('animart').value;

  switch (xx){
    case  "1":
    document.location.href="markus3se.html";
    break;
    case  "2":
    document.location.href="markus3_ase.html";
    break;
    case  "3":
    document.location.href="markus3_bse.html";
    break;
    case  "4":
    document.location.href="markus3_ese.html";
    break;
    case  "5":
    document.location.href="markus3_gse.html";
    break;
    case "6":
    document.location.href="markus3_fse.html";
    break;

  }//endswitch
}//ende function


//*********************
function setzalbumuebpl(){
//*********************
var xx=document.getElementById('animart').value;

  switch (xx){
    case  "1":
    document.location.href="markus3_p.html";
    break;
    case  "2":
    document.location.href="markus3_ap.html";
    break;
    case  "3":
    document.location.href="markus3_bp.html";
    break;
    case  "4":
    document.location.href="markus3_ep.html";
    break;
    case  "5":
    document.location.href="markus3_gp.html";
    break;
    case  "6":
    document.location.href="markus3_fp.html";
    break;
  }//endswitch
}//ende function


//****************
function init1(){
//****************
//2bilder vorladen die nächsten bei blätternbutton
var album;
albumgesamt="F"
if (window.location.search != "")
  {album=window.location.search;
   var st = album.lastIndexOf("=");
   st=st + 1
   var xx=album.substring(st);
   if (xx > 0)
    { var xi=xx;} //- 1;}
   parent.navigation.document.getElementById('animart').selectedIndex=xi;
   if (xx > 0)
    {  var xxx="album" + xx;
       eval(eval(xxx)());
      }else{
       albumgesamt="T"
       album1();
       album2();
       album3();
       album4();
       album5();
       album6();
       albumgesamt="F"
    }
  }
 else
  {return;
}


 bbreite=parent.daten.document.getElementById('body').offsetWidth;
 bhoehe =parent.daten.document.getElementById('body').offsetHeight;
//alert("hier2" + bbreite + " " + bhoehe);
 bilder[0]=new Image();
 bilder[0].src=bildername[0];
 //////////////bilder[1]=new Image();
 //////////////bilder[1].src=bildername[1];
 aktind=0;
 bilder[aktind].onload=bingeladen;//01.02
 bildonloadnr=aktind;
 hbildnr=aktind;
 //erstes bild anzeigen
//warten einbauen
/*zeitz=zeitz + 1;
if (zeitz != 1)
{   vorblaetternframe(0);}
  else
  { anim3=window.setTimeout("timeerstesbild(0)", 2000);
 }*/

vorblaetternframe(0);
   // setzfelder(1);
}


//************************
function timeerstesbild(nr)
//************************
{
parent.daten.document.getElementById("dia").style.visibility = "visible";
 vorblaetternframe(nr);
 window.clearTimeout(anim3);
parent.daten.document.getElementById("dia").style.visibility = "hidden";

}

//onload von divrahmen bild
function suche()
{
//var bildx;
//alert(document.images.divrahmen.complete);
//document.getElementById("divrahmen").style.visibility = "hidden";
//bildx=document.images.divrahmen.src;
//document.images.divrahmen.src="a_b10.jpg";
//document.getElementById("divrahmen").style.visibility = "visible";
}
//****************************************************
//*********************frame *************************
//vonwo ist framename oder leer wenn auf der gleichen seite
//***************************
function vorblaetternframe(bildnr){
//***************************
hbildnr=bildnr;
var t1;
var t2;
t1=aktind;
t1+=1;
t2=parseInt(bildnr);
 if (t1 > (bildername.length - 1)){
    t1= 0;
 }//endif
 if (t2 == 0){
    t1= 0;
 }//endif

//window.status=bilder.length + " " + bildgeladen[t1] + " " + t1;
if (bildgeladen[t1] != "true")
 {window.clearTimeout(anim4);
  parent.daten.document.getElementById("dia").style.visibility = "visible";
  anim4=window.setTimeout("vorblaetternframe(hbildnr)", 1000);
  return;
 }else{
  parent.daten.document.getElementById("dia").style.visibility = "hidden";
  window.clearTimeout(anim4);
}



 var xbildnr=parseInt(bildnr);
 var neuebreite=0;
 var neuehoehe=0;
 var hoehe=0;
 var breite=0;
 aktind+=1;

 if (aktind > (bildername.length - 1)){
    aktind= 0;
 }//endif
 if (xbildnr == 0){
    aktind= 0;
 }//endif
    //parent.daten.document.images.divrahmen.style.filter="revealTrans(Duration=2,Transition=2)";
    setFilter(1, parent.daten.document.images.divrahmen);
    //parent.daten.document.images.divrahmen.filters.revealTrans.Apply();

    parent.daten.document.images.divrahmen.src=bilder[aktind].src;
    //parent.daten.document.images.divrahmen.filters.blendTrans.Play();
    //parent.daten.document.images.divrahmen.filters.revealTrans.Play();
   setFilter(2, parent.daten.document.images.divrahmen);
    bildgroesseframe();

 //window.status=(parent.daten.document.images.divrahmen.complete);
 //alert(parent.daten.document.divrahmen.complete);
 if (bilder.length < bildername.length){
    ind=bilder.length
    bilder[ind]=new Image();
    bilder[ind].src=bildername[ind];
    bilder[ind].onload=bingeladen;
    bildonloadnr=parseInt(ind);
    //alert(bilder.length + " " + bilder[ind].src);
 }//endif
  setzfelder(aktind+1);
  //parent.daten.document.getElementById('schrift').innerHTML=bilder[aktind].src; //bildname ausgeben
// parent.daten.document.getElementById('schrift').innerHTML=parent.daten.document.getElementById('schrift').innerHTML + " " + bilder[aktind].width + "px " + bilder[0].height + "px";
}//endfunction



//***************************
function setFilter(art,obj){
//***************************

var zufall=0;
 if (browser != "Micro")
    return;

 if (art == 1){
   if (aktind != 0 && aktind % 3 == 0){
     obj.style.filter="blendTrans(Duration=3,Transition=16)";
     obj.filters.blendTrans.Apply();
     }else{
      zufall=1 + Math.floor(Math.random() * 23);
      obj.style.filter="revealTrans(Duration=2,Transition="+zufall+')';
      obj.filters.revealTrans.Apply();
   }
  }else{
   if (aktind != 0 && aktind % 3 == 0){
      obj.filters.blendTrans.Play();
      }else{
       obj.filters.revealTrans.Play();
   }
  }
}

//********************
function bingeladen()
//********************
{

  bildgeladen[bildonloadnr]="true";
  //window.status=bildonloadnr + bildgeladen[bildonloadnr];
//alert(" Test bild geladen" + bilder[ind].src);
}


//größe neu definieren und anzeigegröße änderen
//*********************
function bildgroesseframe(){
//*********************
  var neuebreite=0;
  var neuehoehe=0;
  var breite=0;
  var hoehe=0;
  breite=bilder[aktind].width;
  hoehe=bilder[aktind].height;

  if (vollbild == false){
     bildbreitrechnen(breite,hoehe,0);
     neuebreite=divbreite;
     neuehoehe=divhoehe;
     neuebreite=Math.round((neuebreite * 100) / 100);
     //alert(neuebreite + "neue" + neuehoehe);
   }else{
     neuebreite=breite;
     neuehoehe =hoehe;
  }
  parent.daten.document.getElementById('divrahmen').style.width=neuebreite;
  parent.daten.document.getElementById('divrahmen').style.height=neuehoehe;

}//endfunction



//******************************************
function bildbreitrechnen(breite,hoehe,art){
//******************************************
 var brfaktor=parseFloat(0);
 var br=parseFloat(0);
 divbreite=parseFloat(0);
 divhoehe=parseFloat(0);
 breite=parseInt(breite);
 hoehe=parseInt(hoehe);

//querbild
divbreite=breite;
divhoehe=hoehe;
if (divbreite >= hoehe){
 if (divbreite > bbreite | divhoehe > bhoehe){
   if (divbreite >= bbreite){
      brfaktor=(divbreite/bbreite)
      //alert("breite " + divbreite + " bbreite " + bbreite + " " + brfaktor);
      br=(divbreite/brfaktor)
      divbreite=br;
      br=0;
      br=(divhoehe/brfaktor)
      divhoehe=br;
   }
   if (divhoehe > bhoehe){
       brfaktor=(divhoehe/bhoehe)
       br=(divhoehe/brfaktor)
       divhoehe=br;
       br=0;
       br=(divbreite/brfaktor)
       divbreite=br;
   }//endif
 }//endif
 return;
}//endif



//hochbild
if (hoehe > breite){
    brfaktor=(divhoehe/bhoehe)
    br=(divhoehe/brfaktor)
    divhoehe=br;
    br=0;
    br=(divbreite/brfaktor)
    divbreite=br;
    if (divbreite > bbreite){
       brfaktor=(divbreite/bbreite)
       br=(divbreite/brfaktor)
       divbreite=br;
       br=0;
       br=(divhoehe/brfaktor)
       divhoehe=br;
    }//endif
}//endif
return;
}//endfunction


//*************************
function zurueckblaetternframe(){
//*************************
   var aktbb;
   aktind-=1;
   if (aktind < 0){
       aktind=0;
   }
   bildgroesseframe();
   parent.daten.document.images.divrahmen.src=bilder[aktind].src;
   aktbb=aktind;
   setzfelder(aktbb+1);

   //parent.daten.document.getElementById('schrift').innerHTML=bilder[aktind].src;
}//end function

//*************************
function erstesframe(){
//*************************
   aktind=0;
   bildgroesseframe();
   parent.daten.document.images.divrahmen.src=bilder[aktind].src;
   setzfelder(aktind + 1);
   //parent.daten.document.getElementById('schrift').innerHTML=bilder[aktind].src;
}//end function

//letztes bild immer nur von bereits geladenen bildern
//*************************
function letztesframe(){
//*************************

   aktind=bilder.length - 2;
   vorblaetternframe(aktind);
/*
   bildgroesseframe();
   parent.daten.document.images.divrahmen.src=bilder[aktind].src;
 if (bilder.length < bildername.length){
    ind=bilder.length
    bilder[ind]=new Image();
    bilder[ind].src=bildername[ind];
  }
   setzfelder(aktind+1);*/
   //parent.daten.document.getElementById('schrift').innerHTML=bilder[aktind].src;
   //alert(bilder[0].width + "px " + bilder[0].height + "px");

}//end function

//**********************
function automatischframe(){
//**********************
switch (animstatus){
 case "":
    animstatus="T";
    aktind=0;
    parent.navigation.document.images['pfeil'].src="pfeilb.jpg";
    animationframe();
    break;
 case "T":
       animstatus="P";
       parent.navigation.document.images['pfeil'].src="pfeila.jpg";
       automatischframepause();
       break;
 case "P":
       animstatus="T"
       parent.navigation.document.images['pfeil'].src="pfeilb.jpg";
       automatischframeweiter();
       break;
}//endswitch
}//end autojmatischframe

//**********************
function animationframe () {
//**********************
  vorblaetternframe();
  anim2=window.setTimeout("animationframe()", animzeit);
}


//***********************
function ausautomatischframe(){
//***********************
  window.clearTimeout(anim2);
  window.clearTimeout(anim4);
  window.clearTimeout(anim3);
  }

//********************************
function automatischframeweiter(){
//********************************
  if (aktind == ""){
   aktind=0;
  }
  animationframe();
}

//*******************************
function automatischframepause(){
//*******************************
  window.clearTimeout(anim2);
}

//***********************
function setzvollbild(){
//***********************
//setze zustand für abfrage
 vollbild=document.form1.vollbild.checked;
}


//***********************
function setzzeit(){
//***********************
//setze zustand für abfrage
  var index=0;
  index=document.form1.zeit.selectedIndex;
  animzeit=document.form1.zeit.options[index].text;
  animzeit=(animzeit * 1000)//millisekunden

}



//***************************
function setzfelder(paktind){
//***************************
  if (paktind == 0)
   {  paktind=1;}
  parent.navigation.document.formx.anzx.value=bildername.length;
  parent.navigation.document.formx.anzakt.value=paktind;
  //parent.daten.document.getElementById('divbereich').title=bilder[aktind].src; //bildname ausgeben;
}



//****ende diashow
//***********************************************************************************************************
//**************************
function SchalterOn(ethis){
//**************************
    StyleAendern(ethis, '1');
}//endschalteron

//**************************
function SchalterOff(ethis)
//**************************
{
  StyleAendern(ethis, '2');
}//endschalteroff

//**********************************
function StyleAendern(ethis, wert){
//**********************************
  var wert1=wert;
  var feld=ethis.id;
  var zwfeld="";
/*  if (feld == "TAB1"){
   if (wert1 == "1"){
     farbevor=document.getElementById(feld).style.borderStyle="groove";//style-wert auslesen in globale variable über variable
     farbevor=document.getElementById(feld).style.borderColor="blue";//style-wert auslesen in globale variable über variable
     //farbevor=document.getElementById(feld).style.borderWidth="0.1em";//rahmen dicke
    }else{
      farbevor=document.getElementById(feld).style.borderStyle="none";//style-wert auslesen in globale variable über variable
      farbevor=document.getElementById(feld).style.borderColor="";//style-wert auslesen in globale variable über variable
      //farbevor=document.getElementById(feld).style.borderWidth="0.0em";//rahmen dicke
    }//endif
  }//endif*/
  window.status=feld;
  zwfeld=feld.slice(0,2);
  if (zwfeld == "SP"){
   if (wert1 == "1"){
     farbevor=document.getElementById(feld).style.borderStyle="dashed";//style-wert auslesen in globale variable über variable
     farbevor=document.getElementById(feld).style.borderColor="#2F2F2F";//style-wert auslesen in globale variable über variable
     farbevor=document.getElementById(feld).style.borderWidth="2px";//style-wert auslesen in globale variable über variable
     //farbevor=document.getElementById(feld).style.borderWidth="0.1em";//rahmen dicke
    }else{
      farbevor=document.getElementById(feld).style.borderStyle="none";//style-wert auslesen in globale variable über variable
      farbevor=document.getElementById(feld).style.borderColor="";//style-wert auslesen in globale variable über variable
      //farbevor=document.getElementById(feld).style.borderWidth="0.0em";//rahmen dicke
    }//endif
  }//endif
}//end StyleAendern


//'''''''''''''''''''*******************
function BildWechsel(bildn, bildname, einaus){
//**************************************
//alert(document.getElementById(bildn).id);
  a=new Image();
 a.src=bildname;
 if (einaus == "ein")
   {document.images[bildn].src=a.src;}
 if (einaus == "aus")
  { document.images[bildn].src=a.src;}
   //document.images.S0B1.height="300";
   //document.images.S0B1.width="300";
}


//bilder ganz anzeigen album
//****************************
function vergroes(bildn)
//*****************************
{
 var win, neubild, ho, ho1,hx;
  /*bild in neuem window anlegen und id u name vergeben
 win=window.open();
 win.document.write("<img src=\"aa_b55.jpg\" id='ha' name='ha' />");
 ho=win.document.ha.width;
 alert(ho);
*/
/* alert(document.images.length);
 document.images[8].src=neubild.src;
  alert(document.images.length);
 ho=document.images[0].width;
 ho1=document.images[0].height;
 alert(ho + " " + ho1);*/

 neubild=new Image();

 neubild.src=bildn + ".jpg";
 win=window.open(neubild.src,"bildx","height=800,width=1000,left=0,top=0,scrollbars=yes,resizable=yes,dependent=yes");
}


//***************************
function NeuFenster(land){
//***************************
   switch (land)
 { case "DE":
       window.location.href="markus0.html";
      break;
   case "FR":
      window.location.href="markus0f.html";
      break;
   case "SE":
      window.location.href="markus0se.html";
      break;
   case "PL":
      window.location.href="markus0p.html";
      break;

 }
}

//***************************
function NeuStartFenster(land){
//***************************
   switch (land)
 { case "DE":
       window.location.href="markusp.html";
      break;
   case "FR":
      window.location.href="markus0f.html";
      break;
   case "SE":
      window.location.href="markus0se.html";
      break;
   case "PL":
      window.location.href="markus0p.html";
      break;

 }
}



function MouseOver(test)
{
this.window.defaultStatus = "";
//this.window.status=test;
test.style.cursor="pointer";
}


//***********************
function musikeinaus(){
//***********************
//alert(parent.daten.document.embeds['musik'].play());
if (musik == "F"){
   parent.daten.document.embeds['musik'].play();
   musik="T"
  }else{
   parent.daten.document.embeds['musik'].stop();
   musik="F"
   }
}//endfunction
