<!--[if lte IE 6]>
<script src="js/belatedPNG_0.0.8a.js" type="text/javascript"></script>
    <script type="text/javascript">
        DD_belatedPNG.fix('div, ul, img, li, input , a');
</script>
<![endif]-->
<%
if session("admin")<>"true" then
	response.write "<script> function nav(){window.location.replace('index.asp'); } setTimeout(nav,100); </script>"
end if
%>
<style type="text/css">
<!--
.STYLE2 {	color: #006699;
	font-size: 20px;
}
body,td,th {
	font-family: 微软雅黑;
}
-->
</style>

<table width="100%" height="70" border="0" cellpadding="0" cellspacing="0" style="background:url(images/top_bg.jpg) repeat-x bottom">
  <tr>
    <td width="20" height="65">&nbsp;</td>
    <td height="65" align="center"><img src="../images/logo.png" width="214" height="70" /></td>
    <td width="200" height="65" align="center" class="blue big">信息管理系统 V2.0</td>
    <td height="65" align="right" class="blue">用户名：<%=session("name")%>   级别：<%=session("gname")%>   <A href="index.asp?act=out" target="_parent">[注销]</A></td>
    <td width="20" height="65">&nbsp;</td>
  </tr>
  <tr>
    <td height="2"></td>
    <td height="2"></td>
    <td height="2"></td>
    <td height="2"></td>
    <td height="2"></td>
  </tr>
</table>