var fDesc=new Array(); fDesc[0] = "AdWords Editor is a Windows application for managing your Google Ads campaigns. This program comes with bulk editing tools that can make multiple changes quickly. Hence, it is an indispensable tool for accounts with multiple campaigns and long lists of keywords or ads. It lets you manage, edit, and view multiple accounts at the same time, search & replace text across ad groups or campaigns, and copy or move items between ad groups."; 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 = ''; } }