var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "shockwave is very small in size and takes couple of minutes to download and install in a computer.The installation process runs in back ground so it does not disturb your routine work"; fDesc[3] = "space but also lead to a slow and sluggish system. With FCleaner you can effectively keep your system free from unused and obsolete files so that you regain your disk space and system speed."; fDesc[4] = "the following functions: intelligent coding, debugging stratified interactive, visual design of the distribution of the elements of the user interface."; fDesc[5] = "time to Flash Media Server software or Flash Video Streaming Service (FVSS). When high-quality streaming is your priority, Flash Media Encoder can help you broadcast live events and around-the-clock broadcasting."; fDesc[6] = "existing FrameMaker users who want to author and publish technical documentation in multiple languages. Adobe FrameMaker 8 software combines word processing and XML-based structured authoring with template-based publishing."; fDesc[7] = "Media Player, RealPlayer, QuickTime do not play such kind of video. What you need is a FLV player. With YouTube Video Player; this powerful and standalone application, you can play Flash video files on your PC."; fDesc[8] = "helps you create striking DVD and Blu-ray Disc titles and interactive web-based tours for film, business, training, events, and more."; fDesc[9] = "gallery on your website in minutes, easy to use, user friendly and no coding required."; fDesc[10] = "knowledge, suitable for non-technical users, as well as users who knows flash but just need to create a flash map quickly.iMapBuilder package includes map templates. Features: Create a flash map with just a few mouse clicks. Placing the flash map on your website, in CDROM or as a stand alone application. No Flash knowledge, coding or design skill is required. Runs on almost all major browser with Adobe Flash Player plug-in installed. Easily embed the map into your existing HTML page/layout, you can also use Frontpage, Dreamweaver or any HTML editor to insert the map manually."; fDesc[11] = "movie / Macromedia files (SWF). This easy program succeeds in retaining the user in the website as the time taken for loading is substantial and possesses the capability to distract the user to move on to the next site..."; fDesc[12] = "files produced with Camtasia Studio versions earlier to 5.1. The theater colors and controls' properties can be controlled and a preload movie can be specified too."; fDesc[13] = "develops different kinds of softwares. Nasser’s FLV player is another wonder from Nasser’s magical brain for software development. And it is undoubtedly going to create history as a quality product. Nasser’s FLV Player is a flash video player that supports all FLV files."; 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 = '...'; } }