.םינוש םילילצ השולש םעפה םג .טסקט לע רבכע רבעמב לילצ
Text Link One   Text Link Two     Text Link Three   


<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<link rel="stylesheet" href="../../liora3.css">
<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 bgcolor="#000000" 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/utilities/link_test_page.html" onMouseOver="audioDo('play','RedSphereSound')" onMouseOut="audioDo('stop','RedSphereSound')">
Text Link One</a> <a href="http://www.codebrain.com/utilities/link_test_page.html" onMouseOver="audioDo('play','GreenSphereSound')" onMouseOut="audioDo('stop','GreenSphereSound')">
Text Link Two</a> <a href="http://www.codebrain.com/utilities/link_test_page.html" onMouseOver="audioDo('play','PurpleSphereSound')" onMouseOut="audioDo('stop','PurpleSphereSound')">
Text Link Three</a> <br>
<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>