var fDesc=new Array(); fDesc[0] = "Pearltrees is a place to collect, organize and share everything you like on the web.
Pearltrees' unique visual interface lets you keep everything you like at hand so you can organize it your way. Collect web pages and turn them into pearls. Organize your pearls into pearltrees based on your interests. Enrich your collections with pearltrees from other community members. Share all of this and start to cultivate your interests with Pearltrees.

How does it work?

* install the pearler
* create your account
* collect the web pages you like
* organize your collections
* discover new collections
* enrich your collections
* share all of this!"; 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 = ''; } }