var fDesc=new Array(); fDesc[0] = "Matheo Patent is designed to search, retrieve and analyze patent data from the USPTO and the Espacenet databases. Matheo Patent permits a patent search by keywords: title, summary, inventor, patent applicant, patent number, and classification code. All requested information is downloaded automatically on a local database on your computer. Thanks to its download options, you can download, if necessary, the description, the claims, the citation links, the front page and the complete patent family. Matheo Patent displays all patent through a matrix in order to design patent information mapping.

Those information maps allow for patent portfolio analysis and comparisons, visualize technologies evolution and determine the new entries on a market in particular.

The coloring cells for high and low frequency allows you to see the main information immediately."; 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 = ''; } }