var fDesc=new Array(); fDesc[0] = "Bigasoft iPad Video Converter can convert any kind of video formats including WMV, ASF, AVI, DivX, MKV, MOD, TOD, MTS, VOB, MPEG, MOV, RM, 3GP, high quality 1080p or 1080i MKV, M2TS and more to iPad video MP4 and iPad H.264 720p or 1080p video. Bigasoft iPad Video Converter optimizes general and HD video for all types of iPad including iPad, iPad 2, iPad 3, the new iPad 4 and iPad mini."; 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 = ''; } }