טלש טירפת ןולח ץיפקמ
 
<html>
<head>
<title>א"ב בבנית אתרים</title>

<SCRIPT>
<!--
var d
function callPopupWindow(){
setTimeout("makeMenu()",1000)
}
function makeMenu() {
win2=window.open("","window1", "menubar=no,height=120,width=120,titlebar=test,resizable=no,status=testing,toolbar=no,screenX=25px,screenY=140px,directories=no,dependent=no")
win2.document.open()
win2.document.write("<center><A HREF='popOnTextOver.html' target=_blank>Link One</A><br>")
win2.document.write("<A HREF='http://www.zakai.com' target=_blank>Link Two</A><br>")
win2.document.write("<A HREF='http://anyURLhere' target=_blank>Link Three</A><br>")
win2.document.write("<A HREF='http://anyURLhere' target=_blank>Link Four</A></center>")

win2.document.close()
}
//-->
</SCRIPT>

<link rel="stylesheet" href="../liora3.css">
</head>

<BODY onload=callPopupWindow()>