var fDesc=new Array(); fDesc[0] = "QWXL offers is a charting tool for Microsoft Excel®. Groundbreaking charting and statistical options help you visualize the data in your spreadsheet - all at the simple click of a mouse. Unprecedented adaptability lets you customize how QWXL handles limits and calculations, and you can easily print out the charts, save them as graphics or import them into other applications.
QWXL offers over ten different charts displayed on five charting screens. It also automatically calculates over 100 statistics - on the fly. And it now includes a log sheet option to let you view your spreadsheet data in the intuitive colours that Busitech is famous for."; 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 = ''; } }