var fDesc=new Array(); fDesc[0] = "KUKA.Load is a software product with the following functions: Verifying a load situation, Verifying a robot for a given load, Selecting a robot for a given load, Calculating the load for several tools mounted simultaneously on the flange, Generating a message in the event of static overloading, Generating a message in the event of dynamic overloading, Creating acceptance reports (Sign Off Sheets), Managing projects with a number of robots, Data transfer to Excel (form is write-protected)."; 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 = ''; } }