var fDesc=new Array(); fDesc[1] = "create interactive, flash-based quizzes and assessments easily. Although the application is a bit confusing to novice users, it becomes very handy with due practice."; fDesc[2] = "if you see any obstacles like other cars or road blocks, you can maneuver or press the space bar on your keyboard to make the car jump and go over the obstacles."; fDesc[3] = "interface has transparencies effects, in a Vista fashion. The game rules are that of the regular solitaire that´s included with Windows."; fDesc[4] = ", Application , Stream Audio, Microphone, Cassette Tape, Radio, Electronic Organ, CD Player, LP, TV, Video Tape, DVD Player."; fDesc[6] = "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[7] = "MPEG, AVI, FLASH and WMV), this application should appeal only to the casual user or he who only needs to burn flash movies to optical media."; fDesc[8] = "know much about web development. All you need for achieving great results is typing skill. The application includes a rich collection of templates that can be used for creating your own flash menu."; fDesc[9] = "Creating Flash movies has always been a challenging task, and creating flash content by using professional software can be a tedious process. Flash Maker makes this process effortless and convenient as well."; fDesc[10] = "Window skins and styles, add splash screen, customizable context menu, etc. Use Windows API via FSCommand. Publish to EXE, CD, DVD."; fDesc[11] = "all source video formats (avi, mpg, mpeg, wmv, mov, asf, mp4, etc.) and transforms them into swf and flv flash formats."; fDesc[13] = "as well as CDs and DVDs. Recorded sound can be saved in wav-file format, mp3 format, OGG format or WMA format."; fDesc[14] = "programming skills."; fDesc[15] = "MOV, GAME, FLASH, Streaming Audio on Internet, even from all peripheral equipment such as Microphone, Cassette Tape, TV, Radio, Electronic Organ, Video Tape, CD Player, DVD Player, PS2, Xbox, it is offering professional recording features for saving as mp3 format without costing any other disk space. Nice Recorder is designed to work directly with your sound card, so can record almost all audio from your sound card at near-perfect quality what you can hear from your speaker. It can grab audio from all multimedia files which can be played with any audio player and video player such as Windows Media Player, Winamp, Real One Player, QuickTime Player, Windvd and others. Nice Recorder grabs audio from Game, Flash, Application, and Streaming Audio on Internet, grab audio from all peripheral equipment which is linking to your PC. Nice Recorder has a Voice Activation System with which you can..."; 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 = '...'; } }