var fDesc=new Array(); fDesc[0] = "Google Web Designer gives lets you create interactive HTML5-based designs and motion graphics that can run on any device. It provides various interactive elements and animation tools to quickly design responsive websites. You can also integrate other Google products, such as Google Drive, Display & Video 360, and Google Ads."; 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 = ''; } }