var fDesc=new Array();
fDesc[0] = "IE-45 Combined Software Package Includes all Software for the IE-45 and is compatible with XP, VISTA, and Windows 7 in both 32 and 64 bit modes. It includes IE-45 RTA - Real Time Analysis, IE-45 RT60 - Reverberation Time Analysis, IE-45 LEQ - Loudness Equivalent Analysis, LEQ-PC -- Companion for Analysis on PC, IE-45 STI-PA - Speech Intelligibility Analysis, IE-45 Delay - Acoustic Delay Analysis and IE-45 Z-Meter - Electrical Impedance Analysis.";
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 = '';
}
}