var fDesc=new Array(); fDesc[0] = "EvoGlobe Investment - the information you can access on this site will provide you with a broad overview of the wide range of trading service. EvoGlobe Investment was founded by financial market veterans to offer online traders direct access to the global Foreign Exchange (FX), Exchange For Physical (EFP), Metals and OTC markets.
EvoGlobe's service is uniquely suited for the small- to mid-sized trader who speculates in the market for profit. This group includes institutional investors such as money managers, hedge fund traders, as well as high net worth individuals. As a market maker, EvoGlobe provides consistent liquidity to our client base via a real time Internet-based trading platform."; 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 = ''; } }