<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja" dir="ltr">
<head>
<title>カレー弁当ルー無し</title>
</head>
<body>
<ul id="menu">
<li><a href="http://www.yahoo.co.jp/" target="main"><img
src="http://i.yimg.jp/images/search/head_050825.gif" alt="yahoo"></a></li>
</ul>
<script type="text/javascript">
if(document.compatMode=="CSS1Compat"){
var menuList = document.getElementById('menu').getElementsByTagName("a");
for (var i = 0; i < menuList.length; i++) {
menuList[i].onmouseover = function(){
parent.main.location.href = this.href;
}
}
}
</script>
</body>
</html>