var fDesc=new Array();
fDesc[1] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[2] = "to introduce you a simple yet powerful program that will let you perform this task easily. DVD Audio Extractor, as its name suggests, will let you extract all audio from any DVD, in just four simple steps.";
fDesc[3] = "Editor, BPM Counter, File Editor, Cross Fader, Mixer, File Info Box, CD Player and other impressive user management features, along with the latest hardware controllers.";
fDesc[4] = "program supports many audio files such as MP3, WAV, WMA and OGG. Using this software, you will be able to record your voice by using a microphone and the program will capture all the audio from your environment.";
fDesc[5] = "on-the-fly and sopports Normaolizing. It can support MP3 files to WAV files for burning on an audio CD.";
fDesc[6] = "information about your installed and uninstalled fonts, in subfolders as a single combined list, view sample text and individual characters, changing sample text \"on the fly\", print font samples, and associate notes with fonts.";
fDesc[7] = "speakers or ear phone. It actually generates different sound waves with different frequencies, wavelength, pitch and intensity, and when you listen these sound waves as a sound by using ear phone for some time then your brain will be stimulated.";
fDesc[8] = "Chinese WP interface, and most of its features, is quite similar to that of Microsoft Office Word. The main difference being that with Chinese WP we have the possibility to learn and teach the Chinese language.";
fDesc[9] = ", APE. This easy to use software is very fast. You don’t have to read any manuals or any big help files to use this. All you do is click on one button and your CD will be copied. This software can also convert WAV files to MP3, WAV, WMA, APE, VQF, OGG, AAC, MP4 files.";
fDesc[10] = "education, knowledge, projected position and area of expertise, it builds your resume, extracting ideas from a thousand built-in sample resumes. You can´t dowload a trial for ResumeMaker Professional. The provided link will allow you to download the product, but you will have to pay for it first.";
fDesc[11] = "matter if you are listening to your favorite on-line radio, your audio CDs, or if you want to record your voice by using your microphone. With this versatile program you can do it easily.";
fDesc[12] = "shape and radically reinvent sounds. They have integrated a clearly-arranged interface, outstanding performance, flexible routing engines and the incredible sound quality of the sample engine and filters.";
fDesc[13] = "Explorer is a good option, which comes with many interesting features, such as printing each font sample up to four times and adding many font effects, etc.";
fDesc[14] = "fonts quickly and easily. In its main window at the top left corner there is a small sample text box in which you can type your sample text to view how your sample text will look with the selected font.";
fDesc[15] = "applications display a form showing attributes of a file and demonstrate many of the new features available with Visual Basic 2005. It helps you to build a smart client application and design-time data enhancements.";
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 = '...';
}
}