var fDesc=new Array(); fDesc[0] = "Cargo Optimizer is a container loading and pallet loading simulation tool. It aims to maximize the shipping weight by intelligently placing boxes to reduce free space. Enterprise edition supports 24 styles of orientations, support for cylindrical loads, and custom stacking rules.

Cargo Optimizer is available in Professional version with reduced number (6) of orientation styles. Network edition has additional functionalities over Enterprise including network database connectivity, and multi-user management."; 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 = ''; } }