var fDesc=new Array(); fDesc[0] = "One of the basic relations conditioning the production financial success is optimally low consumption of the material during production. The best way to drop the production costs is to review a technological process, especially amount of after production wastage. It has been proved that if we would provide proper limitation of wastage it would be possible to save even up to 10% of our material."; 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 = ''; } }