var fDesc=new Array(); fDesc[1] = "them, easy-to-use application Autodesk Design Review can be used as it is both money and time saver. With every Autodesk design product, this easy-to-use tool is attached, and time is also saved in the approval and mark up processes."; fDesc[2] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs."; fDesc[3] = "It includes all the necessary tools like Tab Symbols, Musical Symbols, Rhythm Slashes, chord names and many more for making it easy to create and edit music files."; fDesc[4] = "detected in the professional version of TopStyle. The Lite version is purely a simple CSS editor, whereas TopStyle Pro is a matured XHTML, HTML and CSS editor. Even so, if all you need is a real basic CSS editor, TopStyle Lite will satisfy you fine."; fDesc[5] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[6] = "music you write can be played by the system on the fly, so you´ll be able to hear the results of your writing instantly."; fDesc[7] = "including 4x6 and 5x7. Make print sheets, albums, calendars, cards and contact sheets. Use pre-made pages or create your own. Just select photos, choose a layout and print. \"Couldn't be easier,\" says Popular Photography magazine."; fDesc[8] = "files regularly, then Topstyle 3.5 is for you. Topstyle is a styling utility that allows you to view, edit validate style sheets in Html, Xhtml and CSS file types."; fDesc[9] = "manuals, the latest albums or songs, choose from a variety of styles, create your own music and enjoy the art of playing different instruments. You can also play in karaoke style, record your music and evaluate your performance. No more waiting, Digital Music Notebook is here for you!"; fDesc[10] = "needs of Christian churches. The songs library that´s bulked with the program contains Christian songs only. There are versions of OpenSong available to run on Windows, Mac OSX and Linux."; fDesc[11] = "to open and modify MS Excel files. It can use three password recovery methods: advanced dictionary-based attack, a brute-force attack and a brute-force attack using an advanced mask."; fDesc[12] = "VI, 7 (.DBF) and FoxPro format. The program supports password protected XLS files. and enables you to select between different sheets under same Microsoft Excel document."; fDesc[13] = "featuring everything you need to develop and deploy cascade style sheets."; fDesc[14] = "is easy to learn and use and all the output result files are preview if desired. User interface is very intuitive and is simple to use by means of the system mouse. The software allows to import CSS projects and sheets for editing and modifying or updating."; fDesc[15] = "2005 Express Edition. The purpose of Lesson 6, “Style sheets and Master Pages”, is to explain and teach how to use Style Sheets and Master Pages when building web pages. Cascading Style Sheets and classes concepts are also included in the lesson."; 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 = '...'; } }