var fDesc=new Array(); fDesc[1] = "system, CPU, BIOS, graphic interface, memory, and so on. The program's interface is divided into seven tabs, each one giving comprehensive information on one particular item: CPU, caches, mainboard, memory, SPD, graphics, and program information."; fDesc[2] = "tools and the Rhinoceros provides just the needed tools to model and document personal designs ready for rendering animation, analysis, engineering, drafting, and manufacturing or construction purposes."; fDesc[3] = ", 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[4] = "components (more than 16,000 (in the Power-Pro edition) that can be placed and wired immediately. However, Multisim’s database is perhaps unique in that every component has a simulation model attached to it."; fDesc[5] = "manufacture of chocolates. You’ll have to learn to produce chocolates, get recipes, negotiate with dealers, and go travelling around the world to get some exotic ingredients and hard-to-find recipes. It's a strategy game in which you will be receiving several missions to accomplish."; fDesc[6] = "intended to provide a way for adults and children to get started in the games creation. The Games Factory provides all the stuff you´ll need to manufacture Arcade games, Platform games, Adventures and Screen Savers."; fDesc[7] = "usage explanation and CD title logo etc. can manufacture easily through screen capture. It is if is real time broadcasting and game screen, and if is program practice screen back to animation capture do can. That is animation and single image by capture type, can do capture to serial image file. Capture Eye that is image capture program to Capture Solution is included. - Can store display to animation because do capture. - Screen can do capture to serial image file. - Can record together audio. - A mouse can do capture together. - Change area can do capture by moving mouse. - Can store applying various Codec of AVI file. - Can store by extension and reduced size. - Can denote user logo at capture."; fDesc[8] = "netlists or pay extra for autorouting? Introducing Electronic Design Studio 3, integrated EDA with built in simulation, autorouting and now available with new Desk Top Manufacture (DTM). Heirachial schematics. Project Navigator. Integrated SPICE/XSPICE simulation PCB Design with Viper II Autorouter CADCAM & Desk Top Manufacture (DTM) Active shape based copper pour zones. Realtime DRC, online connectivity. Advanced Polyblend and shaping tools. Totally customisable user interface. XP look!"; fDesc[9] = "manufacture. It handles cylinders, cones, square-to-round adapters, ovals, intersections and mutli-intersections."; fDesc[10] = "Unlimited profile system; Unlimited furniture system; Unlimited quantity of other components; Convenient and simple to use."; fDesc[11] = "week/year, monitor manufacturer, monitor model, supported display modes, and more..."; fDesc[12] = ", household product, footwear, bags, luggage. It generates costing sheet, BOM, quotation, costing history."; fDesc[15] = "Tool which calculates and displays exactly how to obtain the best yield from stock lengths of profile. Obtain The Maximum From A Minimum"; 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 = '...'; } }