var fDesc=new Array(); fDesc[0] = "It block ads on the right hand side of the screen when using Yahoo Mail, Hotmail, Outlook.com and Gmail thereby expanding your message space.

Main Features:
- Removes ads and sponsored links leaving more space to focus on emails.
- For Gmail users: You can choose to remove the People Widget in the options.
- Great for parental control to child proof those 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 = ''; } }