var fDesc=new Array(); fDesc[0] = "Microsoft Office Home and Student 2007 is an essential suite for home users and students that allows you to work more efficiently and obtain better results. The package includes Word for word processing, Excel for spreadsheets, PowerPoint for presentations and OneNote for data management. The most outstanding change has to do with the Ribbon user interface that exposes commonly used commands, enhanced graphics, and formatting capabilities that allow you to create high-quality documents. Unlike many other Office Suites, Microsoft Office Home and Student 2007 comes with OneNote, which is a powerful data management tool that enables you to organize your information in the best possible way. Besides, the suite also includes a Document Inspector, which detects and removes personally identifiable information, comments, and tracked changes from documents, and an enhanced automatic document recovery tool, which helps you retrieve your documents after a system failure. The four applications included in this package offer new and enhanced features to make your work even easier and more comfortable. It´s worth noting that it is the cheapest of all Microsoft Office suites."; 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 = ''; } }