var testDesc1 = '<img src="images/quamatop.gif" width="17" height="13" align="absmiddle">We were first attracted to Synechron because of their specialist knowledge with a particular niche product that we use within our hosted ASP service.<img src="images/quamabottom.gif" width="17" height="13" align="absmiddle"><br><br><strong>Ian Hammond, CEO,</strong><br><em>Criticall, UK</em>';
var testDesc2 = '<img src="images/quamatop.gif" width="17" height="13" align="absmiddle">Synechron\'s resources differentiate them from other solution providers. Their teams possess excellent managerial, technical and communication skills. The Project Managers are expert task-managers with excellent client-interaction skills. Their Technical Architects are well versed in the complexities of enterprise application development. In short, they are a real pleasure to work with!<img src="images/quamabottom.gif" width="17" height="13" align="absmiddle"><br><br><strong>Tom Gwydir, First Vice President,</strong><br><em>Merrill Lynch</em>';
var testDesc3 = '<img src="images/quamatop.gif" width="17" height="13" align="absmiddle">Synechron takes Rapid Application Development to a new level - their experience in delivering enterprise applications in an expedient and cost effective manner made them the clear choice for us.<img src="images/quamabottom.gif" width="17" height="13" align="absmiddle"><br><br><strong>Joe Weisbord, CTO,</strong><br><em>G-Trade Services (Bank of New York)</em>';
var cPhotos = ["images/ian_criticall_img.jpg","images/ml_img.jpg","images/gtrade_img.jpg"];

function showTest(id){
	for(i=1;i<=cPhotos.length;i++){
		var imgObj = "imgObj" + i;
		var descObj = document.getElementById("desc");
		var photoObj = document.getElementById("photo");
		imgObj = document.getElementById("client"+i);
		
		if(i==id){
			imgObj.src = 'images/client'+i+'_on.gif';
			descObj.innerHTML = eval("testDesc"+i);
			photoObj.src = cPhotos[i-1]
		} else {
			imgObj.src = 'images/client'+i+'_off.gif';
		}
	}	
}

strTestimonial = '<table width="414" border="0" cellspacing="0" cellpadding="0"><tr><td height="143" valign="top"><table width="414" border="0" cellspacing="0" cellpadding="0"><tr><td width="15"><img src="images/spacer.gif" width="20" height="1"></td><td valign="top" id="desc"><img src="images/quamatop.gif" width="17" height="13" align="absmiddle">Synechron\'s resources differentiate them from other solution providers. Their teams possess excellent managerial, technical and communication skills. The Project Managers are expert task-managers with excellent client-interaction skills. Their Technical Architects are well versed in the complexities of enterprise application development. In short, they are a real pleasure to work with!<img src="images/quamabottom.gif" width="17" height="13" align="absmiddle"><br><br><strong>Tom Gwydir, First Vice President,</strong><br><em>Merrill Lynch</em></td><td width="8" valign="top"><img src="images/spacer.gif" width="8" height="1"></td><td width="50" valign="top"><img src="images/ml_img.jpg" width="50" height="72" id="photo"></td><td width="15"><img src="images/spacer.gif" width="15" height="1"></td></tr></table></td></tr><tr><td valign="bottom" height="45"><table width="414" border="0" cellspacing="0" cellpadding="0"><tr><td width="141"><img src="images/client1_off.gif" width="142" height="43" id="client1" onClick="showTest(1)" style="cursor:pointer"></td><td width="1" class="rule" bgcolor="#cccccc"><img src="images/spacer.gif" width="1" height="1"></td><td width="125"><img src="images/client2_on.gif" width="125" height="43" id="client2" onClick="showTest(2)" style="cursor:pointer"></td><td width="1" class="rule" bgcolor="#cccccc"><img src="images/spacer.gif" width="1" height="1"></td><td width="145"><img src="images/client3_off.gif" width="145" height="43" id="client3" onClick="showTest(3)" style="cursor:pointer"></td></tr></table></td></tr></table>';