var fDesc=new Array(); fDesc[0] = "Ambient Aurea allows you to bring your image to an ambient lighting effect with just one click on the button. With this extension you can easily focus the image you want to see in an other dimension. It provides a good new way to see your 500px, Instagram, DeviantArt, Pinterest, flickr (from Yahoo), Facebook and Google Plus in a vivid glow effect."; 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 = ''; } }