function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&iZoom<\/title>"); neu.document.writeln("<\/head><body style=\"margin:0px;\">"); //Falls speichersperre erwünscht, Kommentar weg //neu.document.writeln("<script language=\"JavaScript\">"); //neu.document.writeln("function Position(Ereignis)"); //neu.document.writeln("{"); //neu.document.writeln("alert(\"COPYRIGHT\");"); //neu.document.writeln("}"); //neu.document.writeln("document.onmousedown = Position;"); //neu.document.writeln("<\/script>"); if (alt!='') neu.document.writeln("<img src=\""+bild+"\" alt=\"\" title=\""+alt+"\">"); else neu.document.writeln("<img src=\""+bild+"\" alt=\"\">"); neu.document.writeln("<\/body><\/html>"); neu.document.close(); } function PopUp(seite,breite,hoehe) { window.open (seite,'new','scrollbars=no,status=no,width='+breite+',height='+hoehe+'menubar=no,left=50,top=50,location=no,resizable=no,directories=no') } function CenterPopUpS(seite,format,breite,hoehe) { f2=window.open (seite,format,'scrollbars=no,status=no,width='+breite+',height='+hoehe+'menubar=no,left=50,top=50,location=no,resizable=no,directories=no'); f2.moveTo((screen.width-breite)/2,(screen.height-hoehe)/2); f2.focus(); } function ResizeCenterPopUpS(seite,breite,hoehe) { f2=window.open (seite,'new','scrollbars=yes,status=no,width='+breite+',height='+hoehe+'menubar=no,left=50,top=50,location=no,resizable=yes,directories=no'); f2.moveTo((screen.width-breite)/2,(screen.height-hoehe)/2); f2.focus(); } // PopUp-Function (resizable + no scrollbars) function PopUpS_R(seite,breite,hoehe) { window.open (seite,'new','scrollbars=no,status=no,width='+breite+',height='+hoehe+'menubar=no,left=100,top=100,location=no,resizable=yes,directories=no') } var cell=-1; var bnumb = navigator.appVersion; var rel = bnumb.substring( 0 , 2 ); var bname = navigator.appName; bgood=0; test () function test ( ) { if ((parseInt( rel ) >= 3.0 && bname=="Netscape") || (parseInt( rel ) >= 4.0 && bname=="Microsoft Internet Explorer")) load ( ) } // Anzahl der Images 9 // 9 interner Zähler = Anzahl Images - Vorkommen 1 mal // 8 Array und Counter = (Anzahl Images -1) - Vorkommen 1 mal // 10000 Anzeigezeit in ms - ändern nach Belieben // bild01 = Name des Images function load ( ) { bgood=1; aImage= new Array (9) aTime= new Array (9) for (i=0; i < 10; i++) { aImage[i] = new Image () } aImage[0].src = "images/diashow/diashow1.jpg"; aImage[1].src = "images/diashow/diashow2.jpg"; aImage[2].src = "images/diashow/diashow3.jpg"; aImage[3].src = "images/diashow/diashow4.jpg"; aImage[4].src = "images/diashow/diashow5.jpg"; aImage[5].src = "images/diashow/diashow6.jpg"; aImage[6].src = "images/diashow/diashow7.jpg"; aImage[7].src = "images/diashow/diashow8.jpg"; aImage[8].src = "images/diashow/diashow9.jpg"; aImage[9].src = "images/diashow/diashow10.jpg"; // zeiten für die Anzeige hier festlegen aTime[0]= 2000; aTime[1]= 2000; aTime[2]= 2000; aTime[3]= 2000; aTime[4]= 2000; aTime[5]= 2000; aTime[6]= 2000; aTime[7]= 2000; aTime[8]= 2000; aTime[9]= 2000; } var cnt= 9; var i=0 function ani () { cell=cell+1; if (cell==0) setTimeout ("ani ()",aTime[cell]); else if (cell >0 && cell <= cnt) { document.images['bild01'].src=aImage[cell].src; setTimeout ("ani ()",aTime[cell]); } else if (cell >cnt) { document.images['bild01'].src=aImage[0].src; cell=-1; ani (); } }