var fDesc=new Array(); fDesc[0] = "MXGuard is an OpenSource application written in VisualBasic, that runs on Windows PCs (95/98/ME/NT4/2000/XP). Using this application, a MOBOTIX camera can send a network message (IP Notify) to the PC running MxGuard and the application opens a browser window with the live camera images or it will output a text. The alarm can also trigger a sound on the PC."; 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 = ''; } }