var fDesc=new Array(); fDesc[0] = "Made for the Instagram addict, this extension provides a familiar way to browse Instagram right from your computer. Use Instagram directly from your browser. Familiar Instagram interface makes it easy to browse, like, and comment on all the photos from your feed. Click on any @name or #hashtag to browse through. Full navigation support, hit the back button to go back to your previous page."; 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 = ''; } }