var fDesc=new Array(); fDesc[0] = "Representatives around the world with GovernMail. GovernMail features an easy-to-use interface with an embedded browser which allows users to explore government websites quickly. GovernMail includes automatically updated listings with both email addresses and web sites of US Congress Members, world leaders, world parliaments, and political news sites. Users can email representatives either individually or in groups through GovernMail's built-in email client."; 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 = ''; } }