תגידו מה לא בסדר פה<html>
<head>
<script language="javascript">
function changeButtonpic(button0bg, newPic) {
button0bj.src - newPic ;
}
</script>
</head>
<body>
<a href="homePage.htm" title="דף הבית" target="contect">
<img src="1x.jpg" border="0"
onmouseover = "changeButtonPic(this, '1.jpg');"
onmouseout = "changeButtonPic(this, '1x.jpg');" />
</a>
</body>
</htmL>