var fDesc=new Array(); fDesc[0] = "Expert MININEC Classic is a computational tool for engineering application specially targeted at wire antennas. This software helps developing designs and analyzes existing designs of wire antennas. It uses computational grid format like a typical spreadsheet relying on the speed of computation on FORTRAN known for its optimal handling of memory allocation.

Engineering Designs developed through Expert MININEC are used in manufacturing and so there is an inherent need to make hardcopies of the designs. This software runs on windows and supports popular drivers for printers making it a very useful tool for creating designs. The designs created through Expert MININEC Classic can be exported into spreadsheets and word processors for further use making the software design thoughtful and user friendly.

Technology used in designing the software focuses on the usage in engineering design to provide accurate information using effective engineering functions and complex algorithms. Expert MININEC Classic uses extensive geometry constructs to support the user on multi engineering needs."; 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 = ''; } }