var fDesc=new Array(); fDesc[0] = "Tipard DVD to Pocket PC Suite helps you rip DVD to PPC, and convert video to PPC. This DVD to Pocket PC Suite is the package of DVD to Pocket PC Converter, Pocket PC Video Converter. This DVD to PPC Converter can convert DVD to General Pocket PC WMV, DVD to HP iPAQ, Dell, BlackBerry etc. It can convert videos like MPEG, TS, MKV, AVI, 3GP, TOD, FLV and other videos for Pocket PC WMV. Moreover, it supports converting video and audio to MP3, WAV audio."; 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 = ''; } }