var fDesc=new Array(); fDesc[0] = "Wake my PC is a free simple utility enabling you to wake your computers remotely, using the WOL (Wake on LAN) protocol. You just need to configure your network and computer to accept this feature (generally in your PC’s BIOS, and opening a network port). The service runs even when you’re not logged on your computer. It comes with an Agent application which allows you to configure its port and password."; 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 = ''; } }