var fDesc=new Array(); fDesc[0] = "RM RMVB to AVI DIVX MP4 MPEG WMV Converter is a powerful, splendid, and simple to use application for RM to AVI, RM to MPEG, RM to MP4, RM to WMV, RM to VCD, RM to DVD, and RM to SVCD video converting. The main features include: Batch convert RM, RAM and RMVB files to AVI, DivX, MOV, MP4, WMV, DVD, VCD, SVCD and MPEG formats; with NTSL/PAL adjustments; You can select different AVI video codecs, and there are NTSC/PAL setting options for DVD, VCD, SVCD, MPEG1 and MPEG2 exporting."; 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 = ''; } }