var sliderwidth="100%"
var sliderheight="60px"
var slidespeed="1"
slidebgcolor="#"
var leftrightslide=new Array()
var finalslide=''

leftrightslide[0]='  &nbsp; '
leftrightslide[1]=' <a href="http://www.essar.com/" target="_new"><img border="0" style="padding-top:4px" src="steamtech_2008_images/essar.jpg" alt="Essar Groups | Diamond Sponsor"/></a> '
leftrightslide[2]=' <img border="0" src="steamtech_2008_images/dudhsagar.jpg" alt="Dudhsagar Dairy | Diamond Sponsor"/> '
leftrightslide[3]=' <a href="http://www.themaxindia.com/" target="_new" style="border-bottom:5px solid #E4D5B6"><img  border="0" src="steamtech_2008_images/thermax.jpg" alt="Thermax India | Platinum Sponsor" /></a> '
leftrightslide[4]=' <a href="http://www.forbesmarshall-inc.com/" target="_new"><img vspace="7" border="0" src="steamtech_2008_images/forbes.jpg" alt="Forbes Marshall | Platinum Sponsor"/></a> '
leftrightslide[5]=' <img alt="Sichuan Fortune Project Management Ltd. | Platinum Sponsor" border="0" src="steamtech_2008_images/SICHUAN.jpg" alt="Thermax India | Platinum Sponsor" /> '
leftrightslide[6]=' <a href="http://www.doshion.com/" target="_new"><img border="0" src="steamtech_2008_images/doshion.jpg" alt="Doshion Veolia Water Solution | Bronze Sponsor"/></a> '
leftrightslide[7]=' <img border="0" src="steamtech_2008_images/ratnamani.jpg" alt="Ratnamani Metals & Tubes Limited"/> '
leftrightslide[8]=' <a href="http://www.sintechpumps.com/" target="_new"><img border="0" alt="Sintech Pumps | Kitbag Sponsor" src="steamtech_2008_images/sintech.jpg"/></a> '
leftrightslide[9]=' <a href="http://www.indboilers.com/" target="_new"><img border="0" vspace="11" alt="Industrial Boilers Limited | Conference Paper Sponsor" src="steamtech_2008_images/IB.jpg"/></a> '
leftrightslide[10]=' <a href="http://www.alstom.com/" target="_new"><img border="0" vspace="11" alt="Alstom | Tea Sponsor" src="steamtech_2008_images/alstom.jpg"/></a> '
leftrightslide[11]=' <a href="http://www.waliaboiler.com/" target="_new"><img alt="Walia Boiler | Welcome Drink Sponsor" border="0" src="steamtech_2008_images/walia.jpg"/></a> '




var copyspeed=slidespeed
leftrightslide='<nobr>'+leftrightslide.join("")+'</nobr>'
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+leftrightslide+'</span>')
var actualwidth=''
var cross_slide, ns_slide

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=leftrightslide
actualwidth=document.all? cross_slide.offsetWidth : document.getElementById("temp").offsetWidth
cross_slide2.style.left=actualwidth+0+"px"
}
else if (document.layers)
{
ns_slide=document.ns_slidemenu.document.ns_slidemenu2
ns_slide2=document.ns_slidemenu.document.ns_slidemenu3
ns_slide.document.write(leftrightslide)
ns_slide.document.close()
actualwidth=ns_slide.document.width
ns_slide2.left=actualwidth+0
ns_slide2.document.write(leftrightslide)
ns_slide2.document.close()
}
lefttime=setInterval("slideleft()",30)
}
function slideleft()
{
if (iedom)
{
if (parseInt(cross_slide.style.left)>(actualwidth*(-1)+8))
cross_slide.style.left=parseInt(cross_slide.style.left)-copyspeed+"px"
else
cross_slide.style.left=parseInt(cross_slide2.style.left)+actualwidth+0+"px"

if (parseInt(cross_slide2.style.left)>(actualwidth*(-1)+8))
cross_slide2.style.left=parseInt(cross_slide2.style.left)-copyspeed+"px"
else
cross_slide2.style.left=parseInt(cross_slide.style.left)+actualwidth+0+"px"
}
else if (document.layers){
if (ns_slide.left>(actualwidth*(-1)+8))
ns_slide.left-=copyspeed
else
ns_slide.left=ns_slide2.left+actualwidth+0

if (ns_slide2.left>(actualwidth*(-1)+8))
ns_slide2.left-=copyspeed
else
ns_slide2.left=ns_slide.left+actualwidth+0
}
}









