var fDesc=new Array(); fDesc[0] = "News Scroller is a highly configurable vertical text scroller and vertical news ticker. Creating the news ticker or scrolling text will take a few minutes using the Flash News Scroller Wizard. The news scroller features smooth scrolling, URL links, configurable background color, and basic html tags. This is a cross-browser text scroller - scrolling text - news scroller. You can easily configure the news scroller simply by changing the customizing colors, text, and dimensions by using Flash News Scroller Wizard."; 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 = ''; } }