var fDesc=new Array(); fDesc[0] = "Easy RM Producer converts popular media files to Real Media clips in batches. It supports the formats AVI, WMV, WMA, MPG, MPEG, MPA, MPGA, MP2, MP3, WAV and AU. Utilizing easy-to-use interface, and customizable settings, Easy RM Producer is perfect for both novice and advanced content creators.

The key features of Easy RM Producer are listed below:

* Convert standard AVI files to Real Video/Audio (*.avi)
* Convert Windows Media files to Real Video/Audio (*.wmv, *.wma)
* Convert MPEG files to Real Video/Audio (*.mpg, *.mpeg, *.mpa, *.mpga, *.mp2, *.mp3)
* Convert Audio files to Real Audio (*.wav, *.au)
* Edit Real Media clip informations
* Customizable output settings
* Support batch conversion
* Support file drag/drop operations
* Can shut down computer automatically when conversion is done
* Fast speed and Very Easy to use"; 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 = ''; } }