<img border="0" onmouseover="color(this)" onmouseout="gray(this)" src="/img/eg_banner_W3xue100_35.gif" /><br /></a>
<html>
<head>
<style>
img
{
filter:gray()
}
</style>
<script type="text/javascript">
function color(elmnt)
elmnt.style.filter=false
function gray(elmnt)
elmnt.style.filter="gray()"
</script>
</head>
<body>