");
wrTxt("Author");
wrTxt("Title");
wrTxt("Comment");
wrTxt("Location");
wrTxt("RealFiles");
wrSel("Language")
wrSel("ProgLan")
wrSel("Type")
wrChk("CrossCompiler");
wrChk("MetaCompiler");
wrChk("TargetCompiler");
wrChk("ForthSystem");
wrChk("Application");
wrChk("SourceCode");
wrChk("Paper");
wrChk("Book");
wrChk("Published");
wrChk("ReferenceLocal");
wrChk("ReferenceRemote");
wrChk("BibliographyItem");
wrChk("OtherThanForth");
wrChk("ExtensionPackage");
wrChk("Implementation");
wrChk("CodeSamples");
wrChk("Documentation");
// wrSpaces(nSelOf("indent"));
outDoc.writeln('');
// outDoc.writeln("");
outDoc.writeln('');
//outDoc.writeln("ok");
outDoc.close();
Help('Now you can select all the output (above), copy it to the clipboard and paste it to your resource index file (resource.txt).','','')
}
function Output(msg)
{
outDoc.close();
outDoc.open();
outDoc.writeln(msg);
outDoc.close();
}
function OutputHlp(anch)
{
if(ChkOf("FullHelp"))
{
// Output("full");
window.parent.frames[1].open("RIScript.html#"+anch,"_output");
}
else
{
Output('More help, in Russian');
}
}
function Help(msg,anch,topic)
{
helpDoc.close();
helpDoc.open();
helpDoc.writeln(msg);
helpDoc.writeln('');
}
else
{
helpDoc.writeln('go to the ',topic,' topic in RIScript help
'); } } helpDoc.close(); }