var fDesc=new Array();
fDesc[1] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[2] = "the beat, and what's more interesting debuts a new hearing \"Now Playing,\" which aims to compensate for the lack of displays offering a slideshow elegant and full of visual effects with photos and information about the artist that we are listening.";
fDesc[3] = "100 file formats. Since 2004, Tunebite has been mentioned and singled out for excellence in more computer trade publications than any other legal software solution that removes DRM copy protection. Tunebite legally removes the audio DRM copy protection from music & audio books by re-recording it at up to 54x the speed. With either the playback software or Tunebite, additional copyrighted music & audio book files can be copied by using the virtual CD-burner. Tunebite has one of a kind quality control with “PerfectAudio”, guaranteeing error-free audio output. Tunebite turns the PC into a high-performance, Video DRM converter and ensures the synchronicity of video & audio while the copyrighted video files are played back. In the process, Tunebite legally photographs, frame by frame, the replayed, copyrighted films & saves them in the desired format. Tunebite informs you of the...";
fDesc[4] = "features are customizable tag output as well as an extremely detailed information input for specific or grouped music files. TagScanner´s stronger feature is the web based tagging tool.";
fDesc[5] = "CDs to MP3, OGG, WAV formats in your hard drive. You can also create a Bin/Cue image and burn it to keep security copies of your favorite audio CDs.";
fDesc[6] = "very first time. Only Print Artist gives you the creative edge with 15,000+ professionally designed templates and 250,000+ sensational graphics all inside the box. No downloading or club memberships are required to create sensational print projects for home, school or the office. From banners to brochures, calendars to certificates, greeting cards to gift items—no other software makes it more fun to create truly spectacular projects.";
fDesc[7] = "and album. But this could be done easily without this software through google. The point of this program is that it can scan your computer and decide which of your albums have album art missing.";
fDesc[8] = "menu bar, one toolbar, a panel with a preview image and two tags, one window for see our photo transformed. Finally when we make click in the Process button we get our work done, but can click in the original image button and return to the original photo.";
fDesc[9] = "now and then, people are covering those moments in their digital cameras and mobile cameras. Now when you want to put your imagination with those snaps and make them more creative here is an answer to your artist need called Photo Artist 2.";
fDesc[10] = "your music according to Artist/Album/Track. TheLastRipper 1.3.2933 will also help you generate playlists from the data available from you Last.fm account.";
fDesc[11] = "apply different effects to them. This program is very easy to use and rather powerful. It has numerous operations such as sketch, rotate, mask, emboss, resize, add a frame, change overlay order, add textures and more.";
fDesc[12] = "time. Only Print Artist gives you the creative edge with 15,000+ professionally designed templates and 250,000+ sensational graphics all inside the box. No downloading or club memberships are required to create sensational print projects for home, school or the office. From banners to brochures, calendars to certificates, greeting cards to gift items—no other software makes it more fun to create truly spectacular projects.";
fDesc[13] = "you will be enchanted with this cool music manager. Teen Spirit is a complete music manager that will help you to have all your music files (MP3, wma, ogg, etc) perfectly categorized in the ways you always wanted.";
fDesc[14] = "random colors (including multi-color gradient effects), apply round edges, manipulate shadows, etc. You can also drag and drop any kind of images directly from Windows to this application to create your own personal text effects on the images in no time.";
fDesc[15] = ", texture, pattern) the program will help them to meet the National Standards for the Arts. The students will have the opportunity to experiment with the tools through 60 project starters and 40 printable activities.";
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 = '...';
}
}