<!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>
<title>152454</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
#msg1{position:absolute;visibility:hidden;background:#F7EFCC;padding:6px;
line-height:22px;font-size:14px;width:240px;top:250px;left:286px;}
-->
</style>
<script type="text/javascript">
function showMsg(Id){
var oDiv=document.getElementById("msg" + Id);
oDiv.style.visibility = "visible";
}
function hideMsg(Id){
var oDiv=document.getElementById("msg" + Id);
oDiv.style.visibility="hidden";
}
</script>
</head>
<body>
<a onmouseover="showMsg(1)" onmouseout="hideMsg(1)"><img src="images/gc1.gif" height="136" alt="" border="0"/></a>
</div>
<div id="msg1">
这里弄提示信息
</div>
</body>
</html>