// JavaScript Document
<!--
var swidth=200;

//scroller's height
var sheight=70;


//scroller's speed 
var sspeed=2;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause 
var spause=2000;

//scroller's background
var sbcolor="#DDE4EA";

//messages: set your own; use as many as you'd like; set up Hyperlinks to
//URLs as you normally do: <a target=... href="... URL ...">..message..</a>;
var singletext=new Array();
singletext[0]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3t.gif" width="9" height="12" alt="Vertical Scroller"></td><td><div class=tanc>We are selected as one of the Top 30 high-impact technology products in India in Tech30 Report.</div></td><td></td></tr></table>';
singletext[1]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3t.gif" width="9" height="12" alt="Vertical Scroller"></td><td><div class=tanc>FarmERP being used for cotton traceability.</div></td><td></td></tr></table>';
singletext[2]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3t.gif" width="9" height="12" alt="Vertical Scroller"></td><td><div class=tanc>FarmERP reaches OMAN. Successfully managing 500 Hectares of vegetable farm.</div></td><td></td></tr></table>';
singletext[3]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3t.gif" width="9" height="12" alt="Vertical Scroller"></td><td><div class=tanc><a href="http://economictimes.indiatimes.com/news/news-by-industry/et-cetera/farmers-use-business-software-to-track-data-and-growth/articleshow/7356839.cms" target="_blank">Economic Times coverage for FarmERP dated 25 January, 2011.</a></div></td><td></td></tr></table>';
singletext[4]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3t.gif" width="9" height="12" alt="Vertical Scroller"></td><td><div class=tanc><a href="http://www.yourstory.in/entrepreneurs/tech-entrepreneurs/5128-sanjay-borkar-ceo-a-co-founder-shivrai-technologies" target="_blank">Read FarmERP story on www.youstory.in</a></div></td><td></td></tr></table>';
singletext[5]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3t.gif" width="9" height="12" alt="Vertical Scroller"></td><td><div class=tanc><a href="http://www.farmerp.com/mobile">FarmERP mobile launches utilities for Grape Grower in association with National Research Center for Grapes, Pune, India.</a></div></td><td></td></tr></table>';
singletext[6]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3t.gif" width="9" height="12" alt="Vertical Scroller"></td><td><div class=tanc>Grape growers from Nasik district have used FarmERP software for GlobalGAP audit for season 2010-11.</div></td><td></td></tr></table>';
singletext[7]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3.gif" width="9" height="9" alt="Vertical Scroller"></td><td><div class=tanc>Agri-produce exporters use FarmERP for maintaining grower information & Procurement Management.</div></td><td></td></tr></table>';
singletext[8]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3t.gif" width="9" height="12" alt="Vertical Scroller"></td><td><div class=tanc>FarmERP Online is becoming popular among contract farming companies it covers their all business processes & operations.</div></td><td></td></tr></table>';
singletext[9]='<table align="left"><tr><td valign=top><img src="farmimg/bullet3t.gif" width="9" height="12" alt="Vertical Scroller"></td><td><div class=tanc>FarmERP Biotech Solution is successfully deployed at Rise n Shine Biotech covering operations from production to hardening to sales.</div></td><td></td></tr></table>';
//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}

function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}
function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed+"px";setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
//-- end Algorithm -->

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//--end code-->
if(document.layers){document.write('<ilayer id="ns4div" width="'+swidth+'" height="'+sheight+'" bgcolor='+sbcolor+'><layer id="ns4div1" width="'+swidth+'" height="'+sheight+'" onmouseover="sspeed=0;" onmouseout="sspeed=rspeed"></layer></ilayer>')}
if(document.getElementById||document.all){document.write('<div style="position:relative;overflow:hidden;width:'+swidth+'px;height:'+sheight+'px;clip:rect(0 '+swidth+'px '+sheight+'px 0);background-color:'+sbcolor+';" onmouseover="sspeed=0" onmouseout="sspeed=rspeed"><div id="iens6div" style="position:relative;width:'+swidth+'px;"></div></div>');}
//--end code -->
function exPDF(h)
 { 
	window.open(h, null, "toolbar=hide, menubar=no, scrollbars=no, width=700px, height=850px" );
 }
//-->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->




