var fDesc=new Array(); fDesc[1] = "new, intuitive interface aimed to streamline your work flow. Also, many of the features that were dispersed in several menus, now are under the Office button."; fDesc[2] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations."; fDesc[3] = "necessary adjustment to the document and preview it before printing (up to 20 copies without the need of any other application)."; fDesc[4] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists."; fDesc[5] = "women. The pack adds songs by Jibbs, Keke Palmer, Kevin Michael, and NLT to the Pop and Hip Hop stations. The \"stuff pack\" also comes with three pre-made H&M stores."; fDesc[6] = ", readit's, and other portals. Stumbleupon allows you to rate any website that you want. The feedback that you give a site will be sent to all the users who are connected to the Stumbleupon service."; fDesc[7] = "to align colored stones. each time you do a match of at least three pieces with the same color, then you will send energy to the center of the rings and the Zenerchi will be up."; fDesc[8] = "weight and height. Therefore, this diagnostic tool called BMI Calculator will help you to identify obesity problems. With this powerful tool everybody can easily get important and valuable information regarding their weight. And with that, improve in a positive way your diet."; fDesc[9] = "positive impact on the environment around you. You will travel the world, meet interesting people and discover exciting new ingredients and recipes, having a positive effect while improving your business."; fDesc[10] = "of 8 attitude adjustment techniques and advice from executive recruiter, manager and team leader, Joe Estey. The cheapest and most comfortable way to obtain successful attitude skills."; fDesc[11] = "subconscious mind and sends positive affirmations to the mind, thus helping you develop a positive mindset."; fDesc[12] = "concentrated on them is what makes your dreams come true. Visualizing your goals pulls your dreams into your reality. This software helps with this"; fDesc[13] = "move past (+), (-), and Neutral particles in the maze. Pick-up bonus balls and power-ups. Non-violent fun for the whole family."; fDesc[14] = "to your subconscious by sending out positive affirmations to the mind, and thus helps to develop a positive minds"; fDesc[15] = "in detail the characteristics and features of people born with a particular ascendant."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }