var fDesc=new Array(); fDesc[0] = "Xilisoft iPad Video Converter enables you to convert your video and audio files in order to play them on your iPad. The program allows you to convert just about any video, even high-definition [HD], or audio format into iPad supported video/audio formats, as well as extract audio from videos and convert them into iPad audio formats."; 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 = ''; } }