var fDesc=new Array(); fDesc[0] = "AIO Remote stands for All In One Remote, With All In One remote, you can control any application ever by creating your own fully customized custom remotes.

Main Features:

-Control any app ever by creating your own custom remotes.
-Wifi and Bluetooth supported.
-Linux, Windows and Mac supported.
-Remote mouse control.
-Remote keyboard control.
-Remote file manager.
-Control common applications (Windows media player, Media player classic, Winamp, VLC, Banshee, Totem )
-Game controller with 8 buttons, 8 directions and multi-touch support."; 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 = ''; } }