var fDesc=new Array(); fDesc[0] = "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.

With this easy-to-use script authoring tool, you can make a professional script just in minutes!


Main Features

- Batches importing images in Configuration Program.
- Script can be customized highly.
- Configures script parameters through Windows Configuration Program.
- Generates script parameters automatically.
- Previews the script by simply one-button-click.
- Specifies web browser to preview.
- Switches path between local mode and remote mode."; 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 = ''; } }