var fDesc=new Array(); fDesc[1] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[2] = "pencil or whatever may the talent be. The application has been designed to suit all categories of users, right from the amateurs who wish to play around with the paint brushes down to the advanced users who appreciate layer blend modes, tracing and referencing images"; fDesc[3] = "features needed in order to create and design print projects; iron-ons, flash cards, photo albums, even skins for iPod players. With PrintMaster Gold 17.0 users are provided with over 17,500 pre-designed project templates, (7,500 more than in the PrintMaster Silver edition)."; fDesc[4] = "level dungeon, a new set of armor pertaining to an assassin, new clothes and new weapons. And finally, it also adds new items and nine new scrolls which turns iron ore (new as well) and silver nuggets up one level(i.e. Iron ore turns into silver and silver into gold)."; fDesc[5] = "1 side free, and which have no other tiles on top of them. Your second goal is to earn tiles. There are 27 tiles to collect, 9 bronze, 9 silver and 9 gold. You can download new tiles sets and choose what music to play during the game."; fDesc[6] = "collection consists of twelve different card games, which includes the classic Klondike Solitaire, Raglan, Somerset, King Albert, Harp, Gargantua and more."; fDesc[7] = "collection features twelve popular card games including Silver Klondike, Pyramid golf, Freecell, Fourteen Out, Four Seasons, Yukon, Clanfield, Blind Alleys, and many others."; fDesc[8] = "possibly not even touching one's real money! Real Time Gaming Inc. has presented its top-rated casino online game named Silver Sands Casino. With a professional veneer and featuring excellent graphics quality, Silver Sands Casino offers you a wide range of all types of casino games."; fDesc[9] = "simplicity. With OtsAV DJ you will produce professional quality audio as well as video/karaoke. There are two editions available - The Silver edition, which only supports audio, and the Professional edition that will allow you to produce audio, video and karaoke."; fDesc[10] = "have to choose a horse to compete. Your main goal is to become the best rider at the various competitions in the game, so you must practice hard to perfect your technique in order to show off your skills at the Equestrian Center."; fDesc[11] = "design their brochure, newsletter, greetings card, and craft projects. With the PrintMaster Silver 17.0 users can create their projects from the over 115,000 images and graphics"; fDesc[12] = "clear film base and press the Start button."; fDesc[13] = "within strong encryption technology. The simple interface of the tool is confined in easy and step-by-step encryption methods that allow in creating encrypted parcels of your vital files with HIPAA-compliant encryption technology and strong 256-bit encryption key."; fDesc[14] = "this installment, your task is to investigate the murder of a wealthy businessman. With a rich environment and well-done puzzles, this installment is recommendable for all adventure gamers."; fDesc[15] = "use this program to convert AVI, FLV, MPEG, 3PG, MP4, WMV, MOV, RM, and ASF video file formats to XViD, and AVI video file formats. This application features a cool user interface with a selection of handy options to make the conversion task an easy and fast one."; 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 = '...'; } }