var fDesc=new Array(); fDesc[0] = "Sunny Matrix Admin Tool is a software that can ease up work with Sunny Matrix monitoring system. It can save and load Sunny Matrix configuration (e.g. slides, slideshows, Sunny Matrix network settings, connected Sunny WebBox devices), search for the Sunny Matrix in the network, change Sunny Matrix network settings, restart Sunny Matrix, change user interface language of Sunny Matrix, etc."; 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 = ''; } }