var fDesc=new Array(); fDesc[0] = "Meanie installs on your PC, once running it shows you a URL which you can browse to on your phone. Currently it only controls WMC (Windows Media Center), but I will probably put other apps in as time goes by. You can set Meanie to start-up when you log into Windows, check the box on the main window."; 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 = ''; } }