var fDesc=new Array(); fDesc[0] = "The Ariane Evaluation Software is an easy tool that helps evaluating the reliability of the powerline communication with PLM-1-based transceivers. It includes a basic configuration tool to compute configuration strings for the PLM-1. Thanks to its low cost high performance technology, Ariane Controls offers solutions for a wide variety of applications, for home and commercial buildings, industry and utilities."; 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 = ''; } }