var fDesc=new Array(); fDesc[0] = "Netlicious is a desktop client for the del.icio.us bookmarking service
Features:
- Netlicious can now capture urls from Maxthon (an IE shell) when you select the "New Post from IE" menu item.
- Added the option to start Netlicious when logging in to Windows.
- Added a dropdown list with tags to be selected when adding/editing a post.

Requirements:
Windows computer with the .NET 2.0 Framework installed and a del.icio.us account."; 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 = ''; } }