var fDesc=new Array(); fDesc[0] = "Doberman BMS is an easy to understand "floor-plan style" Drag and Drop interface that allows you to inspect and control devices and sensors in your home while you are at work, on vacation or elsewhere. This is a completely configurable program and supports Windows Media Center remote control and Doberman Subscription Service."; 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 = ''; } }