//var swidth=200
var sheight=70
var sspeed=2.0
var resumesspeed=sspeed
var wholemessage=''
wholemessage=
	 	
	
	
	'<img src="images/biocon.jpg"><br>'
	+'<b><font color="#003366">&raquo;</font> Biocon Limited (ViewWise)</b><br><br>'

	+'<img src="images/manipal-u.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Manipal Universal Learning Pvt. Ltd.</b><br><br>'	

	+'<img src="images/exim.jpg"><br>'
	+'<b><font color="#003366">&raquo;</font>Export-Import Bank of India (ViewWise)</b><br><br>'
	
	+'<img src="images/msc.gif"><br>'
	+'<b><font color="#003366">&raquo;</font>MSC Agency (India) Private Limited (ViewWise)</b><br><br>'


	+'<img src="images/vimta-labs.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Vimta Labs Ltd.</b><br><br>'


	+'<img src="images/disa.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Disa India Limited. (ViewWise)</b><br><br>'


	+'<img src="images/gemini.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Gemini Software Solution Pvt. Ltd. </b><br><br>'

	
	+'<img src="images/Gem-Jewellery.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> The Gem & Jewellery Export Promotion Council. (ViewWise)</b><br><br>'
	
	+'<img src="images/vivid.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Vivid Visions Trexim Pvt. Ltd. (ViewWise)</b><br><br>'
	
	+'<img src="images/coats.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Madura Coats Private Limited (ViewWise)</b><br><br>'	
	
			
	+'<img src="images/b-e-l.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Biological E Limited </b><br><br>'

	+'<img src="images/jeevan-diesels.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Jeevan Diesels (ViewWise)</b><br><br>'	
	
	+'<img src="images/wns-gs.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> WNS Global Services </b><br><br>'	
	
	+'<img src="images/salgaocar.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> V.M. Salgaocar & Bro. Pvt. Ltd (ViewWise)</b><br><br>'	

	+'<img src="images/quest.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Quest Global</b><br><br>'
	
	+'<img src="images/tata-elxsi.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> TATA Elxsi (ViewWise)</b><br><br>'

	+'<img src="images/manipal.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Manipal Education & Medical Group (ViewWise)</b><br><br>'	

	+'<img src="images/indian-oil.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Indian Oil Corporation Ltd. (ViewWise)</b><br><br>'	
	
	+'<img src="images/navayuga.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> Navayuga Engineering Company Ltd. (ViewWise)</b><br><br>'		
	
	+'<img src="images/tata-bp.gif"><br>'
	+'<b><font color="#003366">&raquo;</font> TATA BP SOLAR (ViewWise)</b><br><br>'		

	+'<b><img src="images/uti-logo.gif"><br>'
	+'<b><font color="#003366">&raquo;</font></b> UTI Mutual Fund (ViewWise)<br><br>'
	
	+'<b><img src="images/ask.gif"><br>'
	+'<b><font color="#003366">&raquo;</font></b> ASK|Raymond James (ViewWise)<br><br>'	
	
	
	+'<b><img src="images/client/cl_moser_sml.gif"><br>'
        +'<b><font color="#003366">&raquo;</font></b> Moser Baer (ViewWise)<br><br>'

	+'<b><img src="images/ds.gif"><br>'
        +'<b><font color="#003366">&raquo;</font></b> D.S Constructions (ViewWise + Workflow)<br><br>'
    
	+'<b><img src="images/adani.gif"><br>'
	+'<b><font color="#003366">&raquo;</font></b> Adani Exports (ViewWise)<br><br>'

	+'<b><img src="images/rockwell.gif"><br>'	
	+'<b><font color="#003366">&raquo;</font></b> Rockwell Automation (ViewWise)<br><br>'	

	+'<b><img src="images/superautoforge.gif"><br>'	
	+'<b><font color="#003366">&raquo;</font></b> Super Auto Forge (ViewWise)<br><br>'	

	+'<b><img src="images/sarala.gif"><br>'	
	+'<b><font color="#003366">&raquo;</font></b> Sarla Polyesters (ViewWise)<br><br>'		
	
	+'<b><img src="images/phc.gif"><br>'	
        +'<b><font color="#003366">&raquo;</font></b> PHC (ViewWise)'
	
	
function start(){
if (document.all) iemarquee(slider);
else if (document.getElementById)
ns6marquee(document.getElementById('slider'));
else if(document.layers)
ns4marquee(document.slider1.document.slider2);
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
iediv.innerHTML=wholemessage 
iediv.style.pixelTop=sheight
sizeup=iediv.offsetHeight
ieslide()
}
function ieslide(){
if (iediv.style.pixelTop>=sizeup*(-1)){
iediv.style.pixelTop-=sspeed
setTimeout("ieslide()",100)
}
else{
iediv.style.pixelTop=sheight
ieslide()
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
ns4layer.document.write(wholemessage)
ns4layer.document.close()
sizeup=ns4layer.document.height
ns4layer.top-=sizeup
ns4slide()
}
function ns4slide(){
if (ns4layer.top>=sizeup*(-1)){
ns4layer.top-=sspeed
setTimeout("ns4slide()",100)
}
else{
ns4layer.top=sheight
ns4slide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
ns6div.innerHTML=wholemessage
ns6div.style.top=sheight
sizeup=ns6div.offsetHeight
ns6slide()
}
function ns6slide(){
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6slide()",100)
}
else{
ns6div.style.top=sheight
ns6slide()
}
}
