function writeln(text)
{
write(text + '\n');
}
function emitMainWindow()
{
writeln('');
}
function emitEntryForm()
{
writeln('');
}
function emitBlank()
{
writeln("
This page intentially left blank
");
}
function emitFileContents(request)
{
var ErrorText = "";
var HexLine = "";
var AscLine = "";
var LineCount = 1;
var ByteCount = 1;
var Byte = 0;
var In;
if ((request.source == null) || (request.source == ""))
ErrorText += "You must specify a source filename. ";
// Check to see wheter to continue processing, or emit error page.
if (ErrorText.length == 0) {
write("