var fDesc=new Array(); fDesc[0] = "MediaMonkey Remote Server is a free-to-use application that allows you to control your MediaMonkey media player. The remote itself runs on most Android devices, both phones and tablets. To use the MediaMonkey Remote, you need to install the server program on the computer running MediaMonkey, and the Android app on the Android device you want to use as a remote control."; 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 = ''; } }