var fDesc=new Array(); fDesc[1] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior."; fDesc[2] = "chains of three or more pieces. You can“t rotate black rings, or pieces that are not rings. Some pieces will have a letter on them."; fDesc[3] = "software. Supports all languages that are supported by Microsoft Office 2007."; fDesc[4] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi)."; fDesc[5] = "forgotten what turntables and backtracking are. 22 Inch turntables have been replaced by real-time electronic turntable, and mixing effects have been replaced with emulated turntable effects."; fDesc[6] = "the renaming process, user can also select how many characters should be removed or replaced, beginning on a defined character position in the file/folder name. User can add characters, numbers or complete words to existing file or folder name."; fDesc[7] = "search & preview RTF and HTML files and documents. The search and replace process varies as in case of files that contain only text, the matching text may be replaced once the complete search is done with."; fDesc[8] = "can implement the basic Tango icon set, the Tangerine icon set, the Industrial icon set and the Gnome icon theme. You can choose what to install during the setup process."; fDesc[9] = "future where the traditional sports have been replaced by more violent and aggressive entertainments to keep the world's population busy and entertained."; fDesc[10] = "supplied templates (over 300 examples). Static or moving text can be inserted. Background can be replaced, size can be changed, movie clip insertion and re-location, effects to apply can be selected, etc. As a GIF resulting file, the output can be added to a web page."; fDesc[11] = "format DivX or Angel Potion and back, XviD, 3ivx to DivX 4&5 and back. At converting in a AVI-files is only replaced the heading without any changes data."; fDesc[12] = "download the trial demo available from the developer's website and evaluate it free of charge. Downloading, installing, and using are extremely easy and quick, even for the novice user. This program has been designed to help us to recovery lost and forgotten logging passwords from our ACT! Files."; fDesc[13] = "option to find and replace multiple sets of words. Word 2000 or higher required."; fDesc[15] = "headers and footers can be replaced with new ones. Alternatively, an existing header and footer can be replaced."; 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 = '...'; } }