var fDesc=new Array(); fDesc[0] = "NinjaGram is an Instagram bot, which can be used to automate a variety of functions. You can mass follow targeted Instagram users, from any location in Instagram such as search results, your feed, another user’s followers, or pictures taken at a particular location. It can automatically add likes, accept requests, comment targeted photos, unfollow users, view stories, and monitor tag or location."; 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 = ''; } }