//var swidth=200
var sheight2=80
var sspeed2=2.0
var resumesspeed2=sspeed2
var wholemessage2=''
wholemessage2=

'<p><font color="#666666">October 2007</font> <br>'
                 + '<a href="html/news/index2.html#fands" class="a_news">Firepro wins the <font color="#000000">Best Company of the Year 2007 </font> - Fire Systems Integration at the Frost and Sullivan Building Technology Excellence Awards.</a>'  
+'</p>'


+ '<p><font color="#666666">Financial Express, 28 October 2007</font> <br>'
                 + '<a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/items/fe.jpg\',\'\',\'scrollbars=yes,width=400\')">Beyond Routine Housekeeping</a>'  
+'</p>'


+'<p><font color="#666666">March 2007</font><br>'
+ '<font color="#CC6600"><b>Firepro Systems launches Australian operations. </b></font>' 
+ '<font color="#CC6600"><b><a href="#" class="more" onClick="MM_openBrWindow(\'html/news/australia.html\',\'\',\'scrollbars=yes,width=600\')">'
+ 'More</a> &raquo;</b></font></p>'


		+ '<p><font color="#666666">Hindu Business Line, 23 March 2007</font><br>'
                 + '<a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/items/BL-23-Mar-07-Blr .jpg\',\'\',\'scrollbars=yes,width=830\')">Firepro Systems launches Australian operations</a>' 
+'</p>'

   +'<p><font color="#666666">Times of India, 24 March 2007</font> <br>'
                 + '<a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/items/TOI-24-Mar-07-Blr.jpg\',\'\',\'scrollbars=yes,width=400\')">Firepro Systems launches Australian operations</a>'  
+'</p>'


		                       
		+'<p><font color="#666666">New Indian Express, 30th September 2006</font> <br>'
                +' <a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/items/30sept06.html\',\'\',\'scrollbars=yes,width=600\')">International Security and Safety Fire exhibition ends</a>' 
		+' </p>'

+'<p><font color="#666666">Business Standard, 8th September 2006</font> <br>'
                +' <a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/items/8sept06.html\',\'\',\'scrollbars=yes,width=800\')">Fire proof growth</a>' 
		+' </p>'


+'<p><font color="#666666">The Economic Times, 28th July 2006</font> <br>'
                +' <a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/items/28jul06.html\',\'\',\'scrollbars=yes,width=400\')">Firepro eyes markets in Middle-East</a>' 
		+'</p>'

+'<p><font color="#666666">Business Standard, 23rd June 2006</font> <br>'
                +' <a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/items/23june06.html\',\'\',\'scrollbars=yes,width=900\')">Firepro plans tie-ups with Honeywell Analytics</a>' 
		+'</p>'

+'<p><font color="#666666">Business Line, 12th April 2006</font> <br>'
                +' <a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/items/1.html\',\'\',\'scrollbars=yes,width=800\')">Firepro Systems plans $12 million investment</a>' 
		+'</p>'

+'<p><font color="#666666">TOI, 5th April 2006</font> <br>'
                +' <a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/items/5aprl06_2.html\',\'\',\'scrollbars=yes,width=600\')">US group invests $12 m in Firepro Systems</a>' 
		+'</p>'

+'<p><font color="#666666">The Telegraph, February 2007</font><br>'
                 + '<a href="http://www.telegraphindia.com/1070205/asp/calcutta/story_7349082.asp" target="_blank" class="a_news" >Code for new shoppers’ stops </a>' 
+'</p>'

+'<p><font color="#666666">April 2006</font> <br>'
+'<a href="http://www.moneycontrol.com/cnbc/emergingindia/eia.php?target=winners_05" class="a_news" target="_blank" >Firepro wins the Award for Emerging Company of the year from among 35,000 companies</a>' 
		+'</p>'

+'<p><font color="#666666">January 2007</font> <br>'
+'<a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/evt_plumbex.html\',\'\',\'scrollbars=yes,width=600\')">Firepro participated in 5th Indian Plumbing Conference (International Convention on Plumbing) and Plumbex 2007</a>' 
		+'</p>'

+'<p><font color="#666666">September 2006</font> <br>'
                +'<a href="#" class="a_news" onClick="MM_openBrWindow(\'html/news/evt_intlsecurity.html\',\'\',\'scrollbars=yes,width=600\')">Firepro participated in the 11th International Security, Safety and Fire Exhibition</a>' 
		+'</p>'


	


                      



function start2(){

	if (document.all) iemarquee2(slider3);
	
	else if (document.getElementById)
	ns6marquee2(document.getElementById('slider3'));

	else if(document.layers)
	ns4marquee2(document.slider4.document.slider5);

}

function iemarquee2(whichdiv){
	
	iediv2=eval(whichdiv)
	iediv2.innerHTML=wholemessage2 
	iediv2.style.pixelTop=sheight2
	sizeup2=iediv2.offsetHeight
	ieslide2()	

}

function ieslide2(){
	
	if (iediv2.style.pixelTop>=sizeup2*(-1)){
		iediv2.style.pixelTop-=sspeed2
		setTimeout("ieslide2()",100)
	}
	else{
		iediv2.style.pixelTop=sheight2
		ieslide2()
	}
}

function ns4marquee2(whichlayer){

	ns4layer=eval(whichlayer)
	ns4layer.document.write(wholemessage2)
	ns4layer.document.close()
	sizeup=ns4layer.document.height
	ns4layer.top-=sizeup
	ns4slide2()
}

function ns4slide2(){
	if (ns4layer.top>=sizeup*(-1)){
		ns4layer.top-=sspeed2
		setTimeout("ns4slide()",100)
	}
	else{
		ns4layer.top=sheight2
		ns4slide2()
	}
	
}

function ns6marquee2(whichdiv){

	ns6div=eval(whichdiv)
	ns6div.innerHTML=wholemessage2
	ns6div.style.top=sheight2
	sizeup=ns6div.offsetHeight
	ns6slide()
}

function ns6slide2(){

	if (parseInt(ns6div.style.top)>=sizeup*(-1)){
		ns6div.style.top=parseInt(ns6div.style.top)-sspeed2
		setTimeout("ns6slide()",100)
	}
	else{
		ns6div.style.top=sheight2
		ns6slide()
	}

}