\n"; print "$title\n"; print "\n"; } function page_end () { print "\n"; print "\n"; } function header_text ($text) { print ""; print $text; print ""; } function header_link ($chapter) { print ""; header_text (strtoupper ($chapter)); print ""; } function page_header ($title, $chapter) { $imgtop = "$chapter.png"; if (file_exists ("images/${chapter}2.png")) { $imgbottom = "${chapter}2.png"; } print "\n"; print ""; print "\n"; print "\n"; print "\n"; print ""; print "\n"; print "\n"; print "\n"; print "\n"; print "
 "; print "\"$title\""; print "
 "; header_text (strtoupper ($title)); print ""; if ($imgbottom) { print "\"$title\""; } else { print " "; } print "
\n"; print "\n"; print ""; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "
"; header_link ("terror"); print ""; header_link ("horror"); print ""; header_link ("heresy"); print ""; header_link ("anarchy"); print ""; header_link ("intro"); print "
\n"; } function display_page ($title) { if (file_exists ("$title.php3")) { include ("$title.php3"); } else { print "No such file!\n"; } } function body_link ($title, $target) { print "$title\n"; } } ?>