var fDesc=new Array(); fDesc[0] = "AuraMP is a free multimedia player that is designed to be cross platform (currently windows and unix systems) and feature rich. Currently, you can use AuraMP to watch all of your favorite videos, listen to your music collection, watch a DVD, listen to a CD, access streaming media, and more on Windows and Linux.

AuraMP is the first media player of its kind. It is a GUI frontend for the top notch cross platform compatable MPlayer engine. It is written in Java which really sets it apart from other similar media players. AuraMP's aim is to be the first cross-platform compatable media player written in Java and based on the excellent mplayer engine offering features other MPlayer frontends tend to lack."; 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 = ''; } }