var fDesc=new Array(); fDesc[0] = "MyScribe takes reading to the next level. Easily take and share notes on any PDF or MyScribe digital book. Think your PDF will be valuable to someone else? Publish it to CaféScribe and begin sharing notes with other scribes…all for free. Come on, don’t be shy - download MyScribe, import a few PDF files and start sharing notes with your buddies.

Find friends and start sharing any of your PDFs with your friends or classmates. Share Notes with others who are reading the same stuff. Academics call it "collaborative learning", we call it "divide and conquer" Why not share notes and figure out what is most important more quickly?"; 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 = ''; } }