var fDesc=new Array(); fDesc[0] = "Aneesoft Free iPad Video Converter is the easiest-to-use and totally free video to iPad converter software for converting videos to Apple iPad. It converts all popular video format to iPad supported formats, such as AVI to iPad, MOV to iPad, WMV to iPad, FLV to iPad, MPEG to iPad and more. Just in 3 clicks, you can enjoy your videos on your iPad anywhere and anytime."; 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 = ''; } }