var fDesc=new Array(); fDesc[0] = "Microsoft Office Ultimate 2007 offers a comprehensive set of tools that allow people to work more efficiently and obtain better results faster. The suite includes the well-known and usual tools such as Word, Excel,PowerPoint, Outlook with Business Contact Manager, and Access, plus other business-oriented tools such as Publisher, OneNote, Groove and InfoPath. Office Groove 2007 stores all your workspaces, tools, and data right on your computer, so you don't have to connect to the corporate network to gain access to your information. Moreover, OneNote allows you view all your information in any portable device, such as a Smartphone. These two programs allow you to work with colleagues, partners, or customers inside collaborative workspaces, since team members' offline work is synchronized as soon as an Internet connection is obtained. As in all new Office suites, the interface in completely new, called Ribbons, which features many new options and tools to make the work even easier and more handy than ever."; 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 = ''; } }