var fDesc=new Array(); fDesc[1] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions."; fDesc[2] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; fDesc[3] = "program is very complete but it is easy to use. You can be an expert on software but you will find this program very complete and useful. If you are a beginner, the program's interface will seem really easy and you will have no problems by using it."; fDesc[4] = ", Mov, Flv and all other popular video and audio formats (Mp3, Wma, Ogg, Mpeg-1,Mpeg-2, etc.) as well as DVDs, CD Audio and Swf Flash Files. It can play even DivX files, with or without subtitles."; fDesc[5] = "processing. It provides you with all you need to record, mix and edit your own music in professional quality. Using the loops you can create license music. Acid Music Studio 7 is ideal for anyone who's ever thought about producing music."; fDesc[6] = "got a friendly interface that will guide all users on how to convert their files from one into another in a very short amount of time and with no quality loss at all."; fDesc[7] = "(SWF) into different video formats such as AVI, MPEG, MP4 and many more. Using this software, you will be able to convert your files so that you can later play them in almost any mobile device such as iPod iPhone, mobile phones, PSP player and more."; fDesc[8] = "can use in texts on your web site, add a link, modify the colors, text, and size. You can also create a banner or an introductory page."; fDesc[9] = "disk for later offine browsing. The application has the ability to download files from FTP and HTTP servers, find and modify links in HTML, CSS, JS and SWF files, download multiple threads at the same time, among other things."; fDesc[10] = "enhancing it with stylish fonts that can be created with this exclusive tool. This economical tool is enhanced with a simple interface which includes the following options: preview pane, enter sample text pane, tags pane, fonts selection pane, and effects pane."; fDesc[11] = "movies, edit or replace images and text, convert between SWF and EXE file formats. Decompiling Flash movies is easier than ever!"; fDesc[12] = "BMP format. Sounds are saved in MP3 and WAV format. Has a set of advanced tools."; fDesc[13] = "dragging and dropping the mouse. New version is available for you to add text and pictures (JPG,PNG,GIF)."; fDesc[14] = ", you will be able to capture the source code of any ActionScript, save it in a text file. It is a multiplatform application which will include Linux soon."; fDesc[15] = "program enables you to extract audio from SWF files so that you can listen to them whenever you want. Once you have converted the files with this software, you are going to be able to extract the files to any portable player of your choice."; 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 = '...'; } }