var fDesc=new Array(); fDesc[1] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[3] = "play MPEG-4 movie files or network distributed streams.Real-time decoding up to 720x576 (coding speeds for Pentium/Athlon above 1 GHz).Plays MP4 files and streamed MPEG-4 video (ISMA compliant)Full MPEG-4 conformity (ISO/IEC 14496) for Simple and Advanced Simple ProfileHighly sophisticated post-processing improves picture quality."; fDesc[4] = ", organization and distribution of programming, network acceleration, client connectivity players, and other modules."; fDesc[5] = "the following functions: intelligent coding, debugging stratified interactive, visual design of the distribution of the elements of the user interface."; fDesc[6] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes."; fDesc[7] = "from your existing media library -- produced with your favourite video editing software -- or directly capturing from your"; fDesc[8] = ", RA, RMM, RAM, RPM, RM, RMVB, WAV, OGG, CDA, APE, APL, MPC, MP+, WMA, FLAC, AAC, M4A, MP4, and more. Protected Windows Media Audio (WMA), protected Real Audio (RA, RAX), protected Advanced Audio Coding (AAC) and protected MP4 aren't supported for copyright reasons."; fDesc[9] = "common multimedia file formats, such as MP3 or WAV, to AMR format, or output AMR audio files to MP3/WAV audio format. You will just need to choose which kind of conversion you want to perform, and then choose the file to convert, and the path and name of the destination file."; fDesc[10] = "notepad and don’t have high costly developer software. Presently Programmer’s Notepad supports for Ada, Assembler, Bash, Batch file, C, C++, c#, CSS, D, Diff, Docbook XML, Fortran 77, Fortran 95, HTML, IDL, Java, Javascript, LaTeX, Lua, Make, Matlab, Modula-2, etc."; fDesc[11] = "auto-complete and color coding features. The program offers advanced debugging functionality and has built-in SQL manager, FTP client and integrated web browser."; fDesc[12] = ", Samsung, Siemens, Ericsson, LG, Philips, Panasonic, Sagem, and many more. Free trial version available. No cables required!"; fDesc[13] = "publishers remark is the high security on file transfers. The application uses SSH/SSL channels when uploading or downloading files and folders. Whenever a transfer is made, the program checks its integrity to make sure that the files have been moved safely."; fDesc[14] = "model.Originally developed as a Nokia to Motorola converter, hence the name 'polyphone tone Converter'"; fDesc[15] = "This makes it one of the best web-designing and coding software which is widely used by expert web-designers as well as by novice users."; 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 = '...'; } }