<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<SCRIPT LANGUAGE="JavaScript"> <!--
This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com
-- הפמ חוקל טפירקסה -->
<!-- Begin
function CaricaFoto(img){
foto1= new Image();
foto1.src=(img);
Controlla(img);
}
function Controlla(img){
if((foto1.width!=0)&&(foto1.height!=0)){
viewFoto(img);
}
else{
funzione="Controlla('"+img+"')";
intervallo=setTimeout(funzione,20);
}
}
function viewFoto(img){
largh=foto1.width+20;
altez=foto1.height+20;
stringa="width="+largh+",height="+altez;
finestra=window.open(img,"",stringa);
}
// End -->
</script>
<link rel="stylesheet" href="../liora3.css">
</head>
<body >
<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"><div align="center">
<TABLE BORDER="1" cellspacing=3>
<TR>
<TD align=left> <A HREF="javascript:CaricaFoto('F0034.jpg')"
BORDER="0">
<IMG SRC="F0034.jpg" BORDER="0" width="40"
height="40"></A>
</TD>
<TD align=center> <A HREF="javascript:CaricaFoto('F0064.jpg')"
BORDER="0">
<IMG SRC="F0064.jpg" BORDER="0" width="40"
height="40"></A>
</TD>
<TD align=right> <A HREF="javascript:CaricaFoto('L0011.jpg')"
BORDER="0">
<IMG SRC="L0011.jpg" BORDER="0" width="40"
height="40"></A>
</TD>
</TR><TR>
<TD colspan=3>
<DIV ALIGN="CENTER">Click for zooming the image at it's
real dimensions...</DIV>
</TD>
</TR>
</TABLE>
</div>
</td>
</table>
</body>
</html>
|