var fDesc=new Array(); fDesc[0] = "The EZ Web Lynx IDE allows you to quickly develop custom dynamic web pages and send alarm status emails simply by programming in HTML. The IDE features an HTML editor with multiple views (WYSIWYG, HTML, Internet Explorer) and simulator to speed up HTML development and functional testing of the website.

EZ Web Lynx comes fully loaded with firmware developed by our engineers. The program is designed to allow the EZ Web Lynx device to achieve all of the features and specifications listed in this website. If there is a feature that you are looking for that is not included, you are not limited to what we have designed. The microcontroller on this device allows the user to create unique firmware using a few simple tools and some C programming."; 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 = ''; } }