var fDesc=new Array(); fDesc[0] = "Since 1997, Annuaire is a unicode fast list manager freeware (GPL) for Windows 9x/Me/NT4/2000/2003/XP. This tool extracts and displays datas and BITMAP or JPEG images, if a list exists in text format (or a SQL query) with http, ftp or odbc protocols. For an example, Annuaire provides 12 ways to sort data, supports two phonetics algorithms, allows regular expressions, crypts data, displays audits informations as user, modifications dates, ..."; 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 = ''; } }