var fDesc=new Array(); fDesc[0] = "An interactive software program designed to help students and patients learn about the vocal folds and surrounding structures. Clear animated anatomical drawings and three videos of normal vocal fold movement are provided.

Minimum Requirements:
- Available on Flash Drive/CD ROM
For Microsoft Windows: An Intel Pentium IV 2.6 processor running Windows XP SP3, Vista SP3, Win 7;
- 1 GB of installed RAM, Color monitor, 1024 x 768 minimum screen size, Soundcard with MIDI, Free space on hard drive 80 MB
- For Mac: OS X 10.2.8 orbetter, will not run in classic environment
- QuickTime 7.0 or better ( installed during setup in Windows version, Mac assumes prior install)"; 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 = ''; } }