var fDesc=new Array(); fDesc[1] = "point, colorize and some color Efex Pro plug-ins. Besides you can add effects to any image, adjust levels and curves, apply vibrant colors, add grain and noise, change the image into black and white, compare with the original and work with multiple screens."; fDesc[2] = "Photoshop or Corel might sound challenging. It actually is. A lot of technical know-how is required in order to attain professional-looking results. AAA Logo is an application that will allow you to create your company logos in several easy steps."; fDesc[3] = "game providing them with a ‘bridge’ continuum from edition 3 to 4 of Gothic. This add-on is rated for Teen to Adult use and presents players with an enhanced interface, updated graphics of outstanding visual quality and up to 20 hours at least, of new game play"; fDesc[4] = "(a modification of the Quake 2 GPL engine), and aimed on the competitive scene, or the e-sports community. The base gameplay is focussed around the art of movement, meaning moving, speed and tricks play a big part in the gameplay."; fDesc[5] = "good. And the other way around too. Sometimes, when a movie is bad, a game could turn out to be real bad. This is the case with Beowulf. I don't really know what it is."; fDesc[6] = "same time there are certain things like personal bank transactions, etc., which must be kept private and to attain such important functional features PC Pitspot Erase is a good program."; fDesc[8] = "role-playing, story-driven game that challenges players to become one of several characters and use their skills to overcome obstacles to attain a favorable result in the game."; fDesc[9] = "that's what you get with NETGEAR's WG311T 108 Mbps Wireless PCI Adapter.Use it with our WGT624 108 Mbps Wireless Firewall Router to attain speeds up to 10x faster than most existing Wi-Fi wireless networks.Now your desktop PC can be placed farther from the access point than ever before,eliminating the need to run unsightly Ethernet cables across your home.NETGEAR's Smart Wizard install assistant makes setup easy, so you're up and running within minutes."; fDesc[11] = "Powerpoint 2000 or higher required."; fDesc[12] = "performing 'what if' analyses, such as determining what share price a stock needs to attain in order to return a specified profit. When buying stock, Stock Calculator can determine the total cash outlay, per share buying price, or number of shares. When selling stock, Stock Calculator can determine the net profit amount and total return percentage, or the per share selling price. Stock Calculator can optionally include flat rate, percentage, per share, or custom commissions in the calculations. The custom option allows advanced flexibility in defining commission rates. User-defined taxes on the net profit can also be deducted. Calculations can be saved, opened, and printed for future reference. A built-in stock fractions table lets you perform at-a-glance conversions between dollar amount share prices and stock fractions in 1/64 increments."; fDesc[13] = "file. Excel 2000 or higher required."; 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 = '...'; } }