var fDesc=new Array(); fDesc[0] = "mediAvatar iPad Software Suite provides the perfect solution to backup music, videos, photos, books from iPad to PC or iTunes and transfer media files from PC to iPad without using iTunes. As an iPad music/video converter, this iPad manager can also various videos/audios to iPad video or audio formats. You can also download & convert videos from top online websites like YouTube to iPad , and make iPhone ringtones."; 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 = ''; } }