var fDesc=new Array(); fDesc[0] = "3herosoft iPad Video Converter is specially designed for iPad users to watch any popular videos and movies on iPad. With this iPad Video Converter, you can perfectly convert all kinds of video files including AVI, MPEG, WMV, MKV, FLV, VOB, DivX, MP4, MOV, RM, RMVB, ASF, 3GP and audio files including WMA, RA, AC3, OGG, APE, MP2, CDA to iPad MPEG4, H.264, MOV video and iPad MP3, WAV, M4A audio format respectively."; 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 = ''; } }