var fDesc=new Array(); fDesc[0] = "BatchMan consists of a graphic interface with two quantum calculation programs (MOPAC V6 and GAMESS) and a file format conversion utility (Babel) which allows to import input files or to export results.

BatchMan (Batch Manager) was developed with two objectives in mind: to take advantage of sufficiently powerful personal computer to carry out certain calculations thus reducing the calculation workload on some to workstations and to provide to the students an easy to use tool to carry out quantum calculations which would be very useful for students during introductory courses of molecular modeling."; 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 = ''; } }