<?
include("utils.php");

drawHeader("Cast");
?>

<CENTER><H3>People</H3></CENTER>

<TABLE>
<TR>
<TD ALIGN="center"><IMG SRC="images/william.png"></TD>
<TD>
  <B>William</B><BR>
  William is a programmer and freelance machinist in the anarcho-capitalist Seattle of a near future post-apocalyptic world. Despite his more introverted nature he can be just as goofy as Maxwell. He generally misses the 'good old days' of civilization but doesn't spend too much time worrying about it. He could really use a distinguishing feature.
</TD>
</TR>

<TR>
<TD ALIGN="center"><IMG SRC="images/maxwell.png"></TD>
<TD>
  <B>Maxwell</B><BR>
  Maxwell is William's housemate. He has a smelly hat.  A more extroverted goofball than William, he is also better suited to the sometimes violent nature of a dystopic future. He is a physical security subcontractor. While most of his work is as an adjuster for Northwest Security he still does the occasional freelance job as well.
</TD>
</TR>

<TR>
<TD ALIGN="center"><IMG SRC="images/denise.png"></TD>
<TD>
  <B>Queen Denise</B><BR>
  Denise is the deposed queen of Wenatchee. She was exiled when the current theocracy took over. Taking a break from raising forces to retake her thrown, she recently moved to Seattle to start the Government of Wenatchee in Exile. She now lives with William and Maxwell.
</TD>
</TR>

</TABLE>

<CENTER><H3>Tools</H3></CENTER>

<TABLE>
<TR>
<TD ALIGN="center"><IMG SRC="images/lathe.png"></TD>
<TD>
  <B>Engine Lathe</B><BR>
  The major function of the engine lathe is to change the size, shape or finish of a revolving workpiece by one cut or a series of cuts into the workpiece with an adjustable cutting tool.
<P ALIGN="right"><FONT SIZE="1">
--Machine Shop Operations and Setups, Lascoe, Nelson, Porter, 1973. p. 106<BR>
</FONT></P>

</TD>
</TR>

<TR>
<TD ALIGN="center"><IMG SRC="images/drillpress.png"></TD>
<TD>
  <B>Drill Press</B><BR>
  The drill press is one of the most frequently used machine tools. Its principal purpose is the cutting of round holes into or through materials.
<P ALIGN="right"><FONT SIZE="1">
--Machine Shop Operations and Setups, Lascoe, Nelson, Porter, 1973. p. 151
</FONT></P>

</TD>
</TR>

<TR>
<TD ALIGN="center"><IMG SRC="images/mill.png"></TD>
<TD>
  <B>Vertical Mill</B><BR>
  The milling machine is one of the most versatile of the chip-producing machine tools. It is capable of accurately producing one or more machined surfaces on a piece of material. Its adaptability is especially valuable for quanity production, job shop operations, repair shop, tool room and experimental work.
<P ALIGN="right"><FONT SIZE="1">
--Machine Shop Operations and Setups, Lascoe, Nelson, Porter, 1973. p. 284
</FONT></P>

</TD>
</TR>

<TR>
<TD ALIGN="center"><IMG SRC="images/bandsaw.png"></TD>
<TD>
  <B>Vertical Bandsaw</B><BR>
The band machine is one of the most versatile machine tools.
<P ALIGN="right"><FONT SIZE="1">
--Machine Shop Operations and Setups, Lascoe, Nelson, Porter, 1973. p. 91
</FONT></P>

</TD>
</TR>

</TABLE>

<?

drawFooter();

?>
