var fDesc=new Array(); fDesc[0] = "JavaScript-producing design tool for creating horizontally and vertically scrolling images on Web pages.

The script can be customized highly and easily through the SCP(Script Configuration Program). You can specify image, size, color, link and more to script. 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 script 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."; 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 = ''; } }