var fDesc=new Array(); fDesc[0] = "PalletStacking Solutions is a company dedicated to develop software for Pallet, Warehouse and transport optimization.
With PalletStacking you can create your own product, calculate the box with the best arrangement, palletize and optimize the truck loading. PalletStacking Software guide you to optimize your pallets and transportation, to obtain the best pattern solutions and giving costs savings."; 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 = ''; } }