var fDesc=new Array(); fDesc[0] = "Dicsoft Pocket PC Video Converter is an all-in-one solution for converting all popular video format files to PDA and Pocket PC MP4 or H.264 video formats, or extracting audio from video files to mp3 music, so that you can play it on your PDA and Pocket PC. It incorporates a fast recording technique and provides good video quality. It is fully compatible with all PDA video formats. The output file has a good image and sound quality."; 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 = ''; } }