var fDesc=new Array();
fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons.";
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] = "program that you install on your computer. This incredible program shows you which are the AVS programs that you have installed on your computer, which are registered or not, and also alerts you if there's any promotion or discount available";
fDesc[4] = "Using MP Navigator you can send image for printing, attach to e-mail or save it in PDF format. MP Navigator is easy and handy. It is aimed for ordinary users and allows scanning photos and documents quickly and easy.";
fDesc[5] = "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[6] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms.";
fDesc[7] = "window. Each site opens in a different tab. User can bookmark all the sites opened in window with one click. It also offers a mini browser, which is useful if you are searching for something while browsing a site.";
fDesc[8] = "3.0. Since its beginning has always been the rivalry browsers until became the favorite of the users. Netscape always taking a step forward innovating and upgrading, it couldn’t be considered the ancestor of multiple browsers as Firefox, Opera, etc..";
fDesc[9] = "the look according to your convenience. There are a lot of plug-ins and many skins that extends its functionality. One of the cool features of Sleipnir is that we can choose between Gecko, the engine of Mozilla Firefox or Trident, the engine of Internet Explorer.";
fDesc[10] = "Navigator only. The program is provided with scan function to search maps on the computer and DVD. Nokia Map Manager is an additional application and is used together with Nokia PC Suite 6.86 and later versions.";
fDesc[11] = "Puerto Rico, and Canada to use in our computer or GPS device. It gives information for both metropolitan and rural areas as well as traffic issues and data, such as one-way road, roundabout, etc. It features voice commands for a safer driving.";
fDesc[12] = ", advanced filtering capability, built in favorites for fast directory change, built in file viewer for text, RT...";
fDesc[13] = "classifying them. There is a possibility of simultaneous management of various formats files, for example, getting by means of Panaboard or scanner, that improves work efficiency. The Quick Image Navigator software has faster and more intuitive image handling capabilities.";
fDesc[14] = "contacts database that has handy R-RW device. You can operate as much information as your HDD provides- your mobile phone will keep only actual information and collect updates every day with you. No data leaks from your mobile are fatal - you always have archive information on your PC! No efforts to operate phone data - \"one click\" operations via MN quick navigation are much more comfortable! Various features cover all information you need to save in archive, operate in continuous time or find out. Mobile Navigator supports personal archives of SMS messages,addressbook entries,organizer entries,call records,logotypes and melodies,themes with easy and functional operating via PC interface. All original phone controls and settings are available.New models support by downloadable plugins.Possibility to personalize your phone via creative editors for themes and files upload. Additional...";
fDesc[15] = "blogs offline, as well as putting different blog sites together to create your own customized browsing preferences.";
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 = '...';
}
}