var fDesc=new Array(); fDesc[1] = "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[2] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[3] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet."; fDesc[4] = "management of simple activities of the office. It is ideal to management the activities of the home. Its execution is very rapid. It has portable version to take the information in a USB memory."; fDesc[5] = "viewing right from .jpeg, .gif, .ico, .bmp, .tif, .png, .wmf, .tiff, .emf, .pcx, down to .tga, along with Adobe Photoshop(.psd), text editing options, web contents (HTML) browsing, hex viewing, and loads of other features."; fDesc[6] = "tool will organize your desktop notes, reminders and schedulers in the most reliable, efficient and economic way."; fDesc[7] = "This simple tool with a very small file size allows you to create electronic desktop stickers or notes with minimum efforts from your side. The application resides in your system tray bar and can be called up with a single click of your mouse."; fDesc[8] = ", calendar, and life. Information that used to be buried on your hard drive is now at your fingertips."; fDesc[9] = "never remember and may never need until the time when you desperately need it - right now! Easy to use and simple"; fDesc[10] = "facilities for editing, saving, and searching the files by name and date. The program has a calculator and also a calendar. The help menu is complete, with many examples. There are many skins which can be downloaded and stored for easy use."; fDesc[11] = "different groups like address, lyrics, phone numbers, scripts, programs etc. You can quickly open a new note window using the system tray icon. Just click on the icon and a new sticky note will appear on the desktop. You can also create a new note using the New note button. The system tray icon gives access to frequently used commands using a context-menu. The notes manager allows you to view notes at a glance, modify or remove them."; fDesc[12] = "save notes, infos, adress lists, dates or bookmarks! Additional you have a very fast power search!"; fDesc[13] = "so on in notebooks files with a tree structure. Keep all information that you need organized in a single file, at one place!"; fDesc[14] = "manually,it will save data automatically. You can use it with any type of data like text, images and links."; fDesc[15] = "content with friends or co-workers, even if they don't have a copy of Personal Knowbase. Free for personal use."; 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 = '...'; } }