var fDesc=new Array(); fDesc[0] = "Qlarity Foundry is a free PC-based software tool (Windows® 2000, XP, Vista) to assist in developing screens and applications for graphic operator interface and mobile data terminals based on the Qlarity language. This Windows® design environment allows you to use objects to create screens, simulate, debug and download applications to your Qlarity-based terminal. Qlarity Foundry is simple enough for the non-programmer yet powerful enough for the technical user. Although a code viewer and editor are included with Qlarity Foundry, robust applications can be developed by changing object properties rather than writing lines of code."; 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 = ''; } }