<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>最新更新</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE>BODY {
FONT-SIZE: 9pt
}
FONT {
FONT-SIZE: 9pt
}
CENTER {
FONT-SIZE: 9pt
}
TABLE {
FONT-SIZE: 9pt
}
A {
COLOR: #ffffff; FONT-SIZE: 9pt; TEXT-DECORATION: none
}
A:hover {
 TEXT-DECORATION: none
}
A.bg:hover {
BACKGROUND-COLOR: #336699
}
</STYLE>
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<base target="_blank">
</HEAD>
<BODY leftMargin=0 scroll=auto text=#000000 
topMargin=0 vlink="#0000FF" alink="#800000">
<table border="0" width="180" bgcolor="#008000" cellspacing="0" style="position: relative; left: 5" cellpadding="0">
  <tr>
    <td width="100%">
      <p align="center"><font color="#FFFFFF">主菜单</font></td>
  </tr>
</table>
<table border="1" width="180" cellspacing="0" bgcolor="#000000" border="1" cellspacing="0" style="position: relative; left: 5; color: #0000FF" onMouseover="changeto('#C0C0C0')" onMouseout="changeback('')" changto("#66CCFF") changeback("#66CCFF") cellpadding="0">
  <tr>
    <td width="180" align="center" style="color: #FFFFFF"><a href="1.htm">项目1</a></td>
  </tr>
  <tr>
    <td width="180" align="center" style="color: #FFFFFF"><a href="2.htm">项目2</a></td>
  </tr>
  <tr>
    <td width="180" align="center" style="color: #FFFFFF"><a href="3.htm">项目3</a></td>
  </tr>
  <tr>
    <td width="180" align="center" style="color: #FFFFFF"><a href="4.htm">项目4</a></td>
  </tr>
</table>
</BODY></HTML><script language="JavaScript1.2">   
function changeto(highlightcolor){   
source=event.srcElement   
if (source.tagName=="TR"||source.tagName=="TABLE")   
return   
while(source.tagName!="TD")   
source=source.parentElement   
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")   
source.style.backgroundColor=highlightcolor   
}      
function changeback(originalcolor){   
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")   
return   
if (event.toElement!=source)   
source.style.backgroundColor=originalcolor   
}   
</script>