var fDesc=new Array(); fDesc[0] = "iTransGo allows you to transfer content straightforwardly between any iDevices and any iOS version. You can migrate data from old iPhone to a new one, merge contents between your iPhone and iPad, or transfer your music, video and other media freely between your devices without iTunes. iTransGo makes data transfer completed in the simplest process. You just need to connect a source and a destination device, and then choose a complete clone or select data flexibly for migration."; 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 = ''; } }