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] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[3] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files";
fDesc[4] = "non-commercial use only.";
fDesc[5] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection.";
fDesc[6] = "Orbit Downloader is a complete solution for your media and data downloading from the web. Orbit Downloader supports HTTP/FTP/HTTPS/RTSP/MM S/RTMP protocols and provides a total solution for downloading media from all the rich media sites like Youtube or Google videos.";
fDesc[7] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards";
fDesc[8] = "application can directly download any selected video at the Youtube web site. The user opens the Youtube site and selects the video (s)he wants to download. Then runs Feneris Video Downloader, which displays the URL for the selected video at the upper input box.";
fDesc[9] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools.";
fDesc[10] = "Don't waste your time bogged down with countless banners and pop-ups.";
fDesc[11] = "attacked the Galaxy. You are the captain of a state-of-the-art spaceship.";
fDesc[12] = "needing an Internet connection. This is particularly useful if we have to pay to stay connected, or if we want to save the downloaded file to a portable devices to view it in another computer without an internet connection.";
fDesc[13] = "Converter is a handy tool. It allows you to transfer to your mobile any multimedia file and it will also let you play in your computer the files coming from your device. This program runs on Windows 2000 (SP2) and XP (SP1).";
fDesc[14] = "real-time web mining. With NetTools Spider you can download, search and data mine websites, quickly and easily.";
fDesc[15] = "developer's website. We can use it for a 30-day period or after downloading 50 images. It searches the Web for all the images in .gif and .jpeg formats and downloads them to our hard disc, so we can see them later. It uses the popular Google browser.";
fDesc[16] = "Generator and HTML/xHTML Validator three web tools.";
fDesc[17] = "from our Web site http://www.9cal.com.";
fDesc[18] = "low-level dry surface coverings. This particular screensaver is designed for use on a Windows computer.";
fDesc[19] = "your desktop. It can monitor 20 different pages on 20 different sites all live. Download is a free trial";
fDesc[20] = "solid executable file (.exe) with an integrated HTML browser.";
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 = '...';
}
}