var fDesc=new Array(); fDesc[0] = "Quantum Control is a fully integrated Business Software Solution. Its unique features promote best practice and improve business processes with one integrated solution running on one database. Includes MRO, Aircraft Services, Hangar Management and Manufacturing capabilities, Contact Management, Distribution and Rotable Management, Accounting, E-commerce and more. Quantum Control's personalized configuration settings provides individual users with an intuitive interface which improves the bottom line through optimized productivity. As a powerful, affordable and scaleable solution, Quantum Control extends the supply chain using its built-in web services with Oracle API toolsets."; 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 = ''; } }