var fDesc=new Array(); fDesc[0] = "AutoLoad Pro is an automatic 3D Palletizing and Loading optimization software solution to optimize the load on your trucks, air & sea containers, cartons and pallets. It is equipped with the 2-stages loading optimization technology. The 3D visualization-loading engine considers complex rules-loading orientation, stacking strength and safety, loading sequence, grouping to accurately determine how many trucks, types of containers and number of containers to be used to build an optimal loading plan. Optimally, it improves weight and volume utilization of “container” and cut down the number of containers to be used by 10%-20% and overall shipping and transport costs as well."; 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 = ''; } }