var fDesc=new Array(); fDesc[0] = "ControlDesigner’s DesignView function allows you to create and edit control pages using extensive design tools. You can add buttons, faders and other controls using drag-and-drop convenience. Create custom pages, including pop-up windows, background images, animated clocks, transparent buttons, and navigation controls, with ease. Define exactly how you want each page to be displayed, and when you change pages, designate animated page transitions. You can even add pages to create and edit timed events within your system. And for peace of mind about the integrity of your system, lock it all down with ControlDesigner’s Secure-It Touch feature, allowing you to add a numeric keypad with multiple access account codes to any page, hiding any function you designate. Graphics are not the only way to communicate information. ControlDesigner allows you to add and edit the sound effects associated with each control, including audible confirmation when a button is pressed or released."; 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 = ''; } }