var fDesc=new Array(); fDesc[1] = "The software facilitates the system to perceive independent symbols, and combines them into words utilizing the gaps as a separator, and the process of building continues representing data as a logical chunk at every stage."; fDesc[2] = "choose the category you need, adjust the location and time settings, and even edit the messages as well as categories (add/remove option is only available), and take the advantage of subliminal messages' effect."; fDesc[3] = "elements with reality. This application comes with a very catchy phrase ‘Your brain does not work right’ which is well proved once the player starts playing the game. The main theme behind the game is to make the mind perceive the correct information both visually and logically."; fDesc[4] = "in its current phase and will notify you before the full moon. Write your name and the stars will move around the screen getting closer until they form the letters. StarMessage Screen Saver includes many extras, which you will have to discover yourself, since they are too many to mention here."; fDesc[5] = "“cross-eyed” pair of images which, when viewed with the appropriate pair of glasses or by following a certain viewing routine, provide a full 3D stereoscopic effect. The input and output formats supported are JPG, JPS, BMP, and PNG."; fDesc[6] = "of converting virtually anything to editable text! Text capture module accepts information from HTML, PDF and graphics."; fDesc[7] = "or higher required."; fDesc[8] = "screensaver will take you to a very mysterious place in the middle of a severe electrical storm. You will be able to see lightning bolts everywhere around you. The scene is so realistic that you even feel like running for shelter."; fDesc[9] = "higher required."; fDesc[10] = "Sigmond freud and different stages of your dream cycle."; 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 = '...'; } }