var fDesc=new Array(); fDesc[0] = "McIntosh USB Audio Driver is the software for C50. C50 is the first McIntosh preamplifier to combine stereo analog sources with four assignable digital inputs. Music stored on popular computer programs are available through dedicated USB input. Programmable Eight band tone controls allow for personalized audio shaping. C50 may be combined with a multi-channel system using the Home Theater Pass Through function."; 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 = ''; } }