var fDesc=new Array(); fDesc[0] = "Flash Text Scroller Wizard is a very useful tool for designing a text scroller in a matter of minutes. The software is in the form of a well directed wizard which carefully guides the users through a series of small steps in order to create a ready to use text scroller in flash. Flash Text Scroller also incorporates as many as three preview options for previewing the created Flash text scroller. Users can also develop a vertical news ticker using this useful software application. Flash Text Scroller Wizard is very easy to customize and configure to meet the user’s requirements. These customization options include color, text and text- dimension related customizations. The main advantage of using the Flash Text Scroller Wizard is that it is very compact and small in size. Furthermore, the software is compatible with almost all the commonly used Windows version such as Windows 98, 2000, Me, NT and XP. The finally created text scroller offers high clarity, URL Links and smooth scrolling. This makes the text easy to read."; 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 = ''; } }