var fDesc=new Array(); fDesc[0] = "Surfmark is addressing the basic, yet largely unmet need of web search .
Surfmark allows you to ‘recycle’ this currently wasted ‘free’ resource.

Main Features:

- Annotate the pages that you are browsing
- Capture the browsed pages under different topics so that they are available off-line, while maintaining absolute privacy as everything is first stored only in your computer.
- Conduct full-text search on your saved pages and arrange them into flow graphs (i.e. Surfmarks)
- Share these Surfmarks by uploading them to our website and post short URL links for the Surfmarks to the social networks
- Upload the Surfmarks to your own private space and collaborate with others through password-controlled access."; 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 = ''; } }