var fDesc=new Array(); fDesc[0] = "With LaCie PC/Mac® Lock software, it's easy to keep all your files safe and secure—simply by using the LaCie USB key that you already own. PC/Mac Lock allows you to log on and off your computer simply by inserting a USB key. Once you've plugged in your key, PC/Mac Lock will automatically log you on—then when you remove it, you're automatically logged out, giving you protection and security."; 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 = ''; } }