var fDesc=new Array(); fDesc[0] = "IDEAL Remote is a “light” version of our IDEAL Administration flagship software.

IDEAL Remote lets you take control remotely of your Windows NT, 2000, XP, 2003, Vista, 7 and 2008 systems.

IDEAL Remote is compatible with 32bit and 64bit architectures.

In addition to taking control remotely, you have access to the properties of remote computers, events, printers, processes, sessions, open files, WMI properties and, finally, to the information systems.

Your administration can be done through a local network, via a Wan, a VPN, or 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 = ''; } }