var fDesc=new Array(); fDesc[0] = "TagTower is a personal file tagging utility that allows you to assign custom keywords (tags) to your files. This makes it easy to search files using their tags; you do not need to remember the file’s name or location. To bring up the file registry screen, simply drag and drop files into Tag Cloud or Table View."; 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 = ''; } }