var fDesc=new Array(); fDesc[0] = "MarkWare™ Lean edition helps manufacturers simplify machine setup and identify operating abnormalities at a glance through the use of visual equipment controls on gauges, oil sight tubes, drive train belts, and other machine components. The result is significantly reduced downtime and enhanced equipment performance.

MarkWare Software Covers All Your Safety and Facility Identification Needs in One Powerful Package. Use your PC to quickly design professional looking signs and labels. Print directly to a Brady labeling system or most Windows® inkjet/laser printers. Use preformatted templates provided for quick and easy label creation. Or freely customize label layouts to your own specifications.

Print your own safety and identification signage including lockout tags, pipe markers and more!"; 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 = ''; } }