var fDesc=new Array(); fDesc[0] = "Companies are looking for a low cost imaging solution with a rapid ROI. The RVI Express solution is a full function, digital imaging system that has the ability to expand as needed. This affordable solution is a great way to get rid of paper and allow access to documents/reports immediately in the office or over the internet."; 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 = ''; } }