日期:2014-05-17 浏览次数:20705 次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="CSS/index.css" type="text/css">
<script type="text/javascript" src="JS/jquery.js"></script>
<script type="text/javascript" src="JS/index.js"></script>
</head>
<frameset rows="90px,*" frameborder="0" framespacing="0">
<frame src="head.html" scrolling="no"/>
<frameset cols="160px,16px,*,16px,110px" id="frameset2" frameborder="0" framespacing="0">
<frame src="menu.html" id="menu" scrolling="no" frameborder="0"/>
<frame src="center.html" id="center" frameborder="0"/>
<frame src="content.html" id="content" frameborder="0" scrolling="no" />
<frame src="right_center.html" id="right_center" frameborder="0" scrolling="no" />
<frame src="information.html" id="information" frameborder="0" scrolling="no" />
</frameset>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>