var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "difficulties and in no time. The process is very easy just choose a picture you want and add it to Poster Forge then start creating a poster. Having this program installed on your PC you can play your friends or make them interesting presents."; fDesc[3] = "profesional-looking documents from geetings cards, booklets to posters, banners and much more… With its table tool you can design stylish, high-impact tables and position them precisely in your documents. It´s very simple to present data and information."; fDesc[4] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more."; fDesc[5] = "It can print standard format (A0, A1 A2) poster or custom big poster. Make a great poster yourself!"; fDesc[6] = ", JPEG, PNG, EMF or GIF), you can print posters any size you want, using any Windows printer, with any paper supported by your printer (A4, A3, Folio, Letter, etc). You will be able to use any font installed in your system for text."; fDesc[7] = ", such as logos, titles, headings and buttons. MAGIX 3D Maker can produce both still and animated graphics that are anti-aliased and optimized for the best possible on-screen appearance, and exported in all the popular formats such as GIF, PNG, AVI and Flash."; fDesc[8] = "included layouts, of which there are more than 170. The program lets you create your own designs for any purpose. You can also create your own unique letterheads, forms or backgrounds for your planners or booklets."; fDesc[9] = "printer. The program lets us retouch them and add some effects like soften, weakly soften, sharpen, grease, lithograph and more. We can also select the edge of glue - this lets us print our poster in a way that every page fits the others exactly."; fDesc[10] = ", your digital camera, from Internet and so on. You can make landscape, portrait or any other type of posters. This software is compatible with any printer."; fDesc[11] = "photograph printed as a life-size poster, or print a map of the world, create banners or even print occasion cards. This tool works with all operating systems and can be used with any standard Inkjet or Laser printers."; fDesc[12] = "select your photos, choose the printing formats and sizes and complete a small ordering form. The program's interface allows you to pay for your prints using your credit card."; fDesc[13] = "will show you the map with all the protocols, and there will be a \"looking glass\" amplifying parts of the map, as it moves around the screen. And the best part of it is that it is interactive too."; fDesc[14] = "100x100 feet. Poster combines the best features of word-processing, graphics, and desktop publishing."; fDesc[15] = ", coaches or teachers. Life Poster can create any size poster and can add special affects such as shadows and text to your photos."; 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 = '...'; } }