#!/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 = """
Contents: Overview - Synopsis - Backplot - Questions - Analysis - Notes - JMS