var fDesc=new Array();
fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[2] = "devices. In order to do that we need to have a computer either with a USB plugin Bluetooth wireless adapter or a Broadcom enabled embedded.";
fDesc[3] = "anti-threat software protects you against phishing, adware, spyware, spam and any other malware that attempts any unauthorized use of data and/or identity (without your knowledge or permission). Its GUI is very friendly to users, and the program works on Windows XP/Vista/Vista x64 platforms.";
fDesc[4] = "and permission. When we open the program we find two toolbars, one window, and five tags at the end of the window. In the first toolbar we can find commands, view and help, in commands we can start scanning the different computers in the net.";
fDesc[5] = "Smart Security installed on your network. In order to achieve this, it requires an already configured Eset Remote Administrator Server, user credentials for the server and at least a power user permission in the Windows environment.";
fDesc[6] = "you can easily create, grow and deepen your relationships with customers, market your products and services globally, expand your online presence and web site effectiveness with newsletters, permission marketing and much much more.";
fDesc[7] = "an Internet connection, without being blocked by corporate firewalls or requiring administrative rights to install software on the remote device. No previous relationship with the system is required, but permission from the end user is mandatory.";
fDesc[8] = "mouse-clicks required and a lot of navigation to be done. This is the reason for the development of AutoDialogs. The most frequently used folders can be added to it. This grants the user the permission to open these folders through any Open/Save As/ Browse for folder dialogs.";
fDesc[9] = "do. When you install Appget, you will give it permission to search your computer and find what applications are installed. Then, it will grab the versions of those apps and upload them to a web server where a database is built.";
fDesc[10] = "file or directory. The program can set permissions according to predefined presets. It adds itself to the properties page of any file or folder.";
fDesc[11] = "Plot: In 2008 the area which includes Iran, Afghanistan, India and China has become in a new republic, the Democratic Republic of North Djombystan (DRND) The leaders of this country gave permission to USA government to make a subterranean base on its territory.";
fDesc[12] = "and try it to make sure your files is secure.";
fDesc[13] = "work, the computer should have TCP/IP installed and Internet access. We can open the program and configure the options provided, such as port, logging, resolve IP addresses to host name or not, use log file, proxy settings (address,port, user, and password).";
fDesc[14] = "access rights per user or user group. Permission Analyzer can also give you an overview of the software installed on each workstation.";
fDesc[15] = "from home while still be accessible to those that need to work with them.";
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 = '...';
}
}