var fDesc=new Array(); fDesc[0] = "KUKA.Sim Viewer is a software package which allows you to view simulations created in KUKA.Sim Layout or KUKA.Sim Pro. Open a window on others' 3D simulations. KUKA.Sim Viewer makes it possible to view simulations in 3D and to read notes.

KUKA.Sim Viewer is thus the ideal communication tool between the supplier and the customer. The size of simulation files created using KUKA.Sim Layout and KUKA.Sim Pro is extremely small. Send your simulations to your customers by e-mail."; 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 = ''; } }