var fDesc=new Array(); fDesc[0] = "Audio2SWF is an extremely easy program to convert your audio files into streaming Macromedia Flash files. Audio2SWF is easy to use and is great for publising audio for websites. Output Macromedia Flash movie files (SWF). Over 97% of all browsers already have the Flash Player installed, so you won't have to worry about your audience being able to hear your audio. Output Macromedia Flash Video files (FLV). Output HTML files to quickly generate a web page for your audio. Output self-executables to run on Macintosh and Windows based computers. Supports audio formats: .aiff, .mp3, .wav Select your audio compression quality. Add customizable players to add playback controls, sound controls, scrub bars, and more. Add on click actions to launch web pages or load other SWF movie files. In and Out point editing to choose a section of a audio to encode Batch convert multiple sound files at once Save project files so you can save your work to allow you to make changes over time."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }