var fDesc=new Array();
fDesc[1] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support.";
fDesc[2] = "the drawbacks of having files stored in ISO format is that you can't (or is very hard to) modify those files.";
fDesc[3] = ", AVI, MPG, ASF, WMV, WM, SND, AU, AIFF, M1V, MP2. The list and played position saved automatically. M3U playlist editing.";
fDesc[4] = "computer. You can even choose your computer opponent“s ability. You can choose the ball you want to hit, and the program will help you showing lines with the path the ball will take when hit.";
fDesc[5] = "has a clear and intuitive interface to divide the audio file you want, whether specific parts of the track, intervals of the same length and even the silences. It supports Drag & Drop, and batch mode to cut multiple files at once.";
fDesc[6] = "program works efficiently with both CUE and XMCD (freedb) formats, and will create perfect MP3, APE, FLAC, OGG, WAV and WMA audio files following the parameters specified in the CUE file. Unicode, UTF8, and ANSI CUE files are supported.";
fDesc[7] = "innovative way to access compressed files since it mounts them or opens these files on a virtual disk without extraction.";
fDesc[8] = "that different to other pool games already seen, but the stuff around the game is what makes this game pretty unique.The game provides extensive help to get the most out of Cue Club. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[9] = "simple steps. This incredible program has the ability to open and extract the files contained in ISO, BIN/CUE, IMG/CCD, NRG, CIF, MDF, TDCI, C2D, BWI, B5I, VaporCD, among others.";
fDesc[10] = "files. You can change the defaulted audio settings for both MP3 and WMA files, allowing you to decide on the quality and the size of the resulting files. Magic FLAC to MP3 Converter can also load your files directly from any CUE file.";
fDesc[11] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output.";
fDesc[12] = "you to convert audio files like MP3, WMA, WAV, M4A, AAC, AC3, and OGG to audio-only video file, like for instance MP3 to AVI.";
fDesc[13] = "using informations contained in the associated \"CUE\" file.";
fDesc[14] = "system, track file status with comments, use Adobe Bridge to find files visually, search for XMP metadata, and host Adobe PDF reviews.";
fDesc[15] = "files (WAV/WV). It is especially useful when you need to extract the CUE data which is embedded directly in the WAV file. External CUE sheets can also be viewed and edited with this tool, and used to burn your music CD without exiting CueListTool.";
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 = '...';
}
}