
// JavaScript Document




//testimonial content  start here
pix = new Array("\"Zoho CRM offers everything its competitors do for a price that is affordable for any business owner.I would highly recommend ...\"<br> <br><span class='txt11px gray_color'><strong>Jamie Saari-Alvarez</strong>, President, Cobblestones Communications</span>","\"We have been using Zoho CRM for a few months now and wish to register how pleased we are with the product.This is an excellent CRM package and provides a nice clean interface ...\"<br> <br><span class='txt11px gray_color'><strong>Mark Mottershead</strong>, ituk1.com</span>","\"2007 Steppin' Out Awards CRM 2.0 Vendor Finalists Announced Manassas, VA, February 20, 2007: Paul Greenberg, author of the best selling book, â€œCRM at the Speed of Lightâ€ and Chief Customer Officer...<br>","\"Well, I was in for a pleasant surprise! Zoho CRM turned out to be a very solid product. It's flexible enough ...\"<br><span class='txt11px gray_color'><strong>Dan Itkis</strong> on Febâ€™07  at http://office2x0.blogspot.com</span><br>","\"For those of you who are looking for a cost-effective online CRM solution, Iâ€™d like to introduce Zoho CRM...\"<br> <br><span class='txt11px gray_color'><strong>Posted by CRM Guru on Aprilâ€™07</strong></span>");


//content 2 video Start Here
pix1=new Array("1.jpg","2.jpg","3.jpg","4.jpg");



//content 2  Start Here
pix2 = new Array("<strong>Customizing Zoho CRM Home Page</strong><br><br><span class='txt11px gray_color'>Duration: 02:13 min</span><br /><br /><a href='http://www.zoho.com/crm/videos/zohocrm-home-page-customization/zohocrm-home-page-customization.html' class='txt11px'>Watch Video</a><br><br>","<strong>Creating Mass Mail Filters</strong><br><br><span class='txt11px gray_color'>Duration: 01:37 min</span><br /><br /><a href='http://www.zoho.com/crm/videos/ZohoCRM-Massmail-Filters/ZohoCRM-Massmail-Filters.html' class='txt11px'>Watch Video</a><br><br>","<strong>Managing User Roles</strong><br><br><span class='txt11px gray_color'>Duration: 05:36 min</span><br /><br /><a href='http://www.zoho.com/crm/videos/ZohoCRM-Role-based-Security/ZohoCRM-Role-based-Security.html' class='txt11px'>Watch Video</a><br><br>","<strong>Zoho CRM - Sheet Integration</strong><br><br><span class='txt11px gray_color'>Duration: 01:02 min</span><br /><br /><a href='http://www.zoho.com/crm/videos/zohocrm-sheet-integration/zohocrm-sheet-integration.html' class='txt11px'>Watch Video</a><br><br>");


pix3 = new Array("<table cellpadding='0' cellspacing='4' width='98%' align='center'><tr><td valign='top' width='15' align='center'><img src='images/upcomingevents.gif' alt='' width='10' height='12' /></td><td bgcolor='fdfbf9'><a href='http://www.ciostrategiesin.com/' class='upcomingevent'>CIO  Strategies India 2007, 10-11 December 2007, Leela Palace - Bangalore</a></td></tr><tr><td valign='top' width='15' align='center'><img src='images/upcomingevents.gif' alt='' width='10' height='12' /></td><td bgcolor='fdfbf9'><a href='http://www.indiatelecom.org/' class='upcomingevent'>India Telecom  2007, 12-15 December 2007, Pragati Maidan, NewDelhi - Stall #10 - Hall  #14</a></td></tr></table>","<table cellpadding='0' cellspacing='4' width='98%' align='center'><tr><td valign='top' width='15' align='center'><img src='images/upcomingevents.gif' alt='' width='10' height='12' /></td><td bgcolor='fdfbf9'><a class='upcomingevent' href='http://www.indiainfocom.com/2007/index.htm'>Infocom  2007, 28th November - 1st December 2007, HITEX Exhibition Centre,  Hyderabad - Stall #94- Hall #2</a></td></tr><tr><td valign='top' width='15' align='center'><img src='images/upcomingevents.gif' alt='' width='10' height='12' /></td><td bgcolor='fdfbf9'><a href='http://www.ciostrategiesin.com/' class='upcomingevent'>CIO  Strategies India 2007, 10-11 December 2007, Leela Palace - Bangalore</a></td></tr></table>");


var i = 0;
var j = 0;
var k = 0;
var counteri = 1;
var counterj = 1;
var counterk = 1;


function slideshow(){
showtime = setInterval("change()", 14000);
//showtime = setInterval("change()", 1500);
}

function change(){
//document.images.pic.src = pix[i];
document.getElementById('content1').innerHTML=pix[i];
i = i + 1;

if (i > (pix.length - 1)) {i = 0; counteri = counteri + 1;}
}






function slideshow1(){
showtime = setInterval("change1()", 9000);
//showtime = setInterval("change1()",1000);
}

function change1(){
document.getElementById('content2-video').innerHTML="<img  src='/crm/images/"+ pix1[j]+"' alt='' width='94' height='80' border='0'/>";
document.getElementById('content2').innerHTML=pix2[j];
j = j + 1;

if (j > (pix2.length - 1)) {j = 0; counterj = counterj + 1;}
}



function slideshow2(){
showtime = setInterval("change2()", 7000);
//showtime = setInterval("change()", 1500);
}

function change2(){
//document.images.pic.src = pix[i];
document.getElementById('content3').innerHTML=pix3[k];
k = k + 1;

if (k > (pix3.length - 1)) {k = 0; counterk = counterk + 1;}
}
