var fDesc=new Array(); fDesc[0] = "Analytics Edge Basic Add-in is free add-in for Microsoft Excel that includes a Google Analytics connector, and a Social Share Counts connector. It lets you place query results anywhere on a worksheet, and you can have as many queries as you want. Also, you can grab social network sharing counts for any URL, yours, your competitors, or your customers."; 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 = ''; } }