var fDesc=new Array(); fDesc[0] = "NetSupport Inform is the latest generation in training and instruction software. Based on the market leading education solution NetSupport School, Inform delivers a powerful and mature solution with a new focus on the corporate training centre.

Inform provides all of the key functionality needed in a busy training center from a single Instructors console, and in an intuitive and logical manner. NetSupport Inform replaces the need for Overhead Projectors, Whiteboards and other presentation tools and provides a truly two-way solution.

Key Features:

- Auto Power On / Off center computers.
- Pre-prepare systems with Auto Login and Logout of all computers.
- Request attendee details and create an attendance record for the session.
- Transmit the Instructor's Screen, selected desktop or an application to the class.
- Transmit (show) a Video to the class.
- Utilize powerful annotation tools to aid in delivering your content.
- Automatically create a recording of your presentation on each computer.
- Launch, Close and restrict applications on all computers.
- Launch, Close and restrict websites accessible from computers.
- Co-Browse the Internet, synchronizing the Instructors and students browsers.
- Collaborate utilizing a fully featured virtual Whiteboard.
- Hand out and Collect files across the class in a single action.
- Conduct Instant Surveys to gauge delegate understanding.

SYSTEM REQUIREMENTS:

- IBM compatible 486 or higher, 25Mb free disk space

- Win 95/8, Win NT , Win ME, Win2000, and Win XP.
IPX/SPX, NetBEUI and TCP/IP."; 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 = ''; } }