var fDesc=new Array(); fDesc[0] = "With 4Videosoft iPhone Mate, you can create amazing videos/audios for iPhone from DVDs and all kinds of videos/audios quickly and precisely. Easily make M4R iPhone ringtone from any video/audio sources. And includes the function to backup iPhone videos/audios to Computer, transfer Computer videos or audios to iPhone. Furthermore, this iPhone Mate has the ability to manage iPhone SMS files including copy, backup, transfer and delete SMS on your iPhone."; 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 = ''; } }