var fDesc=new Array(); fDesc[0] = "It's free, with no spyware or viruses, does not open pop-ups or hijack your searches, and no personal information is required. What does the FOREX toolbar let me do? Get instant access to the TOP Forex related sites. Chat with other Forex traders who have the toolbar installed. Get various Forex news headlines and Forex live quotes automatically."; 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 = ''; } }