var fDesc=new Array(); fDesc[0] = "import.io is a program that allows you to build APIs to all your favorite websites with just a few clicks of the mouse. It brings you live data from 1000s of websites tailored specifically to suit your company's needs. A Crawler will visit every page of a website and extract data into a large static data set. You can automate actions on a website, like a search box or web form, to access the specific data you want via an API"; 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 = ''; } }