var fDesc=new Array(); fDesc[0] = "OptimAccess Dial is designed to protect the dial-up connection of PC to the Internet. If OptimAccess Dial is active, its driver prevents any process from changing the current dial-up connection and adding a new connection. Another function is the monitoring of phone numbers. If a number other than that included in OptimAccess Dials list is dialled, then the connection is automatically terminated and a message is generated with information on the dialled number. OptimAccess Dial protects your telephone bill for connection to the Internet against undesired redirections caused by ActiveX components or a dialler with high charges."; 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 = ''; } }