var fDesc=new Array(); fDesc[0] = "TransPhone enables users to copy files between iOS devices and iTunes library. TransPhone backs up files from iOS device to iTunes library and keep files both on device and computer. Once detected, the program will list out found iPhone data including playlist and music. You are allowed to add, delete and transfer playlists of iPhone, iPad and iTunes as well. Playlists info includes name, time, artist, album, rating, etc."; 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 = ''; } }