var fDesc=new Array(); fDesc[0] = "The Dimension Hire Software package is a multi-user, multi-branch contract hire system which is specifically designed for the small to medium plant hire industry, but can be easily adapted to suit many industries (such as trailer hire, vehicle hire, large plant hire, etc…) with just a few tweaks and setting changes.

Easy to use hire application / hire software helps you to gain control over your business, reduce costs, combat theft and ultimately increase your profits."; 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 = ''; } }