var fDesc=new Array(); fDesc[1] = ", for Mac OS and for Windows. The application allows us to download updates for the following programs: Quicktime Player, iTunes, Safari for Windows, or Quicktime Player + iTunes together."; fDesc[2] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection."; fDesc[3] = ", and system information in one intuitive, easy to use interface, or at least thats was Dell goal! Though it improve the benefit obtained by it predecessor DellSupport, it still need to improve some of it features."; fDesc[4] = "functionality. To begin, it does without the annoying issue of having to click inside the virtual machine to gain operation of it and to have to release the cursor by hitting alt + ctrl on your keyboard."; fDesc[5] = "space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files."; fDesc[6] = "problems. A common issue with video is the lack of the correct codecs in your system, causing your player to fail when trying to reproduce certain files, this pack helps you by providing some of the most common codecs needed."; fDesc[7] = "the original clock itself. We are talking about a small and simple utility without too many features to get in the way and slow things down."; fDesc[8] = "Arts. The main feature of Black & White 2 is that you can be a god. You start on an island where your hand is the mouse pointer and you must leave the island dragging yourself by clicking with the mouse."; fDesc[9] = "projects. It comes with a full, easy to use Windows installer. Unlimited user license. 30 day trial."; fDesc[10] = "application, and it works extremely well in Mac, but not so much in Windows. Some issues aside, there are functionality problems here and there. This particular application attempts to fix a nagging issue for music lovers."; fDesc[11] = "to save disk space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files."; fDesc[12] = "graphical way. You will be able to add reasons, premises, objections, and commentary to support your arguments. At the end, you will be able to get a better understanding of the issue by means of its graphical representation."; fDesc[13] = "an issue of inserting of advanced typographic symbols within your blog becuase currently Windows Live Writer does not have such an option. To resolve this issue Brian Vallelunga created a nifty little plugin that allows you to add various typographic symbols within your blog posts."; fDesc[14] = "clear user interface and rich functionality. Based on Java technology it can be installed on any operating system."; fDesc[15] = "standard PDF format and includes reviews, features and tutorials."; 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 = '...'; } }