
	var marqueewidth=140
	var marqueeheight=50
	var speed=1
	var marqueecontents=""

	function  zstop(obj)
{
obj.stop();
}
function  zstart(it)
{
it.start();
}
marqueecontents+="<p align=left><font size=1.5 color=#3e3e3e face=Tahoma><img src='images/arrow001.jpg' width='6' height='5' align='absmiddle'>&nbsp;&nbsp;<b>June 2008</b><br><br>BrightMinds plans to release <strong>BrightAnalyzer&reg; 1.0</strong> in September 2008. This product wil help companies minimize M&A and SAP upgrade timeline/cost.<br>.......................................................<br><br><img src='images/arrow001.jpg' width='6' height='5' align='absmiddle'>&nbsp;&nbsp;<b>July 2006</b><br><br>BrightMinds successfully released <strong>iAccMan&reg; </strong> at KLA-Tencor <strong> (KWIQ)</strong><br>.......................................................<br><br><img src='images/arrow001.jpg' width='6' height='5' align='absmiddle'>&nbsp;&nbsp;<b>March 2005</b><br><br>BrightMinds releases Beta version of <strong> BrightAnalyzer &reg; </strong><br>.......................................................<br><br><img src='images/arrow001.jpg' width='6' height='5' align='absmiddle'>&nbsp;&nbsp;<b>August 2004</b><br><br>BrightMinds acquires Galaxy Software Systems, Singapore to expand its operations in APAC<br>.......................................................<br><br><img src='images/arrow001.jpg' width='6' height='5' align='absmiddle'>&nbsp;&nbsp;<b>June 2004</b><br><br>BrightMinds, Inc. opens new development center in Chennai, India<br>.......................................................<br><br></font>"
marqueecontents+=""
if (document.all)  
document.write('<marquee onmouseover="this.stop();" onmouseout="this.start();" scrolldelay=90 width=160 height=130 direction=up left=5 top=50 scrollamount=2><font size="1" face="Verdana, Arial, Helvetica, sans-serif">'+marqueecontents+'</font></marquee>')
	//document.write('<marquee direction="up"  scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'" onmouseover=zstop(this) onmouseout=zstart(this)>'+marqueecontents+'</marquee>')
	function regenerate(){
	window.location.reload()
	}
	function regenerate2(){
	if (document.layers){
	setTimeout("window.onresize=regenerate",450)
	intializemarquee()
	}
	}
	function intializemarquee(){  
	document.cmarquee01.document.cmarquee02.document.write(marqueecontents)  
	document.cmarquee01.document.cmarquee02.document.close()  
	thelength=document.cmarquee01.document.cmarquee02.document.height  
	scrollit()
	}
	function scrollit(){  
	if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){  
	document.cmarquee01.document.cmarquee02.top-=speed  
	setTimeout("scrollit()",100)  
	}  
	else{  
	document.cmarquee01.document.cmarquee02.top=marqueeheight  
	scrollit()  
	}  
	}  
	window.onload=regenerate2
