var fDesc=new Array(); fDesc[0] = "With this program, you can watch movies and videos or listen to music on your Nintendo DS and DSi XL by converting videos to DPG movies for your portable gaming device. It helps you convert AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, MOV, XviD, 3GP to DPG/DPG2/DPG3/DPG4 playable on DS, DSi XL, and convert WMA, WAV, M4A, AAC, AC3, OGG, CUE, APE, CDA audio to MP2/MP3 format."; 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 = ''; } }