<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<style TYPE="text/css">
#itemopen { position:absolute; visibility:hidden; }
</style>
<link rel="stylesheet" href="../liora3.css">
</head> <body onload="detect()">
<script TYPE="text/javascript">
// Created and produced by Colin Barron cbarron@cgocable.net http://www.cgocable.net/~cbarron
// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)--
הפמ חוקל טפירקסה
function detect() {
if (window.navigator.appName == "Netscape") {
document.captureEvents(Event.MOUSEDOWN)
document.onmousedown = popUp
function popUp(current) {
newX = current.pageX -50
newY = current.pageY
menu = document.layers["itemopen"]
if ( menu.visibility=="show"){
menu.visibility = "hidden" }
else {
menu.visibility = "show"
}
menu.moveTo(newX, newY)
document.releaseEvents(Event.MOUSEDOWN)
}
}
else{
document.onclick = pop
function pop() {
currX = window.event.clientX + document.body.scrollLeft
currY = window.event.clientY + document.body.scrollTop
menu = document.all.itemopen.style
if ( menu.visibility=="visible"){
menu.visibility = "hidden" }
else {
menu.visibility = "visible" }
if (event.srcElement.tagName == "A"){
menu.visibility = "hidden" }
menu.pixelLeft = currX - 50
menu.pixelTop = currY
}
}
}
</script>
<!-- Start of Popup Menu -->
<div id=itemopen >
<table cellspacing="0" cellpadding="2" border="1"
bordercolor="#87C2C2" bgcolor="#FFFFCC">
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net">THE
MORE INFO CHANNEL</a><font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/shareware.html">Shareware
& Freeware</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/info/">Information
Library</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/cgiscripts/">CGI
Scripts</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/info/dhtml_scripts.html">DHTML
Scripts & Javascripts</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/">Device
Drivers</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/affiliates/">Affiliate
programs</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/music/">Music
directory</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/hosting/">Hosting
directory</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/shopping/">Shopping
directory</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/shopping/">News
Headlines</a></font></td></tr>
<tr><td><font color="#FF0000" size="1"
face="Verdana"><a href="http://simplythebest.net/search/search.html">Metasearch</a></font></td></tr>
</table>
</div>
<!-- End of Popup Menu -->
</body>
</html>
|