var fDesc=new Array(); fDesc[1] = "you can draw using the tools on your left. When you choose a tool, the different types of this tool that are available will appear on your right. You can pick the color that the chosen tool will use at the bottom of the screen."; fDesc[2] = ", designer of Civilization II and Alpha Centauri) and published by Microsoft Games Studios. This is the sequel to the popular Rise of Nations saga."; fDesc[3] = ", any window or a selected region of your screen. You can start the screen recording at any time using a hotkey, and stop or pause the recording that way too. Create presentations, video tutorials and demo videos for software products."; fDesc[4] = "solve the genetic puzzle!"; fDesc[5] = ", but they have made it even better by including their latest technology. ReFX has obviously spent a lot of man hours programming the synthesis functions as the end result is a combination of warm and rich sounding synthesizer beat and tempo."; fDesc[6] = "DMOZ and Google. ADP is the only software in its class ever to be written in PHP with MySQL database support."; fDesc[9] = ", grasses, and herbs. It allows you to create whole families of unique plants for 3D scenes easily. With PlantStudio you can design, animate and breed plants and can also create leaves, bouquets, outdoor scenes and other 3D structures."; fDesc[11] = "exotic animal and plant species. Realistic animal development from birth to aging takes place in the zoo, and users experience animal behavior and social activity depending on how well the animals are taken care of."; fDesc[12] = "pronounced \"bean\", you can watch as images evolve organically."; fDesc[13] = "Golden Retriever is a popular breed of dog, originally developed to retrieve downed fowl during hunting."; fDesc[15] = "white coat with either black or liver spots."; 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 = '...'; } }