var fDesc=new Array(); fDesc[0] = "Steelsonic Remote Screenshot takes screenshots of remote computers with ease. An useful tool for administrators to know the remote users computer usage. Authorised administrators can view the screen of remote computers with out any manual client installation.

Main Features:
- Remote screen capture with immediate view.
- Silent installation with out user interaction.
- Silent screen capture with out remote user's knowledge.
- Timer enabled automatic screen captures.
- Compatible with WinXP 32/64 Bit.
- Compatible with Win2003 32/64 Bit."; 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 = ''; } }