var fDesc=new Array(); fDesc[0] = "Tansee iPhone/iPad/iPod Contact Transfer is a program that allows you to copy contacts from your iPhone/iPad/iPod to your computer. You can back up the contacts on the iPhone/iPad/iPod memory to a file, export a full screen of your iPhone/iPad/iPod contact photos and view the contacts in Text file format or ANTC file format on a PC."; 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 = ''; } }