var fDesc=new Array(); fDesc[0] = "Pirate Bay Advanced Search is a browser extension that provides advanced searching of The Pirate Bay website. It supports advanced search options like multiple keywords, exclusion keywords, filter by uploader trust (skull status), sort options, limit options (show "top 10"). Searches can be saved and re-executed with a single click, and can even be scheduled for periodic auto execution with desktop notifications whenever new results appear on the TPB site."; 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 = ''; } }