<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<SCRIPT language=javascript>
<!--
var where = "http://www.zakai.com"; // which link
var isNav = (navigator.appName == "Netscape") ? true:false;
function up(where) {
if(where == "j") {
if(isNav) {
document.menu.visibility = "show";
} else {
document.all('menu').style.visibility = "Visible";
}
}
}
function down() {
if(isNav) {
document.menu.visibility = "hidden";
} else {
document.all('menu').style.visibility = "hidden";
}
}
function checkwhere(e) {
if(isNav) {evt = e;}
else {evt = event;}
xCoord = window.evt.x;
yCoord = window.evt.y;
self.status = "x : "+ xCoord + "y : " + yCoord;
if(yCoord > 80) {down();}
if(xCoord >280) {down();}
}
function nono(e) {
var code = isNav ? e.which:event.button
if(code == 2 || code == 3) {
alert("ראה הסבר בדף");
}
}
document.onmousemove = checkwhere;
document.onmousedown = nono;
if(isNav) {document.captureEvents(Event.MOUSEMOVE | Event.MOUSEDOWN);}
//-->
</SCRIPT>
<STYLE>#menu {
LEFT: 30px; POSITION: absolute; TOP: 20px; VISIBILITY: hidden; Z-INDEX:
10
}
BODY {
COLOR: #fac46e; FONT-FAMILY: "Arial"
}
A {
COLOR: #fac46e; FONT-FAMILY: "Arial"; TEXT-DECORATION: none
}
A.menu {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
COLOR: #ff0000; TEXT-DECORATION: none
}
</STYLE>
<link rel="stylesheet" href="../liora3.css">
</head>
<body >
<A
href="http://www.javascripts.com/repository/jscript/index.html"
onmouseover="up('j');self.status='Jscript Index';return true"><font
color="#FFFFFF">Jscript
Menu</font></A>
<DIV id=menu>
<TABLE bgColor=#ece8cf border=1 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD> <H7><A class=menu href="http://www.javascripts.com/repository/jscript/winj.html"><font
color="#0000FF">Window</font></A>
<A class=menu href="http://www.javascripts.com/repository/jscript/graj.html"><font
color="#996600">Graphics</font></A>
<A class=menu href="http://www.javascripts.com/repository/jscript/secj.html"><font
color="#CC3300">Security</font></A>
<A class=menu href="http://www.javascripts.com/repository/jscript/gamj.html"><font
color="#993399">Games</font></A>
<A class=menu href="http://www.javascripts.com/repository/jscript/misj.html"><font
color="#336600">Others</font></A>
</H7></TD>
</TR></TBODY></TABLE></DIV>
</body>
</html>
|