רבכע רבעמב לילצ תעמשה


<html>
<head>
<title></title>
<script language="JavaScript">
<!--
// Script Source: www.CodeBrain.com

var audioOn = false;
function audioDo(doWhat,toWhat){
if(audioOn){
var A = eval('document.'+toWhat);
if (A != null){
if (doWhat=='stop') A.stop();
else{
if (navigator.appName == 'Netscape') A.play();
else{
if (document.M == null){
document.M = false; var m;
for(m in A) if (m == "ActiveMovie"){
document.M = true; break;
}
}
if (document.M) A.SelectionStart = 0;
if (document.M) A.play();
}
}
}
}
}

//-->
</script>

</head>

<body onLoad="audioOn=true">
<table width="80%" border="1" cellspacing="2" cellpadding="2" align="center" bgcolor="#ece8cf" bordercolor="#666666" class="bord2">
<tr>
<td align="left"> xxx </td>
<tr>
<td align="left"><a href="http://www.codebrain.com" onMouseOver="audioDo('play','PurpleSphereSound')" onMouseOut="audioDo('stop','PurpleSphereSound')">
<img src="PurpleSphere.gif" border="0" width="100" height="100"></a>
<p>
</td>
</table>
<embed NAME="PurpleSphereSound" SRC="PurpleSphereSoundFile.wav" MASTERSOUND LOOP="false" AUTOSTART="false" AUTOREWIND="true" HIDDEN="true" WIDTH="0" HEIGHT="0">
</body>
</html>