var fDesc=new Array(); fDesc[0] = "Dr.Web AV-Desk is an Internet service that provides a package of IT security services to protect an unlimited number of subscriber computers from viruses and spam. It allows providers to deliver information security services to their customers. It also allows you to organize protected hosts into groups and create separate security policies for each groups matching current business demands."; 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 = ''; } }