<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<style>
<!--
.flashgroup{
border:3px solid yellow;
}
-->
</style>
<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" colspan="2"> xxx </td>
<tr>
<td align="left" width="22%" valign="top"><img
src="F0034.jpg" width="100" height="345"
id="flash0" class="flashgroup">
</td>
<td align="left" width="78%" valign="top"> </td>
</table>
<script language="JavaScript1.2">
/*
Flashing Border image script (credit must stay enclosed)
By Wsabstract.com
For this and over 400+ JavaScripts,
Visit http://www.wsabstract.com
*/
//specify color of flash
var flashcolor="#585a51"
//specify speed (less is faster ie: 50)
var speed=150
/////No need to edit below here////
var curborder=new Array()
var increment=0
var flashobject=new Array()
if (document.all||document.getElementById){
while (document.getElementById("flash"+increment)!=null){
flashobject[increment]=document.getElementById? document.getElementById("flash"+increment).style
: eval("document.all.flash"+increment+".style")
curborder[increment]=0
increment++
}
}
function flash(which){
if (curborder[which]==1){
flashobject[which].borderLeftColor=flashcolor
flashobject[which].borderBottomColor=flashobject[which].borderRightColor
}
else if (curborder[which]==2){
flashobject[which].borderTopColor=flashcolor
flashobject[which].borderLeftColor=flashobject[which].borderBottomColor
}
else if (curborder[which]==3){
flashobject[which].borderRightColor=flashcolor
flashobject[which].borderTopColor=flashobject[which].borderLeftColor
}
else if (curborder[which]==4){
flashobject[which].borderBottomColor=flashcolor
flashobject[which].borderRightColor=flashobject[which].borderTopColor
}
if (curborder[which]<=3)
curborder[which]++
else
curborder[which]=1
}
if (document.all||document.getElementById){
for (z=0;z<flashobject.length;z++){
var temp='setInterval("flash('+z+')",'+speed+')'
eval(temp)
}
}
</script>
</body>
</html>
|