|
<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-8">
<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>
<link rel="stylesheet" href="../../liora3.css">
</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">
<p><a href="http://www.codebrain.com" onMouseOver="audioDo('play','RedSphereSound')"
onMouseOut="audioDo('stop','RedSphereSound')">
<img border="0" src="RedSphere.gif" width="100"
height="100"></a> <a href="http://www.codebrain.com"
onMouseOver="audioDo('play','GreenSphereSound')" onMouseOut="audioDo('stop','GreenSphereSound')">
<img border="0" src="GreenSphere.gif" width="100"
height="100"></a> <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> <br>
<embed name="RedSphereSound" src="RedSphereSoundFile.wav"
MASTERSOUND loop="false" autostart="false" autorewind="true"
hidden="true" width="0" height="0">
</embed>
<embed NAME="GreenSphereSound" SRC="GreenSphereSoundFile.wav"
MASTERSOUND LOOP="false" AUTOSTART="false" AUTOREWIND="true"
HIDDEN="true" WIDTH="0" HEIGHT="0"> </embed>
<embed NAME="PurpleSphereSound" SRC="PurpleSphereSoundFile.wav"
MASTERSOUND LOOP="false" AUTOSTART="false" AUTOREWIND="true"
HIDDEN="true" WIDTH="0" HEIGHT="0"> </embed>
</td>
</table>
</body>
</html>
|