var fDesc=new Array();
fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software.";
fDesc[2] = "from Electronic Arts. It shows the status of components available. Much like Steam, many games require the manager to be online before the game functions properly.";
fDesc[3] = "occurs due to the opening of any harmful presentation. The OS supported by this update are: Windows Server 2003 Service Pack 1, Windows Vista and Windows XP Service Pack 2 and the prerequisite apply this update is that you must have the 2007 Microsoft Office suite Service Pack 1 (SP1) pre-installed.";
fDesc[4] = "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[5] = "III and its expansion pack, and it tells the player that the conflict between the factions is ideological, and not a merely good-versus-evil thing. Depending on your starting point, players will have to undertake different quests, face different monsters, and so on.";
fDesc[6] = "professional audio production. Use Adobe Audition to: - Create your own music - Record and mix a project - Produce a radio spot - Clean up audio for a movie - Compile and edit a soundtrack Whatever you do with audio, Adobe Audition software helps you sound your best.";
fDesc[7] = "and MacOS. Developers can use this great tool to design software using Java SE/FX, Java, Ruby, C/C++, and PHP. It is sponsored by Sun Microsystems and is very powerful thanks to the contribution of thousands of users.";
fDesc[8] = "dimensions. Celestia runs on Windows, Linux, and Mac OS X.";
fDesc[9] = "a good solution to design and print CD/DVD labels. With an easy to use interface, ClickâN Design 3D allows you to use interesting features such as adding 3D text and other special effects which will make your designs extravagant and unique.";
fDesc[10] = "solutions. They have developed many products one of them is the MoviePlus X3. MoviePlus X3 is digital video studio to help number of movie makers across the globe. MoviePlus X3 has made the professional video editing most easily.";
fDesc[11] = "website builder and so users does not required any technical or programming knowledge to create websites. Due to its template based designing process, users can easily add or modify content without affecting the design of the site.";
fDesc[12] = "easily! Features a WYSIWYG design editor, an advanced binary patching engine, support for automatic updates, one-click deployment to the Internet.";
fDesc[13] = "install maker products. Usually an install maker is used to create the installer of a software project. But Patch Maker will not create the installer of your program, it will create the installer of your program's updates.";
fDesc[14] = "is most useful for those users who regularly update their large files or data and send or receive over internet or private Network. PatchOnClick is a very easy to use utility. It gives you the opportunity to create only update patch file of any file which is much smaller in size.";
fDesc[15] = "are small size self-extracting executable update programs in famous installer style and can be distributed over the Internet.";
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 = '...';
}
}