
# Indicates the start of a new chunk/question/paragraph
# For a faq, use something like 'q:'
New_Chunk = paragraph:

# Name of the short index, just links to the chapters
Short_Index = index.html
# Name of the long index, links to chapters and chunks/questions
Long_Index = Long.html

# Our list of text files (can use glob characters)
# Just make sure the filename ends with the section number.
Text_Files = txt_?

#########################
# Header/footer for all files
#########################
Header = "
conf(my_head_head)

conf(my_start_table_top)
        SPACE_OUT(Section $NUMBER -- $TOPIC)<br>
conf(my_start_table_bottom)
"

Footer		= "

<p><hr><p>
include_file(/WWW/web/DavePics.com/Domains/Menu.html)

<br><a href='/Site_Index/'><font color='#dddddd'>Site Index</font></a><br>
"

#########################
# Header/footer for short index
#########################
Short_Header	= "
conf(my_head_head)

conf(my_start_table_top)
        SPACE_OUT(Based On A True Story)<br>
conf(my_start_table_bottom)
<p>
<br>
<center>
<i>
"When I die, I hope to be reincarnated as me"<br>
</i>
- Hugh Hefner
</center>

<br>

<table width=100%><tr>
  <td valign=top>
    <h1>Chapters:</h1>
  </td>
  <td align=right valign=top>
    <i><a href=$OTHER_HTML>$OTHER Index</a></i>
  </td>
</tr></table>
"

Short_Footer	= "

<center>
<img src='Pics/1993-03-25.Journal.gif'>
</center>

conf(Footer)
"

#########################
# Header/footer for long index
# (Same as short)
#########################
Long_Header	= conf(Short_Header)
Long_Footer	= conf(Footer)

##################################################
# Local variables for the conf file (used in conf(..) constructs)
##################################################

my_head_head	= "<html>
<head>
<title>Dave Ljung Madison Stellar History</title>

<script language="Javascript">
  <!--
    defaultStatus = 'DaveHistory'
  //-->
</script>
</head>

<body bgcolor=white link=0000FF alink=0000FF vlink=5000FF text=000000>
<a name=top>
"

my_start_table_top	= "
<table width=100%> <tr>
  <td width=20%> </td>
  <td width=80% valign=top align=right>
    <table width=100%><tr><td bgcolor=#000000 align=right>
      <font size=+2 face='lucida, helvetica' color=#ccccc0>
        SPACE_OUT(DaveHistory)<br>
      </font>
      <font size=+1 face='lucida, helvetica' color=#ccccc0>
"

my_start_table_bottom	= "
      </font>
    </td></tr></table>
  </td>
</tr> </table>
"

