var fDesc=new Array();
fDesc[1] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[2] = "applications, which serve as a link between the palm device and the computer, synchronizing Calendar and events, Contacts, Tasks, Notes or Memos in an easy, fast and reliable way.";
fDesc[3] = "the most of your Internet connection’s speed by adjusting your Internet parameters to the most convenient settings. You can either let the program make an automatic adjustment or, if you are an experienced user, you can make manual settings to optimize your Internet connection.";
fDesc[4] = "comes with a modest price and works well. The program works with all types of connection modes and makes your LAN faster.";
fDesc[5] = "modifications to your hardware are made and all adjustments and settings are done in an easy to use interface.";
fDesc[6] = "it is able speed up your dial-up, DSL, ADSL or cable modem Internet connection. Or, if you prefer, you can change the values manually and test the results.";
fDesc[7] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[8] = ", ISDN, Mobile, Filesharing (P2P), Online Games, VoIP, Streaming Media, free configurable Prioritization and Tuning";
fDesc[9] = "Dial-Up, ADSL, Cable or ISDN connection by tweaking certain parameters in the configuration. Once the changes are made, the program tells you that you must reboot your system in order to experience the new speed.";
fDesc[10] = "languages. Optimize your online/network gaming speed. Stay connected for hours! Awake your modem up easily and more...";
fDesc[11] = "spending waiting for your downloads to finish. Okoker Internet Accelerator will run in your computer without affecting your PC´s performance, since it uses a very small amount of RAM.";
fDesc[12] = "the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[13] = "powerful utilities to scan your system for potential holes. With Security Optimizer you can: Optimize network share resource settings. Optimize network against potential hacker's attack. Scan your system for trojan programs hacker's attack. Scan your system for insecure share resources";
fDesc[14] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[15] = "of long delays and download times. Now you can connect to the Internet at speeds hundreds of times faster than with analog modems. You'll be able to experience flawless interactive 3-D gaming and video conferencing, while running multiple applications. The Askey DOCSIS Cable Modem solves the bandwidth problem of the past by accessing the superior capabilities of cable networks, giving you constant connectivity and undiminished power. Home and business users alike will be amazed by the speed and reliability of a cable modem connection to the Internet. Get out of the old and into the new today with the Askey DOCSIS Cable Modem.";
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 = '...';
}
}