var fDesc=new Array(); fDesc[0] = "ABC Lock is a highly performed files security software that can hide or encrypt any number of files, folders and documents in seconds.
Folders and files are protected with a password when you login the ABC Lock program .
Protected files are undeletable, hidden and highly secured, hide files from kids, friends and co-workers, prevent them from viruses, trojans, worms and spyware, protects them from networked computers, cable users and hackers."; 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 = ''; } }