var fDesc=new Array(); fDesc[0] = "Aquarius Soft PC Remote Shutdown Professional lets you instantly or automatically power up, shutdown and control your networked PCs from a central PC running the PC Remote Shutdown Pro Server software. With one button press, you can power up, shutdown, reboot, log out, lock up, run the screen saver or turn off the monitors of those PCs in the network that are running the PC Remote Shutdown Pro Client software.

The solution is designed for the following environment and scenarios: automatic remote power up of Wake-On-LAN enabled computers, automatic remote shutdown of networked PCs in your company to save power, remote control of computers in a PC network gaming shop or Internet Cafe or Cyber Cafe, remote control of networked PCs in a school's computer laboratory or computer classroom while conducting computer lessons, remote shutdown and remote control of home network PCs and control of your child's usage hours on his PC."; 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 = ''; } }