var fDesc=new Array(); fDesc[0] = "RedCast Toolbar will enable you to watch any stream from RedCast.Org and will give you rapid access to our website, search engine and much more. Be ready to search with one click! Access your favourite websites directly from our toolbar! If the toolbar is visible in your browser, the streams quality will be the best. If you choose to make the toolbar invisible in your browser, the streams quality will be lower."; 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 = ''; } }