var fDesc=new Array(); fDesc[0] = "Dragon 2.3 offers drastic improvements to the software which will really make the power of all Xantech products much more accessible to dealers and programmers with little or no experience using software to configure sophisticated control and distribution devices and systems. The new features integrated in to the latest downloadable software release are as follows:

- Creation of a new project was made easier. The AutoBuild Wizard lets
- you build an SPLCD or XTR39 project through a menu driven process and have a complete working project within minutes."; 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 = ''; } }