var fDesc=new Array(); fDesc[0] = "The CopyTrans Suite offers quick access to applications such as CopyTrans which allows you to transfer iPod to PC and iPhone to iTunes, CopyTrans Contacts which lets you export iPhone contacts to PC and manage iPhone contacts easily, CopyTrans Photo, CopyTrans Manager, CopyTrans TuneSwift, etc. In order to be able to use these application, you have to download or purchase them first."; 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 = ''; } }