var fDesc=new Array(); fDesc[0] = "Global eTrading, a service offered by Marfin Laiki eBank and Marfin CLR, enables you to invest in the major international stock exchanges, through the Internet, with competitive pricing and terms. Now you can easily, quickly and securely, place your trading orders on Stocks, CFDs and Futures and view share prices and other financial information from the comfort of your home or office 24 hours a day."; 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 = ''; } }