var fDesc=new Array(); fDesc[0] = "CARGOMANAGER helps you maximise space utilisation in a freight container, trailer, pallet or any other rectangular based enclosure with boxes, pallets or drums. It has been proven to provide major cost savings for companies across a wide range of industries. It is powerful, simple to use, produces single or multiple load plans and it naturally caters for a wide spectrum of practical loading constraints including those encountered when loading heavy items, pallets, fragile goods etc, into single or multiple containers."; 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 = ''; } }