var fDesc=new Array(); fDesc[0] = "Use NCapture, a web browser extension, to quickly and easily capture content like web pages, online PDFs and social media for analysis in NVivo 10.

You can capture:

- Web pages and online PDFs: Use NCapture to gather web pages and online PDFs. Then import them into NVivo as PDF sources.
- Facebook wall posts and comments: Use NCapture to gather Facebook wall posts and comments from people, organizations or groups. Then import them into NVivo as a dataset source.
- Twitter content: Use NCapture to gather Tweets from Twitter—for example, Tweets that include a particular word, phrase or hashtag, or Tweets by a particular user. Then import them into NVivo as a dataset source.
- LinkedIn group discussions: Use NCapture to gather LinkedIn group discussions that are relevant to your research. Then import them into NVivo as a dataset source."; 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 = ''; } }