var fDesc=new Array();
fDesc[1] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal.";
fDesc[2] = "left and right click to simulate turntable. Use special features like pitch control, bass, treble, surround balance, cross fading and playlist for media management. AtomixMP3 offers more than 12 sound effects to add to your track for fun.";
fDesc[3] = "you might have that is supported. The supported formats are MP3 and WAV. This is really a simple program, but it does what it is supposed to do quite well.";
fDesc[4] = "installed and run in English or German. You can choose to install support for AAC/M4A format to play non-drm iTunes files (Internet connection required).";
fDesc[5] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality.";
fDesc[6] = "It proposes a new approach of DJ mixing since you can build and listen to your mix before they are played.";
fDesc[7] = "vinyl LP’s and others to record it on a CD/DVD. The latest edition has improved sound source selection in Windows Vista, along with other systems having multiple sound cards.";
fDesc[8] = ", MPEG, WAV, WMA, OGG, RA, MOV, MKV, CD, VCD, DVD, etc. popular media files to MP3, WMA or OGG files.";
fDesc[9] = "volume of the entire track, or a portion of it, and use fade in or fade out effects for smooth transitions.";
fDesc[10] = "there is eye candy, such as fading in/out and customizable colors.";
fDesc[11] = "such as scaling, relative positioning and rotation is allowed. No need to worry about under or overlapping.Once the images are aligned you have several options for blending them together. Options for fading the edges of one or both images prior to overlaying are available which gives an attractive seamless join without the inappropriate edges seen as a result of merging two images of different sizes and positions.";
fDesc[12] = "stream detected by your soundcard) or digital (extracting the audio files from any CD). Editing functionalities include normalization, equalization, fading in and out, etc., and can be used with both MP3 and WAV audio files, which can then be burned either as an audio or a data CD.";
fDesc[13] = ", MOV, MKV, CD, VCD, DVD, etc. popular media files to MP3, WMA or OGG files.It can extract accompanied music from CD, VCD or DVD (disc support needed) with no quality lost. Support direct convert to MP3 files, without converting them to WAV first, quickly and save disk space. With an Audio Editor, you may have the effect of MP3, WMA and WAV files, such as seting volume, fading in and fading out, and accurately split audio files.";
fDesc[14] = "professional-quality performance. Print in true-to-life photo-quality and laser-quality black text—with up to 4800-optimized dpi or optional 6-ink color. Share your all-in-one with up to 5 computers using built-in networking and wireless capabilities.You will also enjoy wireless printing and scanning plus access to built-in memory card slots. Just insert digital camera memory card to view and print photos using color LCD or HP photo proof sheet all without a PC! Use optional HP-exclusive inks and photo papers so your photos will resist fading for generations.";
fDesc[15] = "and creating full-screen moving kaleidoscope images from them. You can even move the mirrors 'by hand' to create and save your own unique wallpaper etc. The fully-featured kaleidoscope includes multiple movement and reflection modes, wind chimes, special fading modes, and more.";
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 = '...';
}
}