var fDesc=new Array(); fDesc[0] = "The VTC AIR Player provide you access to the VTC Online University from a Windows, Macintosh, or Linux machine.

Main features:

- Playback of demo and authorized tutorials directly from player interface.
- Skip the current tutorial.
- Play any course as a single unit with the "Play All" button.
- Maintain and manage a history of the tutorials viewed.
- Bookmark a tutorial from any course and return to it at any time.
- Synchronize bookmarks added from within the player or vtc.com.
- View captions for a course, if applicable.
- Download work files directly to your system via the player.
- Prepare and manage notes while viewing a tutorial.
- Search for tutorials either locally or at vtc.com.
- View your account details.
- Track the status of your CD orders, if any.
- Access VTC website directly from the player."; 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 = ''; } }