var fDesc=new Array(); fDesc[1] = "task is to have fun and collect as many tickets, as you possibly can. Once you have a certain amount of tickets, you can trade them for prices. There is no time limit and you can re-play each game as many times as you want."; fDesc[2] = "everything you can control regarding the great game of cricket. I remember having a little cricket set when I was younger. Although not the most thrilling of sports, it is certainly fun and challenging."; fDesc[3] = "in different scenes. The game is organized into rounds and you have to progress by finding all the items listed in each of one. As you progress in the game you collect prize tickets which will allow you to buy prizes in the park prizes store."; fDesc[4] = "schools, choirs, orchestra, amateur theaters and so on to help to organize small- and medium-sized events. This program can be a good alternative to complex graphics programs. It is easy to use and offers many functions."; fDesc[5] = "that requires text, graphics, or serial numbering. Create and print your project from your desktop in minutes with our easy to use interface."; fDesc[6] = "necessary. Use plain paper and cut tickets apart yourself or use our pre-perforated paper for a professional appearance."; fDesc[7] = "active , average and passive numbers. It works with almost all lotto-type lotteries that draw 4-8 numbers out of a number pool from 1 to 99"; fDesc[8] = "Editor. Mathematical Systems Reducer. Calculations & My Tickets. Statistics sheet and graph charts. My Tickets Generator."; fDesc[9] = ", graphics, or serial numbering. Create and print your project from your desktop in minutes with our easy to use interface."; fDesc[10] = "imported data, serial numbering, text, or graphics. Barcode static and imported data. Works with most desktop, label, ticket and commercial"; fDesc[11] = "landlord with many checks to deposit every month, this software will help you save time generating deposit slips."; fDesc[12] = "and materials is provided; automatic and manual formation of cutting tickets; print of cutting tickets"; fDesc[13] = "information on orders and materials is provided; automatic and manual formation of cutting tickets; print of cutting tickets"; fDesc[14] = "tickets, generate tickets. Free online update history lottery data."; fDesc[15] = "chance to destroy some speeding ticket cameras. Take your gun, load it with ammo and shut down those dam cameras."; 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 = '...'; } }