var fDesc=new Array(); fDesc[0] = "Patent Integration is an integrated Patent Search and Patent Analysis service made up of a Patent Database that contains about 30 million patent gazettes from Japan, America, Europe, China and Taiwan, and specialized client software to access that database.
And Patent Integration is one of the world's largest citation patent database covers 103 million citation records. Important patents can be found from vast amounts of ww patents easily by arranging them based on the number of reference cited."; 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 = ''; } }