var fDesc=new Array(); fDesc[0] = "Script Merger is a small tool which helps DVD author to work with the Sonic Scenarist base. It is intended for automatic merging of single projects of Sonic Scenarist into one.

Main features:

- Script Merger generates simple main menu of DVD in Video Manager with ability to jump into beginning of any summarized DVD project.
- All jumps and links in the resulting script are shifted as not to change internal logic of every project work."; 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 = ''; } }