
//scroller's width
var swidth=252;

//scroller's height
var sheight=85;

var sspeed=2;
var restart=sspeed;
var rspeed=sspeed;

sbcolor="";

var singletext=new Array();
singletext[0]='<div class=new><b>June-09</b><br><a href="../pdfs/synergy-with-energy-2009.pdf" target="_blank">"Synergy with Energy 2009”, 17th - 18th June 2009, Ahmedabad, India</a><br>--------------------------------------------------<br><b>December-08</b><br><a href="../pdfs/quippo-telecom-participated-in-22nd-industrial-india-trade-fair.pdf" target="_blank">22nd Industrial Trade Fair, 23rd Dec 08 - 1st Jan 09, Kolkata, India</a><br>--------------------------------------------------<br><b>November-08</b><br><a href="../pdfs/naciel-participates-in-iitf-2008.pdf" target="_blank">IITF 2008, 14th - 27th Nov 08, Pragati Maidan, New Delhi, India</a><br>--------------------------------------------------<br><b>September-08</b><br><a href="../pdfs/de-cent-energy-2008.pdf" target="_blank">De-Cent Energy 2008, 2nd September 2008, Pune, India</a><br>--------------------------------------------------<br><br><a href="../pdfs/goIndustry-septeber-08.pdf" target="_blank">GoIndustry Quippo organized India<sup>,</sup>s first Live Parade Auction on 11th Sept 08</a><br>--------------------------------------------------<br><b>May-08</b><br><a href="../pdfs/build-today-2008.pdf" target="_blank">Build Today 2008, MMRDA Grounds, Mumbai, India</a><br>--------------------------------------------------<br><b>March-08</b><br><a href="../pdfs/16th-convergence-2008.pdf" target="_blank">16th Convergence India 2008, Pragati Maidan, New Delhi, India</a><br>--------------------------------------------------<br><b>February-08</b><br><a href="../pdfs/ficci-agm.pdf" target="_blank">FICCI AGM - 15-16th Feb 2008, New Delhi</a><br>--------------------------------------------------<br><b>January-08</b><br><a href="../pdfs/international-conference.pdf" target="_blank">International Conference on "Managing Earthquake Risks" & International Seminar on "Rural Roads ­ Institution Building" - 31st Jan 2008, New Delhi</a><br>--------------------------------------------------<br><b>December-07</b><br><a href="../pdfs/energy-expo2007-ahmedabad1.pdf" target="_blank">Energy Expo-2007, December 07, 2007, University Grounds, Ahmedabad</a><br>--------------------------------------------------<br><b>November-07</b><br><a href="../pdfs/excon-20071.pdf" target="_blank">EXCON 2007, November 14 - 18, 2007, Bangalore International Exhibition Centre, Bangalore, India</a><br>--------------------------------------------------<br><b>August-07</b><br><a href="../pdfs/nexcomm2007.pdf" target="_blank">NexComm 2007, an exclusive one day seminar on NGN (Next Generation Network), Mobile and IP-TV : Commerce-Connectivity- Entertainment,New Delhi.</a><br>--------------------------------------------------<br><br><a href="../pdfs/umex.pdf" target="_blank"><b>May-07</b><br>Trade Show on Used Machinery---UMEX </a><br>--------------------------------------------------<br><br><a href="../pdfs/infrastructure-sharing.pdf" target="_blank">Conference on "Infrastructure Sharing in Telecom" by Tele.net Magazine</a><br>--------------------------------------------------<br><br><a href="../pdfs/itu_forum.pdf" target="_blank"><b>April-07 </b><br>ITU Forum of the Regional Working Group for Asia & Pacific Region,New Delhi, India, “Promoting Low Cost Access to the Unconnected”</a><br>--------------------------------------------------<br><br><a href="../pdfs/convergence-india.pdf" target="_blank"><b>March-07</b><BR> 15th Convergence India 2007, Pragati Maidan, New Delhi, India </a><br>--------------------------------------------------</div>';


if (singletext.length>1)ii=1;else ii=0;
function goup()
{
	if(sspeed!=rspeed*8)
	{
		sspeed=sspeed*2;restart=sspeed;
	}
}

function godown()
{
	if(sspeed>rspeed)
	{
		sspeed=sspeed/2;restart=sspeed;
	}
}

function start()
{
	if(document.getElementById)
	{
		document.getElementById('iens6div').style.top=sheight;
		document.getElementById('iens6div').innerHTML=singletext[0];
		ns6scroll(document.getElementById('iens6div'));
	}
	else if(document.all)
	{
		iens6div.style.top=sheight;
		iens6div.innerHTML=singletext[0];
		iescroll(iens6div);
	}else if(document.layers)
	{
	document.ns4div.document.ns4div1.top=sheight;
	document.ns4div.document.ns4div1.visibility='show';
	document.ns4div.document.ns4div1.document.write(singletext[0]);
	document.ns4div.document.ns4div1.document.close();
	ns4scroll(document.ns4div.document.ns4div1);
	}
}
function iescroll(whichdiv)
{
	iediv=eval(whichdiv);
	sizeup=iediv.offsetHeight;
	if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed)
	{
		iediv.style.pixelTop=0;
		setTimeout("iescroll(iediv)",100);
	}
	if(iediv.style.pixelTop>=sizeup*-1)
	{
		iediv.style.pixelTop-=sspeed;
		setTimeout("iescroll(iediv)",100);
	}
	else
	{
		iediv.style.pixelTop=sheight;
		iediv.innerHTML=singletext[ii];
		if(ii==singletext.length-1)
			ii=0;else ii++;
	}
}
function ns4scroll(whichlayer)
{
	ns4layer=eval(whichlayer);
	sizeup=ns4layer.document.height;
	if(ns4layer.top>0&&ns4layer.top<=sspeed)
	{
		ns4layer.top=0;
		setTimeout("ns4scroll(ns4layer)",100);
	}
	if (ns4layer.top>=sizeup*-1)
	{
		ns4layer.top-=sspeed;
		setTimeout("ns4scroll(ns4layer)",100);
	}
	else
	{
		ns4layer.top=sheight;
		ns4layer.document.write(singletext[ii]);
		ns4layer.document.close();
		if(ii==singletext.length-1)
			ii=0;
		else
			ii++;
	}
}
function ns6scroll(whichdiv)
{
	ns6div=eval(whichdiv);
	sizeup=ns6div.offsetHeight;
	if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed)
	{
		ns6div.style.top=0;
		setTimeout("ns6scroll(ns6div)",100);
	}
	if (parseInt(ns6div.style.top)>=sizeup*-1)
	{
		ns6div.style.top=parseInt(ns6div.style.top)-sspeed;
		setTimeout("ns6scroll(ns6div)",100);
	}
	else
	{
		ns6div.style.top=sheight;
		ns6div.innerHTML=singletext[ii];
		if(ii==singletext.length-1)
			ii=0;
		else
			ii++;
	}
}
