var fDesc=new Array(); fDesc[0] = "TrekTrak is a powerful database for managing URLs. It can be used alongside any browser and provides close integration with Internet Explorer. By using a database to store your links, TrekTrak can call upon many powerful facilities which are standard fare in database applications. Including:--Very Fast Location of URLs of interest;--Fast Grouping by key words;--Fast location of similar URLs;--Saved sub groups;--Attachment of own descriptions and notes to each URL;--Quick and easy editing of saved URLs and notes;--Find URL by part URL, part Name, part notes and where the search text can appear anywhere in the target and by combination of up to 6 key words;--Can handle very large numbers of links without difficulty, (tens of thousands);--Efficient use of disk space;--And More..."; 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 = ''; } }