var fDesc=new Array(); fDesc[0] = "The large PPM is approximately life size. As this is may be a bit large here is a smaller version. Click the push button to switch to M/S mode. There is no 20db boost button. If you don't want to switch to mono/stereo mode the window can be closed down to obscure the switch. As usual, right click to access the options. When the switch is obscured you can still change modes by double-clicking on the window."; 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 = ''; } }