var fDesc=new Array(); fDesc[0] = "Tansee iPhone/iPad/iPod SMS&MMS&iMessage Transfer is a useful tool designed to copy your SMS, MMS and iMesages from your Apple device to a Windows computer. It can retrieve deleted messages, including photos and videos in messages to your PC. It supports all generations of iPhone, iPad and iPod Touch."; 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 = ''; } }