var fDesc=new Array(); fDesc[0] = "Value Stream Mapping is a ConceptDraw PRO v9 add-on that provides templates, samples and vector shapes for drawing Value Stream Maps (VSM). The Value Stream Maps visualize for a manufacturing plant the material and information flow required to deliver a product/service to customers. They are used in lean manufacturing methodology to analyze and identify the process improvement opportunities that are available."; 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 = ''; } }