var fDesc=new Array(); fDesc[0] = "Iframely for Gmail (currently known as Iframely URL Previews) is a Chrome browser extension that lets you open an email attachment or URL in a popup iframe. It is simple script that looks for plain URL links on pages you visit and appends [show] to its end. Once you click on [show], Iframely will grab the URL preview and show it just under the link. You can click [hide] to close the preview."; 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 = ''; } }