var fDesc=new Array(); fDesc[0] = "QM for Windows provides mathematical analysis for Operations Management, Quantitative methods, or Management Science. It features calculation methods for PERT/CPM, Linear Programming, Decision Analysis, Transportation problem, Statistical functions, Game Theory, Goal Programming, etc.

This program can be helpful for students, who are following Management Science texts such as Introduction to Management Science by Taylor, Quantitative Analysis for Management by Render, as well as the the Operations Management textbooks."; 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 = ''; } }