var fDesc=new Array(); fDesc[0] = "Tipard Phone Transfer lets you easily transfer contacts, music, videos, photos, ePub files, PDF documents and other data from one cell phone to another with only one click.

Support transferring content from iOS/Android devices to iOS devices, sync your cell phone without erasing, transfer files in dead/smashed mobile device to another one, detect more than 2 devices at the same time. The Phone Transfer software supports the latest Android and iOS devices."; 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 = ''; } }