var fDesc=new Array(); fDesc[0] = "AJScroller is a versatile cross-browser, cross-platform DHTML scroller that can be configured to scroll vertically or horizontally. You can run multiple scrollers on the same page, with full dynamic control over each scroller. Full HTML syntax is supported, which means you can add images, format and align text quickly and easily.
A free builder tool is included to let you add, modify and update the scroller with minimum fuss."; 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 = ''; } }