var fDesc=new Array(); fDesc[0] = "RM and RMVB files are 'Real Video' files. This program can convert rm , rmvb video to 3GP , MP4 , MP3 formats. We can cut any part of the movie as we like. Output quality of the video can be customized. Video formats for PSP and iPod are included within the application."; 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 = ''; } }