<!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=gb2312" />
<title>无标题文档</title>
</head>
<script type="text/javascript">
function showdiv(thisdiv){
var varvalues="banner_son";
for(var i=1;i <=2;i++){
document.getElementById(varvalues+i).style.display='none'
}
document.getElementById(varvalues+thisdiv).style.display='block';
}
</script>
<body>
<div id="banner"><a href="#" id="menu1" οnmοuseοver="showdiv('1');">所有商品</a>
<a href="#" id="menu2" οnmοuseοver="showdiv('2');">新鲜水果</a>
</div>
<div id="banner_son1" style="display:none">1</div>
<div id="banner_son2" style="display:none">2</div>
</body>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<script type="text/javascript">
function showdiv(thisdiv){
var varvalues="banner_son";
for(var i=1;i <=2;i++){
document.getElementById(varvalues+i).style.display='none'
}
document.getElementById(varvalues+thisdiv).style.display='block';
}
</script>
<body>
<div id="banner"><a href="#" id="menu1" οnmοuseοver="showdiv('1');">所有商品</a>
<a href="#" id="menu2" οnmοuseοver="showdiv('2');">新鲜水果</a>
</div>
<div id="banner_son1" style="display:none">1</div>
<div id="banner_son2" style="display:none">2</div>
</body>
</html>