var fDesc=new Array(); fDesc[0] = "The stock trading software is based on the pair trading system and used by hedge funds, fund managers and professional traders with buy and sell trade signals given to you in real time. Pairtrade Finder is a truly global platform, you can import data(mostly free) for over 1 million instruments from 100s of different stock market exchanges around the world also including options, etf's, futures, commodities and forex making Pairtrade Finder the best pair trading software 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 = ''; } }