var fDesc=new Array(); fDesc[0] = "For an extremely fast and reliable patent download.
'Poxoq for patents' is a search and retrieval tool which can be used to easily download publications in PDF format of granted patents, patent applications and utility models from over 40 countries.
Unlimited download of facsimile images of either complete patent documents or just parts of them in PDF format"; 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 = ''; } }