.טסקט לע רבכע רבעמב ןולח תצפקה
put mouse over text
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<SCRIPT LANGUAGE="JavaScript">
<!--
// Quick way to test for Nav4 and IE4
version4 = false
if(navigator.appVersion.charAt(0) == "4") version4 = true
function displayPopup(url,name,height,width,evnt) {
var properties = "toolbar=0,location=0,height="+height
properties = properties+",width="+width
if(evnt != null) {
if(navigator.appName == "Microsoft Internet Explorer") {
properties = properties+",left="+(evnt.screenX - 450)
properties = properties+",top="+(evnt.screenY - 499)
}else { // Navigator coordinates must be adjusted for scrolling
properties = properties+",left="+(evnt.screenX - pageXOffset + 510)
properties = properties+",top="+(evnt.screenY - pageYOffset + 540)
}
}
popupHandle = open(url,name,properties)
}
function closePopup() {
// mouseOut was introduced with JavaScript 1.1, so Navigator 2 users will
// have to manually close the window
if(popupHandle != null && !popupHandle.closed) popupHandle.close()
}
// -->
</SCRIPT>

</head>

<body >

<table width="80%" border="1" cellspacing="2" cellpadding="2" align="center" bgcolor="#ece8cf" bordercolor="#666666" class="bord2">
<tr>
<td align="center"> <b>.טסקט לע רבכע רבעמב ןולח תצפקה </b></td>
<tr>
<td align="left"><A href="javascript:void(0)" onMouseOver="displayPopup('page.html','popup1',370, 380,(version4 ? event : null))"><B>your
text</B></a> </td>
<tr>
<td align="left">&nbsp;</td>
</table>

</body>
</html>