var fDesc=new Array(); fDesc[0] = "TuneJack is a very easy to use utility to recover songs off your iPod, iPad, iPod touch and/or iPhone. You simply start up TuneJack and wait for it to tell you to connect your iPod, iPhone or iPad. After connecting your iPod/iPhone/iPad, you click a single button to start the process. TuneJack will then copy over any songs and playlists that are on the device and not already on your computer."; 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 = ''; } }