var division=null;
var more=null;
var comments=new Array();
var client=new Array();

comments[0]="Venkat Mangudi Consulting helped us get all our School Libraries' data and transactions online. The scale of our Library programme is huge &  involves 300+ libraries, 250,000 children, over 400,000 books and approximately 5000 transactions per day. They brought not only their technical expertise to bear on the problems but also showed understanding of the personnel issues involved in such a large field operation. They worked on evangelizing and customizing our current application infrastructure while getting our systems online.  It has been a pleasure working with Venkat Mangudi Consulting.";
comments[1]="We have worked with Venkat Mangudi Consulting on multiple projects and we find that they work well with our teams & other service providers that we interface with. They have a sharp focus on the outcome which is valuable to us";
comments[2]="Venkat Mangudi Consulting has been a wonderful partner in helping us design and implement our MIS and ERP systems. What comes to fore is their patience in working with us and the innovative solutions that they have developed as per our needs.";
comments[3]="Venkat Mangudi Consulting did an excellent job of understanding our needs, and developed quick and effective solutions for us. Venkat and team have been a pleasure to work with, and their ability to understand complex client requirements and develop effective enterprise solutions has been a boon to our business!";

client[0]="Arvind Venkatadri, Akshara Foundation";
client[1]="Ashok Kamath, Akshara Foundation and Pratham Books";
client[2]="Gautam John, Pratham Books";
client[3]="Bhavin Patel, Rainmaker Training and Recruitment Private Limited";
/*
fadeimages[1]="../images/slideshow/model.jpeg";
fadeimages[0]="../images/slideshow/consulting.jpg";
fadeimages[2]="../images/slideshow/consulting1.jpg";
fadeimages[3]="../images/slideshow/peb.jpeg";
fadeimages[4]="../images/slideshow/stairs.jpeg";
*/

function chkc()
{
	division=document.getElementById('c3');
	more=document.getElementById('m3');
maxIndex=comments.length;

do{
		index=Math.floor(Math.random()*11);
}while(index >= maxIndex);

coment="\""+comments[index]+"\" <br><b class=\"client\">- "+client[index]+"</b>";

	division.innerHTML=coment;
	if(division.scrollHeight>200)
	{
		more.style.visibility="visible";
	}
//document.getElementById('sshow').innerHTML="<img src='/Joomla/templates/themza_j15_19/images/slideshow/consulting2.jpg'>";
}

function xpand()
{
	division.style.height='auto';
	more.style.visibility="hidden";
}
function changeClass(divId)
{
hideAll();
document.getElementById(divId).style.display='block';
document.getElementById("s"+divId).style.background='#3a7caf';
document.getElementById("s"+divId).style.color='#FFFFFF';
}
function hideAll()
{
	document.getElementById("au").style.display='none';
	document.getElementById("mt").style.display='none';
	document.getElementById("mt").style.padding='5Px';
	document.getElementById("yv").style.display='none';
	document.getElementById("sau").style.background='#FFFFFF';
	document.getElementById("sau").style.color='#000000';
	document.getElementById("smt").style.background='#FFFFFF';
	document.getElementById("smt").style.color='#000000';
	document.getElementById("syv").style.background='#FFFFFF';
	document.getElementById("syv").style.color='#000000';
}

