#!/usr/local/bin/python import sys,string curep = string.atoi(sys.argv[1]) cureplong = '%03d' % (curep) prevep = '%03d' % (curep - 1) nextep = '%03d' % (curep + 1) curep = `curep` output = """

[Home]

 ### GUIDE ### [Index] [Previous] [Next]
""" if len(sys.argv) != 3: output = output + """

Contents: Overview - Synopsis - Backplot - Questions - Analysis - Notes - JMS


""" print output