Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
pict
/
appareils
/
[
Home
]
File: slide.php.old
<script language="JavaScript1.2"> /*********************************************** * Flexi Slideshow- © Dynamic Drive (www.dynamicdrive.com) * This notice must stay intact for use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var variableslide=new Array() //variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"] variableslide[00]= ['../pict/appareils/00.jpg', '', ''] variableslide[01]= ['../pict/appareils/01.jpg', '', ''] variableslide[02]= ['../pict/appareils/02.jpg', '', ''] variableslide[03]= ['../pict/appareils/03.jpg', '', ''] variableslide[04]= ['../pict/appareils/04.jpg', '', ''] variableslide[05]= ['../pict/appareils/05.jpg', '', ''] variableslide[06]= ['../pict/appareils/06.jpg', '', ''] variableslide[07]= ['../pict/appareils/07.jpg', '', ''] variableslide[08]= ['../pict/appareils/08.jpg', '', ''] variableslide[09]= ['../pict/appareils/09.jpg', '', ''] variableslide[10]= ['../pict/appareils/10.jpg', '', ''] variableslide[11]= ['../pict/appareils/11.jpg', '', ''] variableslide[12]= ['../pict/appareils/12.jpg', '', ''] variableslide[13]= ['../pict/appareils/13.jpg', '', ''] variableslide[14]= ['../pict/appareils/14.jpg', '', ''] variableslide[15]= ['../pict/appareils/15.jpg', '', ''] variableslide[16]= ['../pict/appareils/16.jpg', '', ''] variableslide[17]= ['../pict/appareils/17.jpg', '', ''] variableslide[18]= ['../pict/appareils/18.jpg', '', ''] variableslide[19]= ['../pict/appareils/19.jpg', '', ''] variableslide[20]= ['../pict/appareils/20.jpg', '', ''] variableslide[21]= ['../pict/appareils/21.jpg', '', ''] variableslide[22]= ['../pict/appareils/22.jpg', '', ''] variableslide[23]= ['../pict/appareils/23.jpg', '', ''] variableslide[24]= ['../pict/appareils/24.jpg', '', ''] variableslide[25]= ['../pict/appareils/25.jpg', '', ''] variableslide[26]= ['../pict/appareils/26.jpg', '', ''] variableslide[27]= ['../pict/appareils/27.jpg', '', ''] variableslide[28]= ['../pict/appareils/28.jpg', '', ''] variableslide[29]= ['../pict/appareils/29.jpg', '', ''] variableslide[30]= ['../pict/appareils/30.jpg', '', ''] variableslide[31]= ['../pict/appareils/31.jpg', '', ''] variableslide[32]= ['../pict/appareils/32.jpg', '', ''] variableslide[33]= ['../pict/appareils/33.jpg', '', ''] variableslide[34]= ['../pict/appareils/34.jpg', '', ''] //configure the below 3 variables to set the dimension/background color of the slideshow var slidewidth='480px' //set to width of LARGEST image in your slideshow var slideheight='520px' //set to height of LARGEST iamge in your slideshow, plus any text description var slidebgcolor='#fff' //var slidebgcolor='#fff' var textcolor='#999' //configure the below variable to determine the delay between image rotations (in miliseconds) var slidedelay=4000 ////Do not edit pass this line//////////////// var ie=document.all var dom=document.getElementById for (i=0;i<variableslide.length;i++){ var cacheimage=new Image() cacheimage.src=variableslide[i][0] } function rotateimages(){ randomnumber=Math.floor(Math.random()*35) currentslide=randomnumber contentcontainer='<center>' if (variableslide[currentslide][1]!="") contentcontainer+='<a href="'+variableslide[currentslide][1]+'">' contentcontainer+='<img src="'+variableslide[currentslide][0]+'">' if (variableslide[currentslide][1]!="") contentcontainer+='</a>' contentcontainer+='<center>' if (variableslide[currentslide][2]!="" ) contentcontainer+=variableslide[currentslide][2] if (document.layers){ crossrotateobj.document.write(contentcontainer) crossrotateobj.document.close() } else if (ie||dom) crossrotateobj.innerHTML=contentcontainer if (currentslide==variableslide.length-1) currentslide=0 else currentslide++ setTimeout("rotateimages()",slidedelay) } if (ie||dom) document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>') function start_slider(){ crossrotateobj=dom? document.getElementById("slidedom") : ie? document.all.slidedom : document.slidensmain.document.slidenssub if (document.layers) document.slidensmain.visibility="show" rotateimages() } if (ie||dom) start_slider() else if (document.layers) window.onload=start_slider </script>
©
2020 Black Eagle Team