var fDesc=new Array();
fDesc[0] = "Dr. Speech software is a comprehensive speech/voice assessment and training software system that's easy-to-use, portable, and affordable. This software is intended for use with professionals in voice and speech fields.
System requirements:
— IBM PC or compatible desktop or notebook
(Pentium 133 or higher)
— Windows 3.1 or Windows 95 or higher
— Color monitor
(256 setting for spectrogram analysis)
— Hard drive with at least 20MB of free space
— 4MB RAM in Windows 3.1 or 8 MB RAM in Windows 95
— 16-bit sound card with Line-in input
(Sound Blaster 16 or AWE 32 recommended)
— High-quality microphone
(unidirectional dynamic or condensed)
— Preamplifier
(recommended for all programs, required for EGG, Voice Assessment and Phonetogram)";
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 = '';
}
}