var fDesc=new Array(); fDesc[0] = "The ELGAR Library Manager Shell is the generic container for a number of KLARK TEKNIK and MIDAS products, known as AddIns. It provides a single place to store, load and edit Remote Control Add-Ins such as the Heritage 1000 Library Manager, the Helix DN9848E (System Controller) RCS and the Helix DN9340E / 44E (EQ) RCS."; 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 = ''; } }