var fDesc=new Array(); fDesc[0] = "Flash-producing design tool for creating vista style flash drop down menu bar on Web pages.

The flash can be customized highly and easily through the SCP(Script Configuration Program).

You can specify image, size, color, link and more to flash. It is unnecessary to write any code manually.

SCP will generate all necessary codes automatically.

You will need to upload some files to web server to get the flash to work and all these files will be saved along with the project file so that you can easily find and publish them to the Internet or deploy to Intranet.

Help documentation is included but you may not need it with self-explanation interface.

With this easy-to-use script authoring tool, you can make a professional flash just in minutes!"; 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 = ''; } }