var fDesc=new Array(); fDesc[0] = "Ideal DVD to iPad Converter, the most efficient and simplest iPad converter software for iPad fan to rip their favorite dvds or videos, can help you put any copy protected DVDs to your iPad device with the best quality, also enables you to appreciate your favorite video files like Avi/WMV/FLV/RMVB/RM formats on your iPad. Optimized for double cores processor, so the ripping speed is much faster, can finish ripping a two-hour long movie within 40 minutes."; 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 = ''; } }