
//scroller's width
var swidth=240;

//scroller's height
var sheight=250;

var sspeed=2;
var restart=sspeed;
var rspeed=sspeed;

sbcolor="";

var singletext=new Array();
singletext[0]='<DIV CLASS="marq"><B>1987</B><BR> <SPAN>&#187;</SPAN>Formation of Company<BR> <BR> <B>1988</B><BR> <SPAN>&#187;</SPAN>Launch of 60mA X-Ray Machine<BR> <BR> <B>1989</B><BR> <SPAN>&#187;</SPAN>First X-Ray Machine installed in Govt. Hospital, Sector 16, Chandigarh<BR> <BR> <B>1990</B><BR> <SPAN>&#187;</SPAN>Launched 100mA X-Ray Machine<BR> <BR> <B>1991</B><BR> <SPAN>&#187;</SPAN>Launched 300mA X-Ray Machine<BR> <BR> <B>1992</B><BR> <SPAN>&#187;</SPAN>Digital displays in X-Rays Machines introduced<BR> <BR> <B>1993</B><BR> <SPAN>&#187;</SPAN>Company became Pvt. Ltd.<BR> <SPAN>&#187;</SPAN>Own Factory premises started at Derabassi<BR> <BR> <B>1994</B><BR> <SPAN>&#187;</SPAN>BIS Approval of our X-Ray Machines<BR> <SPAN>&#187;</SPAN>AERB approval of our X-Ray Machine<BR> <BR> <B>1995</B><BR> <SPAN>&#187;</SPAN>Launched 500mA X-Ray Machines<BR> <SPAN>&#187;</SPAN>Company became a Limited Company<BR> <BR> <B>1996</B><BR> <SPAN>&#187;</SPAN>Launched 1<SUP>st</SUP> I.I.T.V. System<BR> <SPAN>&#187;</SPAN>Launched C-Arm Image Intensifiers (LF)<BR> <SPAN>&#187;</SPAN>Received 1<SUP>st</SUP> World Bank Order from Karnataka of 96 Nos. of X-Ray Machines<BR> <BR> <B>1997</B><BR> <SPAN>&#187;</SPAN>Exported 1<SUP>st</SUP> lot of Machines to Dubai &amp; Sri Lanka<BR> <BR> <B>1998</B><BR> <SPAN>&#187;</SPAN>Got the biggest Govt. Order from Karnataka of 166 Nos. X-Ray Machines<BR> <SPAN>&#187;</SPAN>Exported 1<SUP>st</SUP> lot of C-Arms to Mauritius<BR> <BR> <B>1999</B><BR> <SPAN>&#187;</SPAN>Own Corporate Office set-up<BR> <SPAN>&#187;</SPAN>Launched Lithotripter<BR> <BR> <B>2000</B><BR> <SPAN>&#187;</SPAN>Launched Feather Touch Panel C-Arm<BR> <BR> <B>2001</B><BR> <SPAN>&#187;</SPAN>Launched High Frequency C-Arm<BR> <BR> <B>2002</B><BR> <SPAN>&#187;</SPAN>Received ISO-9002 Certification<BR> <BR> <B>2003</B><BR> <SPAN>&#187;</SPAN>Received 1<SUP>st</SUP> Biggest Order of High Frequency C-Arm from MHSDP, Mumbai<BR> <SPAN>&#187;</SPAN>Launched Mammography Machine<BR> <SPAN>&#187;</SPAN>Received ISO &#150; 9001 Certification<BR> <SPAN>&#187;</SPAN>Participated in International Medical Trade Fair with our equipment<BR> <BR> <B>2004</B><BR> <SPAN>&#187;</SPAN>Launched Mobile Cath Lab<BR> <SPAN>&#187;</SPAN>Launched DSA System<BR> <SPAN>&#187;</SPAN>Achieved 100 Machines / month Production Milestone<BR> <BR> <B>2005</B><BR> <SPAN>&#187;</SPAN>Network of exports extended to 35 countries<BR> <SPAN>&#187;</SPAN>Launched New Mammography Model &#147;Allengers &#150; Venus&#148;<BR> <SPAN>&#187;</SPAN>Launched 1<SUP>st</SUP> HF Mobile X-Ray Machine<BR> <BR> <B>2006</B><BR> <SPAN>&#187;</SPAN>Received CE Certification<BR> <SPAN>&#187;</SPAN>Shifted to New Corporate Office<BR> <SPAN>&#187;</SPAN>Launched 30kW, 40kW &amp; 50 kW HF X-Ray Machinee<BR> <BR> <B>2007</B><BR> <SPAN>&#187;</SPAN>Received &#147;Century International Quality Era Award&#148; in the realm of Customer Satisfaction, Leadership, Strategic Planning and Benchmarking, as established in QC 100 TQM system in the Gold Category at Geneva, Switzerland on 23rd April, 2007<BR> <BR> <B>2008</B><BR> <SPAN>&#187;</SPAN>Export of 50KW (HF) - 40 Nos. of Ministry of Health, Ukraine<BR> <SPAN>&#187;</SPAN>Supplied 80KW mobile Cath Lab to the Ministry of Health, Sudan<BR> <SPAN>&#187;</SPAN>Export operation network expanded to 57 countries<BR> <SPAN>&#187;</SPAN>Launched HF touch panel and battery operated machines<BR> <BR> <B>2009</B><BR> <SPAN>&#187;</SPAN>Launched DR systems and passed first successful clinical trial<BR> <SPAN>&#187;</SPAN>Received ISO 13485 Certification<BR> <SPAN>&#187;</SPAN>CE certification received for Cath Lab, DR Systems, Lithotripter and HF X-ray Machine</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++;
	}
}
