.הנומתה תולילצב קחשמ
.הרוק המ וארו הנומתה לע רבכעה תא וחינה קר
<html>
<head>
<title></title>

<script language="JavaScript1.2">
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20
}
</script>

</head>

<body >

<img src="clown1.jpg" width="107" height="175" style="filter:alpha(opacity=20)" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)">

</body>
</html>

<body>
<script language="JavaScript1.2">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com -- הפמ חוקל טפירקסה

var first_opac = 30;
var sec_opac =100;
var opac = first_opac;
var speed = 6;
var si;
var cleared = true;

function showimage(what,doshow) {

if (document.all) {
cleared = false;
(doshow) ? opac+=speed : opac-=speed;
eval(what+".filters.alpha.opacity="+opac);
if (opac <= first_opac || opac >= sec_opac) {
clearInterval(si);
cleared = true;
}
}

if (document.layers) clearInterval(si);
}

function ClearInt() {
if (!cleared) clearInterval(si);
}

//-->
</script>
<a href="http://www.javascript-page.com"><img name="image1" src="p8.jpg" border=0
style="filter:alpha(opacity=20)"
onMouseOver="ClearInt();si=setInterval('showimage(\'image1\',true)',10);"
onMouseOut="ClearInt();si=setInterval('showimage(\'image1\',false)',10);" width="150" height="112"></a>
</p>
</body>
</html>