var fDesc=new Array(); fDesc[1] = "Resident Evil is a very successful saga of video games (and movies too). I played Resident Evil 1, 2 and 3 and I really like them. The game was evolving with every release, improving graphics, sound and gameplay."; fDesc[2] = "released from Ubisoft (the game's publisher). It enhaces the texture quality, lightning and fog, in sum the overall graphic detail level is much better."; fDesc[3] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version."; fDesc[4] = "one of the most addicting games ever. It has colorful graphics and suspenseful music and great images. It is user friendly, and the instructions are clear and easy to understand. Madame Fate's life is in danger. It is up to you to help her."; fDesc[5] = "notepad and don’t have high costly developer software. Presently Programmer’s Notepad supports for Ada, Assembler, Bash, Batch file, C, C++, c#, CSS, D, Diff, Docbook XML, Fortran 77, Fortran 95, HTML, IDL, Java, Javascript, LaTeX, Lua, Make, Matlab, Modula-2, etc."; fDesc[6] = "most popular languages for compiling and editing like C/C++, PHP, HTML, Java, VRML, REXX, Ada, Modula2, Pascal, Fortran, X86/MC68k Assembler, Perl, Clipper, TeX, Tcl/Tk, Matlab, etc. Apart from these, many more can be added."; fDesc[8] = "test your reflexes and abilities in this Mahjong-based game. With Ada Cartoon Solitaire, hours of fun for kids and adults are guaranteed!"; fDesc[9] = "has three or more than three pets in a line (row) after changing, all these pets will be found and player gets scores."; fDesc[11] = "help you to collects Email addresses from any files or directories."; fDesc[13] = "into horizonal ,vertical or diagonal rows. the rows will disappear and your score will increase."; fDesc[14] = "more than two swerves. Of course the time is limited, you must link them as soon as possible."; 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 = '...'; } }