var fDesc=new Array(); fDesc[0] = "TrackWare Ensemble offers similar functionality to Professional but also includes support for the additional configuration item types used in Ensemble integration projects. Operation on specific data items is simple with mouse clicks on context-sensitive menus. There is a datasheet that gives some more information, but to get a feel for the application, a review of our Quick Start guide may help, with its explanation of concepts and terminology used, together with samples of how to use both the server and client interfaces."; 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 = ''; } }