var fDesc=new Array(); fDesc[1] = "gain points. You will have to make a word from more than three or three letters. You can make a word by selecting letters horizontally, vertically or diagonally even - but the rule is not to leave a letter (you cannot skip a letter)."; fDesc[2] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free."; fDesc[3] = "of UltimateDefrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter."; fDesc[4] = "Moreover, you can set up tunneling rules with the use of ip and port redirections. Both secure and non-secure HTTPS proxies, socks v4 and v5 are supported."; fDesc[5] = "You can rename files in so many different ways. For example, you can grab a bunch of files and add a letter to them all. You can also add a sequence of numbers to your files."; fDesc[6] = "RuneScape players because it gathers and brings together all RuneScape related resources. This is incredibly convenient for RuneScape players since they’ll see significantly simplified their gaming activities."; fDesc[7] = "take a course to learn how to land a plane, load it, unload it and help to take it off. You can go to the Academy and take the tutorial or take a correspondence course and obtain your diploma later."; fDesc[8] = "decided it's time for Alicia to take over her chain of posh boutiques, beginning with one boutique. You must help Alicia to rule this boutique, and to earn enough money to receive the control over the whole chain."; fDesc[9] = "manage, rule, and memorize the priority of tasks running on your machine. Apart from displaying processes in much cleaner detail, the program makes it possible to create rules to indicate in which priority a program must be carried out, and even which processors it can use"; fDesc[10] = "trains that will run accross that layout. The user can plan the tracks situation, switches, gates, the whole layout, set buildings, industrial plants, lights, persons, cars, set the terrain characteristics, platforms, elevations, plants, reliefs, railway elements, etc."; fDesc[11] = "3x3 box indicated by the slightly heavier lines has the numbers 1 to 9. There are a number of Sudoku solvers out in the web, but this version has been designed to make it especially easy to enter Sudoku competitions."; fDesc[12] = "access for a single IP, range of IP addresses, and applications. Also the security level can be adjusted in order to block IP/Ports and you can look for shared folders and unshare them."; fDesc[13] = "file manager in the full meaning of the word, but more as a toolkit tailored for specific searches, scan file systems, analyze storage utilization, detect duplicate files or create file system signatures."; fDesc[14] = "d(E1*E2)=d(E1)*E2+E1*d (E2)d(E1/E2)=(d(E1)*E2-E1* d(E2))/(E2^2) tutorialCalculus Problem Solver can solve differentiation of any arbitrary equation and output the result. It can provide detailed step-by-step solutions to given differentiation problems in a tutorial-like format. On top of these, it can also initiate an interactive quiz in which you can solve differentiation while the computer corrects your solutions. This software is useful for beginner calculus students and can be used to learn differentiation and even practice differentiation by using the interactive quiz. Key Features Differentiation of input equations that can be solved by the following rules: Constant Rule: d(C) = 0 Sum Rule: d(E1+E2)=d(E1)+d(E2) Factor Rule: C*d(X) Multiplication Rule: d(E1*E2)=d(E1)*E2+E1*d (E2) Division Rule: d(E1/E2)=(d(E1)*E2-E1* d(E2))/(E2^2) Power Rule: d(X^N)=N*X^(N-1)*d(X) Exponential Rule: d(C^X)=ln(C)*C^X*d(X) Sin Rule: d(sinX)=cosX*d(X) Cos Rule:..."; fDesc[15] = "Analysis worksheet, sample policy templates, sample disaster recovery plan and Incident Report form, and more."; 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 = '...'; } }