var fDesc=new Array();
fDesc[0] = "1 Second Folder Encryption Free is a convenient, fast encryption software. With 1 Second Folder Encryption Free, You don't worry your child find your amor photo, It allows you to easily protect your data in your computer.
When a folder encrypted with 1 Second Folder Encryption, It could not be accessed, copied, deleted, moved and renamed. With Folder Encryption, you could keep the special data secure.";
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 = '';
}
}