//slider's width
                     
                      var sheight=100
                      //slider's speed;
                      var sspeed=2
                      //images: change to your own
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('<br>'+imagef+'<br>')
document.slider1.document.slider2.document.close()
thel=document.slider1.document.slider2.document.width
document.slider1.document.slider2.top-=thel
sslide()
}
function sslide(){
if (document.slider1.document.slider2.top>=thel*(-1)){
document.slider1.document.slider2.top-=sspeed
setTimeout("sslide()",20)
}
else{
document.slider1.document.slider2.top=swidth
sslide()
}
}
function initial6(whichdiv){
tdiv6=eval(whichdiv)
tdiv6.innerHTML=('<br>'+imagef+'</br>')
tdiv6.style.top=swidth
thel=swidth*topimage.length
scroll6()
}
function scroll6(){
if (parseInt(tdiv6.style.top)>=thel*(-1)){
tdiv6.style.top=parseInt(tdiv6.style.top)-sspeed
setTimeout("scroll6()",20)
}
else{
tdiv6.style.top=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: 'top=value',
//'top=value' within ilayer/layer tags or 'position:relative/absolute;
//top: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!
