var fDesc=new Array(); fDesc[0] = "OptionGrid is powerful and easy-to-use investment software for Microsoft Windows® that researches, screens, and tracks your stocks and covered calls. Developed by experienced investors, OptionGrid reduces the complexity of covered call investing with a comprehensive suite of tools:

-Powerful filtering and sorting to locate the best covered calls.
-Intuitive portfolio tracking with support for multiple trading accounts.
-Flexible reporting to generate research, portfolio, and tax documents.
-Free stock and option quotes from a variety of 20-minute-delayed quote servers."; 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 = ''; } }