var fDesc=new Array();
fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[2] = "the total number of resulting files you want to have. If needed, you can tell the program to create a convenient self-extracting file. It can join not only its own split files, but also those created using 28 different well-known splitters.";
fDesc[3] = "files in several pieces by time frame, size or equal time pieces. It has a built in mp3 player to allow you get a preview of the output file.";
fDesc[4] = "application that this review is for. Not much has changed between versions, though. The GUI is largely untouched and the functionality is the same. Both applications use the same burning engine, so the quality will be equal.";
fDesc[5] = "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[6] = "individual basis. Joining it back in the same file again is very simple. You simply double click in the autogenerated executable file you find in the folder you chose for the splitted pieces and they will automatically be merged in a single file equal to the original.";
fDesc[7] = "with your friends. Plain intuitive rules also help to relax. Play and enjoy yourself!";
fDesc[8] = "different layouts - split up in different difficulty levels. In the game's Championship mode all players are playing exactly the same game under equal conditions: Compare your scores with others all over the world.";
fDesc[9] = "split audio files into smaller pieces or join several Mp3 files together. With this software, you are going to be able to split audio files into 99 equal parts. Of course you can split into two, three or any number of equal parts you want.";
fDesc[10] = "equal tiles. There are chain tiles locked and they cannot be swapped, you need to match them with adjacent tiles. There are 100 levels. Available for Windows and Mac";
fDesc[11] = "program includes important Horoscope details: planets position, Rasi, Ashta Vargas, Navamsa, Bhava, Vargas and Vimshothari Dasa. The available preferences include South, East and North India chart styles. All planets name come in both languages: English and Sanskrit.";
fDesc[12] = "cutting points a very easy task–you can either do it yourself or let the program create blocks of equal size according to your settings. Tinynice MP3Cutter includes also a MP3 Merger utility to help you join MP3 files, and a fast and efficient MP3 to WAV converter.";
fDesc[13] = "a MPEG file according to your requirement with just few steps. It’s ‘By frame option’ lets you split a file by setting the start time and end time.";
fDesc[14] = "in the same Excel file or two different Excel files. Excel 2000 or higher required.";
fDesc[15] = "program or enter a very short musical phrase of a few notes, and hear it transformed into an intricate tracery of music. The music is fractal which means it is highly structured, but natural sounding too, like bird song, or the sound of the wind. Any tuning is possible; no need to restrict your creativity to the equal tempered twelve tone system or even the octave. Tune your music as freely as a bird when it sings. Try authentic historical temperaments with tunings for keyboards from Bach or Mozart's time. Try tunings for Indonesian Gamelans, or Indian music with drones. Try modern exotic tunings such as non octave scales, or musical geometries with highly symmetrical floating chord patterns. Explore the effects of instrumentation, and take ones first steps as a composer in an envionment where melody making is effortless. Suitable even for complete newbies to composing - and there is...";
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 = '...';
}
}