var fDesc=new Array(); fDesc[0] = "Flash Convert is a useful application that allows you to convert from SWF to EXE files and vice versa. The program has the ability of converting several files from one into another at the same time with a high level of quality and a fast conversion speed. This application also enables you to convert SWF files as a screen saver to be used on your computer or in any other computer. The program's main window is little and easy to use. The program does not occupy too many space on your hard disk and it is very easy to install. There are no many system requirements needed to install this program. Flash Convert is extremely easy to use. All you have to do to convert your files is choose which files you want to convert, select an output directory and an output format and then click on the convert button. The program is not free, but there is a free trial version available for downloading. Once you test the program you can choose whether you want to buy it or not. Flash Convert supports Windows 95, Windows 98, Windows 2000 and Windows XP."; 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 = ''; } }