var fDesc=new Array(); fDesc[0] = "TagLauncher is a better way to classify your files and find them. By tagging, you put files in virtual folders but files are not limited to be in one of them. It means similar tags makes files similar, therefore finding them will be easier. Instead of using file names as the search query, tags will be used. They are more meaningful and there is no limitation in their number. Beside their order is not important while in conventional search correct order is important to find files. People remember related keywords about files easier therefor finding files will be faster and easier than before."; 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 = ''; } }