//Specify the slider's width (in pixels)var sliderwidth="120px"//Specify the slider's heightvar sliderheight="540px"//Specify the slider's slide speed (larger is faster 1-10)var slidespeed=1//configure background color:slidebgcolor="#ffffff"//space between imagesseparation=3//Specify the slider's imagesvar vertslide=new Array()var finalslide=''//NOTE: the CSS 'margin-left' property helps center the image, moving it to the rightvertslide[0]='<a href="6007.html"><img src="images/small/260_6007.jpg" width="120" height="80" border="0"></a>'vertslide[1]='<a href="5813.html"><img src="images/small/258_5813.jpg" width="120" height="80" border="0"></a>'vertslide[2]='<a href="5981.html"><img src="images/small/259_5981.jpg" width="120" height="80" border="0"></a>'vertslide[3]='<a href="door.html"><img src="images/small/Door120x80.jpg" width="120" height="80" border="0"></a>'vertslide[4]='<a href="5906.html"><img src="images/small/259_5906.jpg" width="120" height="80" border="0"></a>'vertslide[5]='<a href="5909.html"><img src="images/small/259_5909.jpg" width="120" height="80" border="0"></a>'vertslide[6]='<a href="5897.html"><img src="images/small/258_5897.jpg" width="120" height="80" border="0"></a>'vertslide[7]='<a href="5919.html"><img src="images/small/259_5919.jpg" width="120" height="80" border="0"></a>'vertslide[8]='<a href="5942.html"><img src="images/small/259_5942.jpg" width="120" height="80" border="0"></a>'vertslide[9]='<a href="5935.html"><img src="images/small/259_5935.jpg" width="120" height="80" border="0"></a>'vertslide[10]='<a href="kit.html"><img src="images/small/Kit-Din120x80.jpg" width="120" height="80" border="0"></a>'vertslide[11]='<a href="5893.html"><img src="images/small/258_5893.jpg" width="120" height="80" border="0"></a>'vertslide[12]='<a href="5877.html"><img src="images/small/258_5877.jpg" width="120" height="80" border="0"></a>'vertslide[13]='<a href="5882.html"><img src="images/small/258_5882.jpg" width="120" height="80" border="0"></a>'vertslide[14]='<a href="5870.html"><img src="images/small/258_5870.jpg" width="120" height="80" border="0"></a>'vertslide[15]='<a href="5872.html"><img src="images/small/258_5872.jpg" width="120" height="80" border="0"></a>'vertslide[16]='<a href="5827.html"><img src="images/small/258_5827.jpg" width="120" height="80" border="0"></a>'vertslide[17]='<a href="5825.html"><img src="images/small/258_5824.jpg" width="120" height="80" border="0"></a>'vertslide[18]='<a href="path.html"><img src="images/small/Path120x80.jpg" width="120" height="80" border="0"></a>'vertslide[19]='<a href="5996.html"><img src="images/small/259_5996.jpg" width="120" height="80" border="0"></a>'vertslide[20]='<a href="5993.html"><img src="images/small/259_5993.jpg" width="120" height="80" border="0"></a>'vertslide[21]='<a href="5999.html"><img src="images/small/259_5999.jpg" width="120" height="80" border="0"></a>'vertslide[22]='<a href="pool.html"><img src="images/small/Pool-Creek120x80.jpg" width="120" height="80" border="0"></a>'vertslide[23]='<a href="6027.html"><img src="images/small/260_6027.jpg" width="120" height="80" border="0"></a>'vertslide[24]='<a href="ocean.html"><img src="images/small/Ocean120x80.jpg" width="120" height="80" border="0"></a>'vertslide[25]='<a href="front.html"><img src="images/small/Front120x80.jpg" width="120" height="80" border="0"></a>'////NO NEED TO EDIT BELOW THIS LINE////////////var copyspeed=slidespeedvar iedom=document.all||document.getElementByIdif (iedom)document.write('<span id="temp" style="visibility:hidden;position:absolute;top:0px;left:0px;overflow:hidden">'+vertslide.join("<br>")+'</span>')var actualheight=''var cross_slide, ns_slidevertslide=vertslide.join("")function fillup(){if (iedom){cross_slide=document.getElementById? document.getElementById("test2") : document.all.test2cross_slide2=document.getElementById? document.getElementById("test3") : document.all.test3cross_slide.innerHTML=cross_slide2.innerHTML=vertslideactualheight=document.all? cross_slide.offsetHeight : document.getElementById("temp").offsetHeightcross_slide2.style.top=actualheight+30+"px"}lefttime=setInterval("slideup()",30)}window.onload=fillupfunction slideup(){if (iedom){if (parseInt(cross_slide.style.top)>(actualheight*(-1)+8))cross_slide.style.top=parseInt(cross_slide.style.top)-copyspeed+"px"elsecross_slide.style.top=parseInt(cross_slide2.style.top)+actualheight+30+"px"if (parseInt(cross_slide2.style.top)>(actualheight*(-1)+8))cross_slide2.style.top=parseInt(cross_slide2.style.top)-copyspeed+"px"elsecross_slide2.style.top=parseInt(cross_slide.style.top)+actualheight+30+"px"}}if (iedom){var d=document;d.write('<table border="0" cellspacing="0" cellpadding="0"><td>')d.write('<div style="position:relative;width:'+sliderwidth+';height:'+sliderheight+';overflow:hidden;">')d.write('<div style="width:'+sliderwidth+';height:'+sliderheight+';background-color:'+slidebgcolor+'" onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed" overflow:hidden>')d.write('<div id="test2" style="position:absolute;left:0px;top:0px;"></div>')d.write('<div id="test3" style="position:absolute;left:0px;top:0px;"></div>')d.write('</div></div>')document.write('</td></table>')} 