var fDesc=new Array(); fDesc[0] = "Made by Promixis, Girder is the award winning home and industrial automation software that allows users of all skill level to make advanced scripts and macros to automate many functions both on the computer and around the house or office. Based on the Lua scripting language, Girder is a graphical user interface that allows easy access to devices like lights, security systems, home theater, and any or all PC's functions including full application control for any program.

Girder is very adaptable to its users needs. Whether you want to manage your video and audio hardware, adjust your home theater lighting, or program your security system, you can control and automate it all with Girder. Included with Girder is a library that contains hundreds of plug-ins, pre-configured actions, and support for leading third party hardware devices and software applications. Commercial automation has never been as easy as it is with Girder."; 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 = ''; } }