function banner()
{
 var  op = '<img src="Figs/banner.jpg" align="center"';
 var  op = '<table bgcolor="ff0000" align="center" width="100%"> <tr>';
 op = op + '<td> <img src="Figs/EEH.jpg" align="left" valign="middle"> </td>';
 op = op + '<td>';
 op = op + '<img src="Figs/EEHuntBanner.jpg" align="center" valign="middle">';
 op = op + '</td></tr></table>';
 document.write(op);
}


function links(page)
{
 var  op = '<p class="links">';
 op = op + '<a href="index.htm">';
 op = op + 'Home</a> <br><br>';
 op = op + '<a href="parisUnderSiege.htm">';
 op = op + '<i>Paris&nbsp;Under&nbsp;Siege</i></a><br><br>';
 op = op + '<a href="parisOnFire.htm">';
 op = op + '<i>Paris&nbsp;on&nbsp;Fire</i></a><br><br>';
 op = op + '<a href="aDeathInDallas.htm">';
 op = op + '<i>A&nbsp;Death&nbsp;in&nbsp;Dallas</i></a><br><br>';
 op = op + '<a href="terrorOnBorder.htm">';
 op = op + '<i>Terror&nbsp;on&nbsp;the&nbsp;Border</i></a><br><br>';
 op = op + '<a href="e72ndSt.htm">';
 op = op + '<i>Terror&nbsp;on&nbsp;E.&nbsp;72nd&nbsp;St.</i></a><br><br>';
 op = op + '<a href="aboutTheAuthor.htm">';
 op = op + 'About&nbsp;the&nbsp;Author</a> <br><br>';
 op = op + '<a href="purchase.htm">';
 op = op + 'Purchase</a> <br><br>';
 op = op + '<a href="additionalLinks.htm">';
 op = op + 'Additional&nbsp;Links</a> <br><br>';
 op = op + '</p>';
 document.write(op);
}


function auxlinks()
{
 var  op = '<hr>';
 op = op + '<p class="smallcenterserif">';
 op = op + '<a href="index.htm"> Home';
 op = op + '</a><br>';
 op = op + '<i><b>';
 op = op + '<a href="parisUnderSiege.htm">Paris&nbsp;Under&nbsp;Siege';
 op = op + '</a>&nbsp;|&nbsp;';
 op = op + '<a href="parisOnFire.htm">Paris&nbsp;On&nbsp;Fire';
 op = op + '</a>&nbsp;|&nbsp;';
 op = op + '<a href="aDeathInDallas.htm">A&nbsp;Death&nbsp;in&nbsp;Dallas';
 op = op + '</a>&nbsp;|&nbsp;';
 op = op + '<a href="terrorOnBorder.htm">Terror&nbsp;on&nbsp;the&nbsp;Border';
 op = op + '</a>&nbsp;|&nbsp;';
 op = op + '<a href="e72ndSt.htm">Terror&nbsp;on&nbsp;E.&nbsp;72nd';
 op = op + '</b></i>';
 op = op + '<br>';
 op = op + '<a href="aboutTheAuthor.htm">About&nbsp;the&nbsp;Author';
 op = op + '</a>&nbsp;|&nbsp;';
 op = op + '<a href="purchase.htm">Purchase';
 op = op + '</a>&nbsp;|&nbsp;';
 op = op + '<a href="additionalLinks.htm">Additional&nbsp;Links</a>';
 op = op + '<br><br>';
 op = op + 'Please report any problems or comments on this site to the ';
 op = op + '<a href="mailto:Webmaster@eehunt.com">Webmaster</a>.';
 document.write(op);
}

