var fDesc=new Array(); fDesc[1] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application."; fDesc[2] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played."; fDesc[3] = "gain points. You will have to make a word from more than three or three letters. You can make a word by selecting letters horizontally, vertically or diagonally even - but the rule is not to leave a letter (you cannot skip a letter)."; fDesc[4] = "they are automatically removed from the board. In order to get to the next level you will have to make a certain number of matches."; fDesc[5] = "your windows in any direction while switching. You can also configure advanced options related to graphic performance, general behavior, start up, and more."; fDesc[6] = "write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects."; fDesc[7] = "other program for creating Open Flip Format. When we open The FlipViewer Library we can find one toolbar, one panel and one window."; fDesc[8] = "software, you will be able to flip and rotate the images from your video files by simply clicking on the program's main window. The program comes with seven different predefined presets."; fDesc[9] = "moto with the cursor keys, riding the bike from left to right. You will have to race trying to get the bonuses that are scattered along the course, jumping obstacles and performing stunts, such as a 360 degree flip or a wheelie."; fDesc[10] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool."; fDesc[11] = "through the open windows to quickly locate and select the window you want. It is the same effect you have in Windows Vista using Windows Aero plug-in."; fDesc[12] = ", which will lead to an increase in the selling rate of your photos and work. The program gives you the ability to create, manage and organize an album easily by a 3-step quick start wizard to guide new users opening a folder of images."; fDesc[13] = "choose), it also enables you to navigate between and select any of the windows with your mouse, which seems to be usefull for the developer and maybe you."; fDesc[14] = "latest feature of Flip Viewer. Flip Viewer Library helps the customer to easily read and organize the books by keeping them in a bookstore or some location where the user can find all the books together."; fDesc[15] = "excellent game that will keep you thinking."; 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 = '...'; } }