var fDesc=new Array(); fDesc[0] = "It's an award-winning software to restrict access to your PC and private data. It allows you to block access to Internet, web sites, files, folders, disks, applications, desktop and more. It can block files download, software installations and uninstalls. It will prevent users from plugging and using USB Flash devices, memory cards, external HDDs, DVDs and Blu-ray recorders."; 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 = ''; } }