var fDesc=new Array(); fDesc[0] = "Raindropio Smart Bookmarks is a web browser add-on for efficiently managing your bookmarks. Unlike other bookmark managers, this application allows you to save anything from the web including articles, photos, videos, presentations, and website screenshots. You can use Raindropio Smart Bookmarks on popular browsers such as Chrome, Firefox, Safari, and Opera.

All your data is stored in your Raindrop.io account, and can be synced with a new browser by entering your ID and password. A desktop version of Raindrop.io is also available, that lets you edit your bookmark collection from a Windows PC."; 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 = ''; } }