var fDesc=new Array(); fDesc[0] = "Load! visualizes your shipment in 3D. Use your mouse to move packages in 3D, as well as turn and tilt them.

Main features:
- Enter a packing list, and compare freight costs for specific container types.
- Optimized packing lists and 3D views can be printed. To share information, you can also just send the Load-file."; 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 = ''; } }