var fDesc=new Array(); fDesc[0] = "Extron GUI Configurator is an intuitive design tool that makes creating and maintaining Extron TouchLink Touchpanel user interfaces easy.

The touchscreen design templates are fully customizable and matched carefully to popular AV system applications."; 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 = ''; } }