var fDesc=new Array();
fDesc[1] = "output. In fact you can access to online radio stations and enjoy various types of music like (Rock, Pop, Jazz, Classic, Vocal, User, and much more.), in multiple languages.";
fDesc[2] = "MP3 and MP4 devices. It includes AMV Video Convert Tool, AMV Player, Media Manager, MP3 Player Disk Tool and MP3 Player Upgrade Tool.";
fDesc[3] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone.";
fDesc[4] = "organize, browse, locate, and view creative assets. Bridge provides centralized access to project files, applications, and settings, as well as XMP metadata tagging and searching capabilities.";
fDesc[6] = "Music Studio 3 offers all the basic tools that you may need to manage your music like, a batch converter that can convert any mp3, ogg, wav, wma and flac files using custom bit-rates and channels.";
fDesc[7] = "from a computer to Walkman player. Sony Media Manager has a handy interface. With this new application you can organize your Use music, photos, videos and web feeds (RSS media) at your PC and transfer multimedia files to your phone.";
fDesc[8] = "content on your PSP. Sony Media Manager for PSP is now free in Japan and have been replaced everywhere else by Sony Media Manager Pro, which is a commercial version that includes the ability to transfer Playstation 1 games.";
fDesc[9] = "and video files. It supports Winamp 2.xx VIS and DSP Plugins as well as full XML integration between our Playlist and Media Manager.";
fDesc[10] = "basically allows you to rent or download movies from its website. When you either rent or download a movie, the application will function as a download manager. When the video is downloaded, CinemaNow Media Manager works as a player for the movie.";
fDesc[11] = "different software solutions. They have developed many products and one of them is the AlbumPlus X2. AlbumPlus X2 is Serif's powerful, Microsoft® Windows Vista™ certified too. AlbumPlus X2 is a kind of digital media manager,";
fDesc[12] = "videos from your PC to the memory card from your PSP. The bottom line is that PSP Max Media Manager is a way to expedite the transfer of files between your PC and your PSP.";
fDesc[13] = "files. Konvertor gives you professional quality imaging tools to view, edit, modify, organize, enhance and print your images. You can create web albums, PDF albums, panorama, IE animated logo, thumbnails using simple tools.";
fDesc[14] = "create a media library with your favorite music, images and video. The new user interface will help you set-up Philips Media Manager easily. It is possible to define for each watch folder the type of content (audio, pictures, and video).";
fDesc[15] = "automatically extract information on the file. E.g. EXIF picture data, MP3 tags & more. Import IMDB data tool.";
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 = '...';
}
}