var fDesc=new Array(); fDesc[0] = "del.icio.us is the most popular social bookmarking site, owned by Yahoo. But to post your bookmarks on this site you have to manually login & post. To reduce this extra work there is a special plugin that goes by the name of del.icio.us Buttons for Internet Explorer that helps you post your bookmarks directly from the Internet Explorer toolbar with a click of a button. It is a boon for users who like to share their bookmarks with the world. It is very small plugin and it has a number of options. It shows you your latest bookmarked items. You can also categorize these items based on the tags. All you have to do is create an account on del.icio.us, if you haven't have one, & sign in with that account. This plugin then automatically fetches your bookmarks and allows you to post your bookmarks. It allows provides an option to show your del.icio.us bookmarks within a sidebar. It allows shows your del.icio.us Network. You can also resync your bookmarks if you notice any inconsistency in bookmarks."; 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 = ''; } }