var fDesc=new Array();
fDesc[1] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[2] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[3] = "can easily convert your simple computer into a digital media center; you only need to have Windows Media Player 9 or above as well as DirectX 9 or above. This tool has a highly enriched user interface to appeal current users.";
fDesc[4] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers";
fDesc[5] = "environment you already know. Purpose-built architectural design and drafting tools make for efficient, intuitive creation of construction documents. AutoCAD® Architecture software provides AutoCAD-based design and documentation productivity specifically for architects. You now have more tools to automate drafting tasks and create your architectural documentation faster. Designed specifically for architects—Work in the familiar AutoCAD environment, using tools that are purpose-built for architectural design and drafting. Get immediate productivity—Begin using AutoCAD Architecture software with minimal training, creating documentation, drawings, and schedules faster, with fewer errors, and in a software environment you already know. Make a smooth transition to more advanced features at your own pace. Collaborate smoothly—Exchange information easily using the industry-leading...";
fDesc[6] = ", realtime pitch/tempo change for video and audio!";
fDesc[7] = "Media Player. It is very much different from the default visualizations in Windows Media Player because it is based on a glowing particle storm effect. Corona Visualization works best with the Windows based operating systems mainly on Windows XP.";
fDesc[8] = "according to your needs. It also features a function for creating loops and Karaoke files. The trial version is fully functional during 15 days; after that, you must purchase a license.";
fDesc[9] = "stunning 3D visualizations. On the software front, it uses Microsoft's Direct3D to produce flowing images in reaction to music. The visualizations are very well synchronized with the beats. There are around 100+ presets that come pre installed with this plugin.";
fDesc[10] = "later). It is able to play single .MP3 files or playlists (.M3U or .MSC). The program just plays the files. There are no fancy features like visualizations, lyrics or covers.";
fDesc[12] = ", brainwave entertainment and affirmations. Mind Stereo is easy to work with because it has a familiar setup with the playlists, equalizers and is compatible with common digital media formats like CDs.";
fDesc[13] = "from one into another. The program supports some audio files such as Mp3, WAV, OGG, MP2, VOX and WMA. Using this software, you will be able to burn audio Cds, mix audio files together and more.";
fDesc[14] = "supposed to be a media player that can display artwork and fancy visualizations and allows you to share what you are listening to with your friends on Twitter. However, SocialMediaPlayer is lacking at the core.";
fDesc[15] = ", and more. You don’t only get a lot of included visualizations. The main objective of this program is that you can experiment and create your own personalized visualizations, maybe for each one of your favorite songs.";
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 = '...';
}
}