	  	var scrollerwidth=180
		var scrollerheight=150

		var speed=1

		var scrollercontents='<font face="Arial" color="000000" size="2"><p>February 2006, Patna- ADSS turnkey job executed by Eri-tech for ABB - Power Grid project</p><p>December 2005, Ahmedabad- Turnkey installation of ADSS commences on 132kv lines for Torrent Power AEC</p><p>November 2005 R & D Laboratory- New conductor, with low power losses, specially developed to achieve double current carrying capacity on existing corridors</p><p>September 2005, Kolkata- Eri-tech builds state-of-the-art Training Center in city hub</p></font>'

		if (document.all)
		document.write('<marquee direction="up" scrollAmount='+speed+' style="135:'+scrollerwidth+';height:'+scrollerheight+'">'+scrollercontents+'</marquee>')

		function regenerate(){
		window.location.reload()
	}
		function regenerate2(){
		if (document.layers){
		setTimeout("window.onresize=regenerate",450)
		intializescroller()
		}
	}

		function intializescroller(){
		document.vscroller01.document.vscroller02.document.write(scrollercontents)
		document.vscroller01.document.vscroller02.document.close()
		thelength=document.vscroller01.document.vscroller02.document.height
		scrollit()
	}

		function scrollit(){
		if (document.vscroller01.document.vscroller02.top>=thelength*(-1)){
		document.vscroller01.document.vscroller02.top-=speed
		setTimeout("scrollit()",100)
	}
		else{
		document.vscroller01.document.vscroller02.top=scrollerheight
		scrollit()
	}
	}

		window.onload=regenerate2
