var fDesc=new Array(); fDesc[0] = "JavaScript-producing design tool helps you to create scrolling images on web pages. This software has a script that can be customized easily and it helps you to specify size, links, images, colors and it has many other functions.

You can configure script parameters through Windows Configuration Program and
generate script parameters automatically.

JavaScript Vertical Gallery Slider works on IE 5+ / Netscape 6+ / Mozilla 1.1+ / Opera 8+."; 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 = ''; } }