
	var marqueewidth=155
	var marqueeheight=80
	var speed=1 
	var marqueecontents=""

	function  zstop(obj)
{
obj.stop();
}
function  zstart(it)
{
it.start();
}
marqueecontents+="<p align=Left><font size=1 color=#333333 face=Verdana, Arial, Helvetica, sans-serif><img src=images/green_bullet.jpg width=5 height=5>    ATG Developer<br><br><img src=images/green_bullet.jpg width=5 height=5>    Project Manager<br><br><img src=images/green_bullet.jpg width=5 height=5>    Project Leader<br><br><img src=images/green_bullet.jpg width=5 height=5>    Solution Architect<br><br><img src=images/green_bullet.jpg width=5 height=5>    SAP Technical Consultants<br></font>"
marqueecontents+=""
if (document.all)  
	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
