var fDesc=new Array(); fDesc[1] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy."; fDesc[2] = "launching features will show up. Each corner has its own function: Left - up: opens My PC. Left - down: Internet Explorer Favorites. Right - up: switch windows. Right - down: Shorcuts from the desktop. You can change the assignments."; fDesc[3] = "the three games is to collect as much money as we can, so that the money meter reaches the highest position and we move on to the next level. Each game features three levels of difficulties: easy, normal, and hard."; fDesc[4] = "program includes many tools and options that will help you to browse multiple databases and connect them. It can import and export data from/to SQL files, SQLite files, ODBC tables, Excel spreadsheets, Microsoft Access, plain text files, and other resources."; fDesc[5] = "ancient table, that are scattered around the world. Once you got all pieces, you will have the clue to find the most expensive gem: the \"World Diamond\"."; fDesc[6] = "if the partition table, or boot sector on hard disk is lost or damaged due to a virus attack, software failure, Fdisk or Partition Magic misapplication among other reasons."; fDesc[7] = "that different to other pool games already seen, but the stuff around the game is what makes this game pretty unique.The game provides extensive help to get the most out of Cue Club. You can try this game for 60 minutes before you buy the licensed version."; fDesc[8] = "using the rainbow tables. It is one of the most efficient implementation of the rainbow table method, implemented by the inventors of the method. It is capable of dumping the SAM file of a system and then use rainbow tables to decrypt the password."; fDesc[9] = "other player. Free Billiards also has a section that you can use to train yourself in the art of playing pool. You can choose the rules you want to play."; fDesc[10] = "match you want to play. The options are One Player (this is, against the computer), Two players, Multiplayer, League, Tournament, or Practice. The Disks and Blocks modes are locked in the demo version."; fDesc[11] = ", let’s you know that the game is related to the food business. Actually, you’re gonna be representing SpongeBob who will be playing the role of a waiter, doing his best at serving customers in his dinner."; fDesc[12] = "productions. It provides the user a functionality to go beyond the traditional and exhaustive way of testing fonts and the presentation in bold emphasis or italic style, underline or three dimensional uses."; fDesc[13] = "skills while you battle it out against intelligent computer players. Glorious 3D graphics with pure addictive game play."; fDesc[14] = "table forming the basics of chemistry, with all the elements listed in it. Those elements and their origin, importance, usage, etc are explained in the way that everyone can understand it, easily."; fDesc[15] = "makes it possible for developers, designers, bloggers, etc., to easily create and manage MySQL databases. The program's interface proves to be very smart and user-friendly, with many tools and helpful wizards."; 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 = '...'; } }