var fDesc=new Array(); fDesc[0] = "This application allows you to convert lots of files such as MPEG-1, MP2, MP3, AVI, WAV and Quick Time to RM (Real Media Files). With this application you will be able to edit the messages of RealMedia files. The program counts with a user-friendly interface. All To Real Converter 6.1 does not take a lot of hard drive space. This program works really fast and it is very easy to use. It will convert your files from one format to another in a very short time. This application will not request a lot of system requirements to be installed. When converting your files to video, you can choose a lot of different quality types. You can rename your files once they have been converted. All To Real Converter 6.1 will also allow you to play the files you have converted directly from the program without needing to open another media player. This application will also guide you on how to convert one format to another in a really simple way. The program will automatically store all your conversions so you can watch or listen to them when you open the program."; 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 = ''; } }