var fDesc=new Array(); fDesc[0] = "The ease with which Rental Vision can be flexibly configured to cope with virtually any rental situation means that it can provide the ideal solution for a whole range of applications. Existing program users have used it to manage operations as diverse as toy/game hire, audiovisual rental, medical equipment rental, power tool rental, cleaning supplies rental, etc. The software features easy customer and rental stock management and streamlines all processes in the rental cycle including but not limited to reservations, customer account and deposit management, rental and return."; 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 = ''; } }