var fDesc=new Array(); fDesc[0] = "The WebPageGenerator is a unique tool that creates "custom" web pages for a specific power equipment lineup from very simple user input. With no knowledge of HTML or JavaScript, a user can create a complete web based interface for his power equipment. Utilizing the embedded web server in the PowerLogic CM3000 or CM4000 circuit monitor with Ethernet Communications Card (ECC21), PowerLogic PM800 power meter with PPM8ECC(new) Ethernet Communications Card or the Powerlogic EGX400 Ethernet Gateway, the WebPageGenerator (WPG) creates web pages and loads them to the embedded web server providing a simple web interface for viewing real-time and historical information from power monitoring, control, and circuit protective devices."; 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 = ''; } }