var fDesc=new Array(); fDesc[0] = "This is software which can choose best Pulsarlube lubricator by optimizing setting periods. Because of the weight of automobile’s body, gantry load is essential and in turn, this needs various equipment including large chain and lift. Also, the continuous automatic producing lines make it difficult to approach the equipments except at certain time and to lubricate manually. Especially, in the case of car body factory, for automatic robot welders do the most of the work, it is not easy for workers to approach to equipments for lubrication."; 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 = ''; } }