var fDesc=new Array(); fDesc[0] = "Delicer to del.icio.us is like Microsoft Outlook to your Email Account.
Features:
Yahoo ID support.
oAuth authentication support.
Manage your whole delicious account.
Easily search for your own tags and navigate through URLs accordingly without opening a browser.
Post new, rename existing, and delete old tags without surfing through delicious.
Synchronise Internet Explorer favorites vs. delicious.
Autoupdate (will autoupdate each time a new version is available)."; 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 = ''; } }