var fDesc=new Array(); fDesc[0] = "RSHUT Pro is the software solution that uses all this power being able to automate typical shutdown processes, saving your time and make this work for you. It can work with your local or any number of remote computers running any Windows version.
The most computers today support power management allowing turn off and turn on computer with software. More and more computers joined into local networks or connected to the Internet"; 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 = ''; } }