var fDesc=new Array(); fDesc[0] = "The Mlm Tool enables viewing and easy manipulation of a network of Rickard VAV diffusers. It can be used in one of two modes: Basic View Mode and Project View Mode. Basic View Mode is used where a project is not required and the user just want to connect to different MCU's or via USB using the Logical and Network Views. With the Project View users can import a blueprint of a building floor plan and then assign Sections to it."; 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 = ''; } }