var fDesc=new Array(); fDesc[0] = "The Worldwide Stock Monitor gathers 2200 Worldwide Finance Securities Stock Exchanges Websites. It allows you to monitor Worldwide Stock daily trends directly.A very quick and easy way to stay in touch with your favorite Finance Securities Stock Exchanges around the whole world. Read your Securities Stock Exchanges Information in just minutes and few clicks."; 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 = ''; } }