var fDesc=new Array(); fDesc[0] = "Share360 is a Web-based groupware suite integrating key collaboration applications which provide a "ready-to-run" Intranet solution for small and medium-sized companies as well as workgroups within larger corporations. Your group members will be able to access e-mail, schedules, contacts, tasks, announcements, memos, files, projects, company forms and much more from a personalized Home Page. Centrally managed on your company's Web server with an intuitive Web-interface, your group can be more organized, efficient and productive immediately."; 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 = ''; } }