var fDesc=new Array(); fDesc[0] = "iSyncCRM synchronises your ACT! contacts and companies into your iPhone's address book, which can be edited, deleted and created, just like a usual contact! Your ACT! calendar is synchronised with your iPhone calendar, including alerts, so you'll never miss another appointment! Each phone is set up to an individual ACT! user, so you'll only see the contacts, companies and activities that you see in ACT!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }