<?php //header.php
//Contains all the html before the body of the page.
include_once ('../includes/vars.php');
?>
<html>
<head>
<title><?php echo "".$chapter." :: " .$title. " :: " .$school.""; ?></title>
<link href="../includes/index.css" rel="stylesheet" type="text/css">
</head>
<body class="body">
<br />
<table width="810" height="626" border="0" align="center" cellpadding="15">
<tr>
<td height="128" colspan="3"><img src="<?php echo $banner;?>" width="<?php echo $banner_width;?>" height="<?php echo $banner_height;?>"></td>
</tr>
<tr>
<td width="27%" height="488" valign="top"><?php include ('../includes/nav.inc'); ?></td>
<td width="53%">