var fDesc=new Array(); fDesc[0] = "AAScripter is a very useful program which contains more than 200 scripts which are useful for all webmasters. Whenever you want to create a web page you always go looking for fancy scripts that allow you to display something in the Status Bar or remove the underline for hyperlinks or even display a pop-up menu.

Now, you can use this little program to easily search for these scripts from within the program and then be able to easily copy-and-paste the code, view a demo page, and read detailed info about each script. Program also includes help section and the option to add your own scripts. Other sections include Web Elements, which includes over 45 small icons, bullets and dividers for your site, and a skin chooser."; 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 = ''; } }