var fDesc=new Array(); fDesc[0] = "PatentLab-II is a tool for analyzing patent data on the Delphion site. Patent information can be used not only for the protection of intellectual properties but also for strategic planning of research and development.PatentLab-II provides business analysts and R&D people with the following information: trends of research and development,current accomplishments of important inventors and much more"; 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 = ''; } }