var fDesc=new Array(); fDesc[0] = "RTO Virtual Profiles™ provides a more productive, consistent user desktop experience, while reducing IT infrastructure cost, and lowering total desktop management costs. Up until now existing technology has constrained user configurations, and the amounts and location of their data. Enhancing user access and data flexibility up to now has been a labor and technology-intensive experience."; 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 = ''; } }