var fDesc=new Array(); fDesc[0] = "SaveIt! is a practical Tool for coding Windows programs. Secured programs can be used as known by clicking a link or by opening a linked document. Then you enter the password and click start!

In order to secure a program, there are two possibilities:
- Open SaveIt! From the startmenu and select the program-exe or are to the program linked document
- Right click on a document or an exe in the Windows-explorer and select"; 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 = ''; } }