var ImgObject = new Image;

ImgObject.src="images/txt_clientreviews.gif";	

	

loadGlobalFunctions=function()

{ 

 // rotate contents every 5 seconds

 rotateContent=function(){

  i++;

  if(i==message.length){i=0}

  containerq.innerHTML=message[i];

  setTimeout('rotateContent()', 12*1000);

 }

 // defines messages array

 var message=new Array();

 message[0]='<table border="0" cellpadding="0" cellspacing="0" class="maintxt"><tr><td height="143" align="left" valign="top"><strong>Ace Dezines</strong> pains takingly responded to every clarification &amp; request of mine for modification &amp; revision for my company\'s website. He strove to deliver satisfaction which speaks loudly of passion for his work &amp; commitment to his customers.<br><br><font color="#DC7511">Client : Amar Chegu (Director, Cosmic Management Services Pvt. Ltd.)<br>Requirement : Website Design &amp; Development</font></td></tr></table>';

 message[1]='<table border="0" cellpadding="0" cellspacing="0" class="maintxt"><tr><td height="143" align="left" valign="top">Brilliant design work for my book cover! I merely asked <strong>Ace Dezines</strong> that I needed a sample cover design for my novel <strong>&quot;The Men Within - A Cricketing Tale&quot;</strong> &amp; he said yes, he\'d try. What he came up with from a sketchy concept that I narrated him was simply superb. Providing the perfect setting for the story, the book\'s ...<br><br><font color="#DC7511"> Client : Harimohan Paruvu (Author &quot;The Men Within &#8211; A Cricketing Tale&quot;)<br>Requirement : Website, Book Cover Page Design</font></td></tr></table>';

 message[2]='<table border="0" cellpadding="0" cellspacing="0" class="maintxt"><tr><td height="143" align="left" valign="top"><strong>Ace Dezines</strong> team is knowledgeable &amp; had good ideas to start our web pages. They are flexible &amp; had the ability to meet our company\'s needs. They responds quickly &amp; follows up to make sure everything is working out well. We have been continually happy with your prompt, professional service. We especially appreciate your valuable feedback on the design...<br><br><font color="#DC7511">Client : Dev.R CEO (Ipage telecom)<br>Requirement : Website Design &amp; Development</font></td></tr></table>';

 message[3]='<table border="0" cellpadding="0" cellspacing="0" class="maintxt"><tr><td height="143" align="left" valign="top">I would like to thank you for designing both my websites, Antharyaami.com &amp; Green Earth.in. I appreciate your creativity in presenting the content in a way that a client desires. I had to explain very little to get what I required &amp; you could understand &amp; present the pages appropriately. Even your ability to balance colours is very ...<br><br><font color="#DC7511">Client : Sailaja Jonnalagadda (Green Earth, Antharyaami)<br>Requirement : Website Design &amp; Development</font></td></tr></table>';

 message[4]='<table border="0" cellpadding="0" cellspacing="0" class="maintxt"><tr><td height="143" align="left" valign="top">We have been utilizing the services of <strong>Ace Dezines</strong> headed by <strong>Mr. Shiva Kumar</strong> for several assignments now &amp; find the degree of the service &amp; the quality of the work of a superior nature &amp; deliveries prompt.<br><br><font color="#DC7511">Client : Sobhanadri (Novo Agri.tech)<br>Requirement : Website Design &amp; Development</font></td></tr></table>';

 message[5]='<table border="0" cellpadding="0" cellspacing="0" class="maintxt"><tr><td height="143" align="left" valign="top"><strong>Ace Dezines</strong> creative acumen is at par with the best in the industry. They deal in very professional manner &amp; make sure that the work delivered is in line with the expectations.<br><br><font color="#DC7511">Client : Raghoo Potinii (Knowledge Capital)<br>Requirement : Website Design &amp; Development</font></td></tr></table>';

 message[6]='<table border="0" cellpadding="0" cellspacing="0" class="maintxt"><tr><td height="143" align="left" valign="top"><strong>Ace Dezines Team</strong> looked at our web site and came up with a plan to get us more web based business which they then actioned. Now a year down the line the web has proved the best way of getting us new leads which we successfully convert. Thanks to all that helped.<br /><br /><font color="#DC7511">Client : Rajesh (Suryacem)<br>Requirement : Website Design &amp; Development</font></td></tr></table>';

 var i=0;

 var containerq=document.getElementById('container');

 // execute rotateContent function

 rotateContent();

}



window.onload=loadGlobalFunctions;

