var fDesc=new Array();
fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player.";
fDesc[2] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[3] = "Dell Video Chat, clothed in black, has a beautiful and comfortable interface, very intuitive and not that different from other commonly used software of this kind.";
fDesc[4] = "uniques. The interface of the program have two Windows in one of each we can explore our files to find images for create our icons and in the other windows we have tools and colors to transform them.";
fDesc[5] = "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[6] = "Create icons for Windows (up to Vistaâ„¢ 256x256) and MacOS (up to Leopard 512x512); Create and edit icons in Image Strips for toolbars; Use an advanced icon editor with various tools, filters and effects; Create icons from images or ready-to-use objects, and more...";
fDesc[7] = "almost the same way as Photoshop with similar support for pressure sensitive tools. But Painter also emulates the visual characteristics of traditional art painting such as oil paint, pastel sticks, charcoal, etc. supporting several textured surfaces.";
fDesc[8] = ", store date in one place. Information is available on your computer in many forms, from business cards to Microsoft Office files, SQL Server data, etc. It helps bring it all together with a few clicks.";
fDesc[9] = "a realistic way. It is has a simple interface that allows new users to learn fast, create animations or populate a scene with objects. Users can choose objects from the large DAZ 3D library or import a previously created landscape project.";
fDesc[10] = "install, works immediately, and quietly provides Windows with the power to access files on Mac disks from any software, at any time.";
fDesc[11] = "advanced amateur and professional photographers, it is a must have accessory for supported DSLRs and high-end digicams.";
fDesc[12] = "create Mac format CD/DVD, burn ISO and dmg files to CD/DVD. Runs under Vista, XP, 2000 and 2003. 30 day trial.";
fDesc[13] = "and mapping techniques for the organization of ideas and information and the way they should be implemented. The program features a beautiful and organized user interface that allows you to fully edit your diagrams as you wish.";
fDesc[14] = "fonts, or create an entire typeface from scratch. Fonts created with Fontographer can be used in any program with a font menu on Windows and Macintosh platforms. Turn your font fantasies into realities with Fontographer, the industry-standard for font design on the Macintosh and Windows. Designed for graphic artists, type designers, and technical professionals who want to modify their existing fonts or create new fonts from scratch, Fontographer's precision drawing tools make type design as easy or advanced as you need it to be. With Fontographer, you can quickly modify your existing fonts, add fractions to your existing typefaces, or create lighter or heavier versions of your fonts. You can easily scan in a signature, autotrace it, and make it a font. Blend any two fonts to create a completely new font. Use a pressure-sensitive drawing tablet to create a font with your own...";
fDesc[15] = "will identify the kind of files without their 3 characters extensions. List sizes of data and resource fork";
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 = '...';
}
}