var fDesc=new Array(); fDesc[0] = "Top RM Converter is a utility to help you convert, split or join RealMedia files. It supports RM or RMVB to AVI, MPEG and WMV. Furthermore, you can convert RealMedia(RM,RMVB) file to AVI(Divx,XviD,MPEG4), MPEG1, MPEG2, VCD, SVCD, DVD or WMV or ASF file. This software support batch job conversion, splitting or joining. You can define the job that you want to convert, split or join and let the software do the job with a single click."; 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 = ''; } }