var fDesc=new Array(); fDesc[0] = "Automatically open RapidShare (and other) links in seperate tabs. We all know how annoying it is when you're browsing rapidshare forums and all the links are "code"'d, and you have to copy and paste each link into your browser to download the file. Well, not anymore. Just copy the whole lot to the textarea and click 'Open Links'. Each page will be loaded as a tab automatically in your browser, ready for download options. The widget will also automatically close after links are loaded (unless you tell it not to)."; 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 = ''; } }