var fDesc=new Array(); fDesc[0] = "Bookmark Buddy is a favorites organizer and login manager that keeps your Internet favorites, log-in details and notes secure and accessible no matter what browser you're using. It also lets you organize programs, documents and folder shortcuts with the same simplicity and reliability. You can also add notes to a bookmark such as a description of the web site, customer reference or order details."; 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 = ''; } }