var fDesc=new Array(); fDesc[0] = "Rosebud is a unique collaboration solution that allows documents to be securely reviewed and edited concurrently among participants on the Internet. Rosebud's solution is the only collaboration solution available today that provides both presentation and reviewer collaboration in one software solution. Rosebud provides fast, secure, multimedia collaboration between an originator and any number of participants using any document type on any platform. Rosebud combines the features of Web-meeting tools with the capabilities of content and document management solutions into a single solution for document collaboration with no switching between software modules."; 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 = ''; } }