var fDesc=new Array(); fDesc[0] = "Encrypt and hide data within image files- In today's digital world we keep a lot of sensitive information in computer and emails or send via email. These data can be easily seen by other if not protected properly. So to protect our privacy and security we need to save ourselves from he preying eyes. Belltech InfoProtect is a perfect solution to that demanding needs."; 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 = ''; } }