var fDesc=new Array(); fDesc[1] = "Product Tour provides detailed information about HP Accessories including Docking Solutions, Expansion Accessories, Power Management and Security."; fDesc[2] = "cards and albums easily and quickly. It is a combination of PowerPoint and Flash-making software, which has the ability to make a flash presentation. It is very user friendly, easy to learn for beginners as well. In addition to this, it has many other interesting features"; fDesc[3] = "mulitple output methods"; fDesc[4] = "of Flash websites, HTML websites and Flash presentations."; fDesc[5] = "a more sophisticated way. So why transfer my presentations? Well, normally PPT presentations are only able to work on a computer with MS Office installed, or at least with a PowerPoint viewer."; fDesc[6] = "PowerPoint source. You will get all advantages of Flash format such as compactness, easy distribution, streaming, etc."; fDesc[7] = "mouse cursor. This application is very easy to use. Just select an area of the screen or a window you want to record and click on the start recording button. You can stop the recording at any time using Ctrl+Del buttons."; fDesc[8] = "in no time. This real time demo building tool allows you to create stunning audio-visual Flash movies and demonstrations with no much effort. The amazing tool provides smooth features for building flash movies by staff members, educators and marketing personnel."; fDesc[9] = "presentations that can be published to the Web, as well as being easily delivered. Multilingual support, animations on master slide, control by arrow keys, etc. The application runs completely integrated with Microsoft PowerPoint and it works from this software."; fDesc[10] = "program is very easy to use and it has a friendly and intuitive interface that will make things very easy to you."; fDesc[11] = "capture, records keypresses and mouse movements. Add artworks and multimedia components. Publish to Flash Movie, DVD, EXE."; fDesc[12] = "Power Point presentations to SWF flash movie presentations. The integrated interface of this tool allows you to easily convert your Power Point presentations to eye-catching SWF flash movie presentation."; fDesc[13] = "presentations. With iSpring PRESENTER you can add interactive Flash-based quizzes and record and sync audio and video for your Flash course."; fDesc[14] = "you can record and add audio narration, add background music, create interactive quizzes and surveys, insert Flash graphics, movies, applications and videos."; fDesc[15] = ", insert web objects into the presentation, use player templates and presentation options, sync animations, add FLV video to slides and edit them accordingly and much more functions."; 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 = '...'; } }