var fDesc=new Array(); fDesc[0] = "Flexible Line Balancing is an outstanding tool to raise productivity on any progressive assembly line. Flexible Line Balancing uses the COMSOAL (COmputer Method of Sequencing Operations for an Assembly Line) procedure to assign work elements to stations. Quickly and easily allocate any number of tasks to assembly line workstations with a software solution that provides the absolute minimum labor loss every time"; 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 = ''; } }