var fDesc=new Array(); fDesc[0] = "Vox Proxy Player is a free and freely distributable program that allows you to play PowerPoint slide shows containing Vox Proxy scripts with talking animated characters.

For users of the full Vox Proxy program, you can distribute your scripted presentations to anyone to run in PowerPoint.

Main Features:

- Play slide shows from any presentation containing Vox Proxy scripts
- Play Vox Proxy script macros directly from Windows or from hyperlinks, with or without PowerPoint
- Display a gallery of characters available on your computer
- See characters demonstrate all their animations


Requirements:

- Windows® 9x/Me/NT/2000/XP
- 128MB RAM (256MB recommended for NT, 2000, or XP)
- Screen resolution: 800 x 600
- 60 MB free disk space
-500 MHz Pentium® III processor or faster"; 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 = ''; } }