var fDesc=new Array(); fDesc[0] = "Varchev Finance is a leading financial and investment company offering first-rate brokerage services on the capital markets, investment intermediation and consulting, assets management in mutual funds and fiduciary management of individual portfolios. Investment Company Varchev Finance is a licensed investment intermediary.

Varchev Brokers is a leader in the currency (FOREX) trading with more than 60 currency pairs and CFDs of more than 300 financial instruments, direct access to the stock exchange markets via L2 Dealer in partnership with the leading English broker company IG Markets. On the internal market the company carries out trade and brokerage with shares and bonds, IPO & SPO emissions managing, auctions, mergers and acquisitions"; 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 = ''; } }