// 7 variables to control behavior var Car_Image_Width=106; var Car_Image_Height=80; var Car_Border=true; // true or false var Car_Border_Color=""; var Car_Speed=3; var Car_Direction=true; // true or false var Car_NoOfSides=12; // must be 4, 6, 8 or 12 /* array to specify images and optional links. For 4 sided carousel specify at least 2 images For 6 sided carousel specify at least 3 For 8 sided carousel specify at least 4 For 12 sided carousel specify at least 6 If Link is not needed keep it "" */ Car_Image_Sources=new Array( "./images/bilder/klein/nsd-bild-107.jpg","http://nsdnebo.de/photos.php", "./images/bilder/klein/nsd-bild-036.jpg","http://nsdnebo.de/photos.php", "./images/bilder/klein/nsd-bild-053.jpg","http://nsdnebo.de/photos.php", "./images/bilder/klein/nsd-bild-044.jpg","http://nsdnebo.de/photos.php", "./images/bilder/klein/nsd-bild-016.jpg","http://nsdnebo.de/photos.php", "./images/bilder/klein/nsd-bild-060.jpg","http://nsdnebo.de/photos.php", "./images/bilder/klein/nsd-bild-013.jpg","http://nsdnebo.de/photos.php", "./images/bilder/klein/nsd-bild-090.jpg","http://nsdnebo.de/photos.php", "./images/bilder/klein/nsd-bild-110.jpg","http://nsdnebo.de/photos.php", //isn't linked "./images/bilder/klein/nsd-bild-080.jpg","http://nsdnebo.de/photos.php" //NO comma last line ); /***************** DO NOT EDIT BELOW **********************************/ CW_I=new Array(Car_NoOfSides/2+1);C_ClcW=new Array(Car_NoOfSides/2); C_Coef=new Array( 3*Math.PI/2,0,3*Math.PI/2,11*Math.PI/6,Math.PI/6,3*Math.PI/2,7*Math.PI/4, 0, Math.PI/4,3*Math.PI/2,5*Math.PI/3,11*Math.PI/6,0,Math.PI/6,Math.PI/3); var C_CoefOf=Car_NoOfSides==4?0:Car_NoOfSides==6?2:Car_NoOfSides==8?5:9; C_Pre_Img=new Array(Car_Image_Sources.length); var C_Angle=Car_Direction?Math.PI/(Car_NoOfSides/2):0,C_CrImg=Car_NoOfSides,C_MaxW,C_TotalW, C_Stppd=false,i,C_rightOffset,C_HalfNo=Car_NoOfSides/2; function Carousel(){ if(document.getElementById){ for(i=0;i=Math.PI/C_HalfNo)){ if(C_CrImg==Car_Image_Sources.length)C_CrImg=0; if(Car_Direction){ CW_I[C_HalfNo]=CW_I[0]; for(i=0;i0;i--)CW_I[i]=CW_I[i-1]; CW_I[0]=CW_I[C_HalfNo]; CW_I[0].src=Car_Image_Sources[C_CrImg]; CW_I[0].lnk=Car_Image_Sources[C_CrImg+1]} C_Angle=Car_Direction?Math.PI/C_HalfNo:0;C_CrImg+=2}} setTimeout("CarImages()",50)} function C_LdLnk(){if(this.lnk)window.location.href=this.lnk} function C_Stp(){this.style.cursor=this.lnk?"pointer":"default";C_Stppd=true;} function C_Rstrt(){C_Stppd=false} document.write('
');