var fDesc=new Array();
fDesc[1] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion.";
fDesc[2] = "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[3] = "donations while shopping on the web. This small program inserts itself into the web browser, and shows an initial window for the user to select the country of origin. Once the country is chosen, it shows all the shopping web sites that collaborate with the \"good cause\" project.";
fDesc[4] = "or do not use any Microsoft communication software such as Outlook, Outlook Express or Microsoft Exchange. This useful application is a converter solution for those who are using another kind of communication programs.";
fDesc[5] = "XP built-in search for searching tasks, and have not been quite satisfied by it. It offers two modes of operation, numerous search criteria, skins support, and many other features.";
fDesc[6] = "video handing over to a practically unlimited number of users. By this way, each spectator becomes a transmitter at the same time, which distributes the bandwidth consumption between all the users.";
fDesc[7] = "need every time to go through many folders to save files. As you can see Windows open/save dialog contains 5 folders on default, such as Desktop, My Documents, My Computer and others, which provide you with quick access when you open and save files.";
fDesc[8] = "colors you see on you screen. Mainly Pixeur is being used by various Multimedia and software program developers. Pixeur can provide details like Hex & RGB details of a color. Pixeur can also store history of colors used by you.";
fDesc[9] = "enabled are mp3, ogg, wav, aac, m4a, and m4p. It is not a ringtone creator. Available for Mac OS X Leopard, Windows XP, and Vista";
fDesc[10] = "and have remained popular ever since. They are seen as a means of getting in touch with the spiritual world.";
fDesc[11] = "Generates Encrypted Website Payment Buttons on the fly. OOP Interface for buttons BuyNow, Donation, Shopping Cart, Subscriptions, IPN & PDT";
fDesc[12] = "DONATION software program is user-friendly and easy to use. Better yet, it is available for an extremely affordable price.";
fDesc[13] = ", sermons, church personnel, music programs, talent survey and more. User defined fields.";
fDesc[15] = "software gives you an easy way to manage, track, and organize data of a small fundraising organization.";
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 = '...';
}
}