var fDesc=new Array(); fDesc[0] = "JavaScript-producing design tool for creating 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."; 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 = ''; } }