var fDesc=new Array(); fDesc[0] = "LaCie Private-Public provides an easy way to protect your important and confidential files. Sitting on your LaCie USB Key or any other mobile drive, it doesn’t need to be installed on a computer to run. Wherever you are, you can simply plug in your key, launch LaCie Private-Public, and enter your password to gain access to all your files. The program protects your office documents, personal photos, passwords, and other confidential information with cutting edge encryption technology."; 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 = ''; } }