<!-- Version 6 8/11/2018 -->
<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 
<head> 
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> 
<style type="text/css">
pre {margin-left: 4px;white-space: pre} 
#main{width:700px;position:absolute;left:0px;border:2px solid;background-color: #ffffff;}
</style>
<script src="/WebMail/webscript.js"></script>
<title>WebMail</title> 

</head>
<body background=/background.jpg onload="initialize(120)" onresize="initialize(120)">
<h3 align=center> %s Webmail Interface - User %s - Message List</h3>
<table align=center border=1 cellpadding=2 bgcolor=white><tr>

<td><a href=/WebMail/WMB?%s>Bulls</a></td>
<td><a href=/WebMail/WMP?%s>Personal</a></td>
<td><a href=/WebMail/WMT?%s>NTS</a></td>
<td><a href=/WebMail/WMALL?%s>All Types</a></td>
<td><a href=/WebMail/WMMine?%s>Mine</a></td>
<td><a href="#" onclick="newmsg('%s'); return false;">Send Message</a></td>
<td><a href=/WebMail/WMLogout?%s>Logout</a></td>
<td><a href=/>Node Menu</a></td></tr></table>
<br>
<div align=left id="main" style="overflow:scroll;">
<pre align=left>%s</pre>
</div> 


