var fDesc=new Array(); fDesc[0] = "Check&Get makes quick and easy work of handling all your favorite bookmarks, ensuring that you can always find what you’re looking for, and that the information is always up to date. As a bookmark manager, Check&Get makes it easy to add, classify and annotate tens, hundreds or even thousands of websites."; 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 = ''; } }