var fDesc=new Array(); fDesc[0] = "SI Station is a real market software designed for sophisticated investors.
ShareInvestor's Portfolio tracking system features the following unique features, allowing you to be kept up to date with all the latest happenings pertaining to your stocks.
Insider Trades shows the trades made by substantial shareholders or directors of the company."; 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 = ''; } }