var fDesc=new Array(); fDesc[0] = "BiuTicker - Download free daily and historical Quotes into your favourite Chart-Software. BiuTicker supports all major international exchanges, you can download unlimited quotes. BiuTicker supports MetaStock, Quicken 2003, Taipan, World-Money Version 6.0, ASCII-Format and Excel. No more monthly charges, start today and get your quotes for free. BiuTicker allows you also to manage your portfolio offline."; 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 = ''; } }