//slider's width
var swidth=100


//slider's height
var sheight=82

//slider's speed;
var sspeed=2


var imagef=''


//images: change to your own

var leftimage=new Array();
leftimage[0]='<img src="marque/photo1.jpg" width=100 height=80 border=1></a>'
leftimage[1]='<img src="marque/photo2.jpg" width=100 height=80 border=1></a>'
leftimage[2]='<img src="marque/photo3.jpg" width=100 height=80 border=1></a>'
leftimage[3]='<img src="marque/photo4.jpg" width=100 height=80 border=1></a>'
leftimage[4]='<img src="marque/photo5.jpg" width=100 height=80 border=1></a>'
leftimage[5]='<img src="marque/photo6.jpg" width=100 height=80 border=1></a>'
leftimage[6]='<img src="marque/photo7.jpg" width=100 height=80 border=1></a>'
leftimage[7]='<img src="marque/photo9.jpg" width=100 height=80 border=1></a>'
leftimage[8]='<img src="marque/photo10.jpg" width=100 height=80 border=1></a>'
leftimage[9]='<img src="marque/photo11.jpg" width=100 height=80 border=1></a>'
leftimage[10]='<img src="marque/photo12.jpg" width=100 height=80 border=1></a>'
leftimage[11]='<img src="marque/photo13.jpg" width=100 height=80 border=1></a>'
leftimage[12]='<img src="marque/photo14.jpg" width=100 height=80 border=1></a>'
leftimage[13]='<img src="marque/photo15.jpg" width=100 height=80 border=1></a>'
leftimage[14]='<img src="marque/photo16.jpg" width=100 height=80 border=1></a>'
leftimage[15]='<img src="marque/photo17.jpg" width=100 height=80 border=1></a>'
leftimage[16]='<img src="marque/photo18.jpg" width=100 height=80 border=1></a>'
leftimage[17]='<img src="marque/photo19.jpg" width=100 height=80 border=1></a>'
leftimage[18]='<img src="marque/photo20.jpg" width=100 height=80 border=1></a>'
leftimage[19]='<img src="marque/photo21.jpg" width=100 height=80 border=1></a>'
leftimage[20]='<img src="marque/photo22.jpg" width=100 height=80 border=1></a>'
leftimage[21]='<img src="marque/photo23.jpg" width=100 height=80 border=1></a>'
leftimage[22]='<img src="marque/photo24.jpg" width=100 height=80 border=1></a>'
leftimage[23]='<img src="marque/photo25.jpg" width=100 height=80 border=1></a>'
leftimage[24]='<img src="marque/photo26.jpg" width=100 height=80 border=1></a>'
leftimage[25]='<img src="marque/photo27.jpg" width=100 height=80 border=1></a>'
leftimage[26]='<img src="marque/photo28.jpg" width=100 height=80 border=1></a>'
leftimage[27]='<img src="marque/photo29.jpg" width=100 height=80 border=1></a>'
leftimage[28]='<img src="marque/photo30.jpg" width=100 height=80 border=1></a>'
leftimage[29]='<img src="marque/photo31.jpg" width=100 height=80 border=1></a>'
leftimage[30]='<img src="marque/photo32.jpg" width=100 height=80 border=1></a>'


for (mi=0;mi<leftimage.length;mi++)
imagef=imagef+leftimage[mi]


function start(){
if (document.all) return
if (document.getElementById){
document.getElementById("slider").style.visibility="show"
initial6(document.getElementById('slider'))
}
else if(document.layers){
document.slider1.visibility="show"
intialslide()
}
}
function intialslide(){
document.slider1.document.slider2.document.write('<nobr>'+imagef+'</nobr>')
document.slider1.document.slider2.document.close()
thel=document.slider1.document.slider2.document.width
document.slider1.document.slider2.left-=thel
sslide()
}
function sslide(){
if (document.slider1.document.slider2.left>=thel*(-1)){
document.slider1.document.slider2.left-=sspeed
setTimeout("sslide()",100)
}
else{
document.slider1.document.slider2.left=swidth
sslide()
}
}
function initial6(whichdiv){
tdiv6=eval(whichdiv)
tdiv6.innerHTML=('<nobr>'+imagef+'</nobr>')
tdiv6.style.left=swidth
thel=swidth*leftimage.length
scroll6()
}
function scroll6(){
if (parseInt(tdiv6.style.left)>=thel*(-1)){
tdiv6.style.left=parseInt(tdiv6.style.left)-sspeed
setTimeout("scroll6()",100)
}
else{
tdiv6.style.left=swidth
scroll6()
}
}
//You might run into a position problem within the page, using either
//NS4.x or NS6.x. To correct this use the coordinates: 'left=value',
//'top=value' within ilayer/layer tags or 'position:relative/absolute;
//left:value;top:value;' within NS6's div tags.
//Those values can be either positive or negative!
//Make sure you've got the onload='...;' within body tag but without
//takeFocus(); there!

