var fDesc=new Array(); fDesc[0] = "CupFind is the latest in chart pattern detection. CupFind allows you to scan thousands of stocks for bullish chart patterns, such as the Cup with Handle, Double Bottom, and Flat Base. CupFind it's updated to be compatible with changes made by Yahoo! A 15 day trial version of CupFind is available."; 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 = ''; } }