var fDesc=new Array(); fDesc[0] = "Create state-of-the-art touch panel interfaces for AMX G4 Touch Panels and the MIO-R4 Remote using the TPDesign4 application. TPDesign4 features enhanced ease of use, speed and functionality, as well as the ability to edit touch panel projects generated by VisualArchitect templates.

TPDesign4 supports the MIO R-4 Remote and AMX G4 touch panels."; 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 = ''; } }