var fDesc=new Array(); fDesc[0] = "JavaScript Brief Slideshow is a design tool for authoring slideshow with sliding info on web pages.

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