var fDesc=new Array(); fDesc[0] = "Designed for Nintendo DS players, ImTOO DVD to DPG Converter is able to rip contents on DVD discs to videos in formats of DPG, DPG2, DPG3 and DPG4 which are compatible with Nintendo DS and extract audios to format MP3 or MP2 for playing on Nintendo DS as well. Not only rip DVD discs, contents on ISO files and IFO files can also be converted to Nintendo DS videos/audios."; 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 = ''; } }