var fDesc=new Array(); fDesc[0] = "The combination of the RemoteControl plugin for Winamp and the Android app allows fast and easy control of the Winamp playback over wifi. The plugin synchronizes Winamp with the app so you can sit on the sofa while browsing through your favourite playlist.
Features:
* playback control
* browse your playlist
* cover files transmission
* display track information
* queuing tracks
* playback is paused on incoming call"; 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 = ''; } }