var fDesc=new Array(); fDesc[0] = "WebPirates features :
Built-in pop-up killer, so you won't return to find your screen clogged with annoying popups.
Unlimited number of downloads.
Customizable file type list (JPEG, BMP, MP3, etc.)
Image filtering to only download high quality image files.
Customizable 'Skip' delay, to avoid slower sites."; 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 = ''; } }