var fDesc=new Array();
fDesc[1] = "while you are surfing the web. The player runs smoother than ever before, and now it has the ability to download videos from the internet, including videos from YouTube.";
fDesc[2] = "and information. It is an exquisite tool to build a detailed family tree. It permits you to create and store an ancestral database with individual data entering for each ancestor with demographic information, notes, references and pictures.";
fDesc[3] = "twenty of the best known file formats and it allows you to add many more using different plugins and freely-available codecs. Play the music you like wherever it is - on your computer, in FTP folders or on the web. Create dynamic playlists and burn them to CD with the Ashampoo BurnIt! Add-On.";
fDesc[4] = "for clothes tailor made, and even when they’re somewhat patient to wait, you should not pressure them too much, otherwise, you won’t be able to sell anything. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[5] = "them. There is always access to this information any time anywhere, even if your going on a business trip, you can take these web pages with you on your laptop and view them with no Internet connection required.";
fDesc[6] = "corresponding color code (HTML, RGB, C++, Visual Basic, etc) of any color you see in your screen. With Color Cop you can also increase up to 16 times any area of the screen since it has an incorporated zoom tool, so you will not miss any detail in a graphic no matter its size.";
fDesc[7] = ", AutoCAD and plain-text into PDF. Supports PDF merging and digital signing from the Windows Certificate store.";
fDesc[8] = "is available to the users. It provides a series of new features like : tabbed browsing, incremental find, inbuilt download manager, live bookmarking and lots of third party add-ons.";
fDesc[9] = "of the common tasks are 'start a program', 'open a web browser', 'copy files and folders', 'search for a file', 'archive data', 'perform routine backups'. The tasks can be scheduled to execute periodically or at specific time determined by the user.";
fDesc[10] = "scanner or camera, organizing, describing and sharing those pictures with family and friends is handled seamlessly. The FotoTime solution contains: A PC based application (FotoAlbum) that allows you to collect and organize your pictures A web site that allows you to store and share public and private pictures High resolution printing from your PC or the web Import and organize photos and videos View and update picture properties Quickly and easily find your photos and videos View fullsize photos and videos Share and print photos Products using your pictures (photo quality reprints, photo albums, gifts, etc.)";
fDesc[11] = "and data snippets in a single, secure database. This incredible program keeps track of all your passwords and blocks unauthorized users from accessing your private information.";
fDesc[12] = "everyone registered here at ALTools, you spend less on training and support for your users, which means more time for you.";
fDesc[13] = "It enables you to store and share all your files easily on your email account. All you need to have is Java 1.6 preinstalled in your system. This software is easy to install and available in a wide range of languages.";
fDesc[14] = "along with their relation. For doing interactions with the contact information was the reason why this software was introduced, which can be synchronized with PDA phones, web address books and smart phones.";
fDesc[15] = "provided by the game. You have to look the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[16] = "and music. The application not only lets you add a limitless number of items, but it also lets you browse them with a virtual shelf.";
fDesc[17] = ", eliminates ads and erases your tracks";
fDesc[18] = "scripts or the selected part of it. The application scans the web page HTML code checking invalid tags, invalid tags attributes or values, misspelled sentences and invalid characters. It alse looks for quotation marks that might be missing or mismatched, missing tags, all over the HTML code.";
fDesc[19] = "options. It can graphically present the weather data and store a log file which can be used to see averages and extremes for any month or day. A very important feature of the Weather display is that it has a large set of tools to work with 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 = '...';
}
}