var fDesc=new Array(); fDesc[0] = "Unlike the CAM program, which is batchmode oriented and provides output only to pen plotters, MicroCAM is interactive and its results are quickly displayed in high resolution video graphics on the microcomputers display. Under the Windows environment, MicroCAM can create environmentoutput on any installed printer or plotter. Maps can be exported as Windows bitmaps or in industry-standard exchange formats. Using external programs such as commercial computer-aided drafting programs, MicroCAM maps can be enhanced to create publication quality maps."; 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 = ''; } }