var fDesc=new Array(); fDesc[1] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy."; fDesc[2] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007"; fDesc[3] = "the way you need it easily. The user interface is very simple and straightforward. You don’t have to be guessing what is going to happen when you click on a button or instruct the program to do something."; fDesc[4] = ", use and manage picture information, archive, print, make CD or 3D pictures."; fDesc[5] = ", and the date of grabbing. You can also assign comments and a folder"; fDesc[8] = "properties set in maps. With Mind Pad scripting you are able to create your own rules for data management."; fDesc[9] = ", presentations, photo journals. Make your own flash cards. Share with team mates and collaborate."; fDesc[10] = "technical support. PC, LAN and Web versions available."; fDesc[11] = "These workers encounter several challenges in their daily lives such as maintaining himself up-to-date about the news in their specific area, monitoring their companies competitors, clients and partners, following the companies news posted on the intranet, etc. Have you ever wondered how much time your employees could save if there was a mechanism that could easy their process of following and searching for relevant information in the Web in an automated and proactive way? InstantaNews was created to help the companies which face this kind of problem every day. Working totally integrated to Microsoft Outlook it enables its users to retrieve news from websites, blogs, portals and various other types of information sources in an automated way. Using InstantaNews, the users can monitor the increasing number of information sources that support the RSS format in order to obtain news that..."; fDesc[14] = "management, comprehensive hardware and software inventory, software license compliance, and more."; fDesc[15] = "friendly layout and powerful functions, it helps you to manage and securely store all kinds of your electronic documents."; fDesc[16] = "knowledge management software."; 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 = '...'; } }