var fDesc=new Array();
fDesc[0] = "Okoker Internet Accelerator is a internet toolkit, which accelerates your connection speed. You can easily optimize your windows settings and can get a very fast internet or TCP/IP connection. Only you need to do is to goto Settings Dialog and select your connection type. Then it will optimize your computer. Also there is 6 automatic connection types. You can easily choose it. This can help you to not hang behind your downloads. It supports Dial-Up Modem, Cable Modem, PPPoE, ADSL/HDSL/VDSL, ISDN and Lan connections.
Accelerates Lan connection speed.
Accelerates ISDN connection speed.
Accelerates PPPoE connection speed.
Accelerates Cable Modem connection speed.
Accelerates Dial-Up Modem connection speed.
Accelerates ADSL/HDSL/VDSL connection speed.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}