<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Index Page for Talks, Using php</TITLE>
</head>
<body bgcolor="#C0C0C0">
<?php
$highlightField = $_SERVER['QUERY_STRING'];
?>
<table>
<tr>
<td
<?php
if (($highlightField == "title") || ($highlightField == NULL))
print 'bgcolor="EAEAEA"';
?>
>
<a href="template-title.html" target="talk">Title and
Outline</a>
<br><br>
</tr>
<tr>
<td
<?php
if ($highlightField == "middle")
print 'bgcolor="EAEAEA"';
?>
>
<a href="template-middle.html" target="talk">
Middle Section</a>
<br><br>
</tr>
<tr>
<td
<?php
if ($highlightField == "conclusions")
print 'bgcolor="EAEAEA"';
?>
>
<a href="template-conclusions.html" target="talk">
Concluding Section</a>
<br><br>
</tr>
</table>
</body>
</html>