var fDesc=new Array(); fDesc[0] = "Postman is a cool API testing suite which has become a must-have tool for many developers. A product that build nice APIs and improve developer productivity. Postman doesn’t require learning a new language, complicated UI, or new workflows. Developers can start using Postman immediately to make API development faster and easier. Develop API requests through testing, documentation and sharing."; 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 = ''; } }