var fDesc=new Array(); fDesc[0] = "Remote Application Sharing Service – from RASSonline.com is the fast, simple and affordable way for managed service providers (MSPs) to instantly virtualize existing Windows, UNIX and Linux applications to the Web. With RASS, your customers will be able to access applications anywhere, anytime – regardless of connection, location, platform or operating system.

With the Windows Client, you can sign in to a RASS Host from the Start menu or from a Windows shortcut."; 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 = ''; } }