var fDesc=new Array(); fDesc[0] = "Never type a UserID or password again. Never make a mistake entering your name, address, zip code, or other information into a Web Form. Personal Info Keeper (PIK) organizes all your personal information in a convenient tree view. The new PIK version 3.0 can be launched from a portable device such as a USB drive and can provide you access to your private information anytime."; 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 = ''; } }