<script language='JavaScript1.2'>

<!-- Beginning of JavaScript -
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/200 : 0;
TopPosition = (screen.height) ? (screen.height-h)/100: 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+0+',resizable'
win = window.open(mypage,myname,settings)
}
// - End of JavaScript - -->

<!-- Beginning of JavaScript -

messages = new Array()
messages[0] = "<a href=publish.html><img src=images/feb1.jpg></a>"
messages[1] = "<img src=images/feb2.jpg>"
messages[2] = "<img src=images/feb3.jpg>"

var i_messages = 0
var timer

function dot() {
    if (document.all) {
        content.filters[0].apply()
        content.innerHTML = messages[i_messages]
        content.filters[0].play()
        if (i_messages >= messages.length-1) {
            i_messages = 0
        }
        else {
            i_messages++
        }
    } 
    
    if (document.layers) {
       document.nn.document.write("<table cellspacing=2 cellpadding=2 border=0><tr><td align=left>"+messages[i_messages]+"</td></tr></table>")
		document.close()
        if (i_messages >= messages.length-1) {
            i_messages = 0
        }
        else {
            i_messages++
        }
    } 
    timer = setTimeout("dot()",5000)   
}
// - End of JavaScript - -->




<!--
// from ginun site Start Image Script
var pic_width=160;
var pic_height=120;

var pics = new Array(10) ;

pics[0]="images/feb1.jpg";
pics[1]="images/feb2.jpg";   
pics[2]="images/feb3.jpg"; 
 

if (document.images)
 {
     pic0= new Image(pic_width,pic_height); pic0.src=pics[0];
     pic1= new Image(pic_width,pic_height); pic1.src=pics[1];
     pic2= new Image(pic_width,pic_height); pic2.src=pics[2];
     
     
	 
  }    

var numpics=3;
var thenum=0;
var imgName = "img1";

function change_it()
 {
   if (document.images)
    {
      document.write("<IMG SRC='"+pics[thenum]+"' border='0' width='"+pic_width+"' height='"+pic_height+"' name='" + imgName + "'>\n");
      setTimeout('change_it2()',3000);  
   }
}
function change_it2()
{
	var x=0;
      thenum+=1;
	if (thenum>numpics-1) 
      	thenum=0;
      document[imgName].src=pics[thenum];
	x+=1;
	setTimeout('change_it2()',8000);    
}
// End of ginun site Image Script//-->


<!--
// Start change Buttons Script

var NN4 = false;
img = new Array

image0 = new Image;
image0.src = "images/but_tipim1.jpg";
image0on = new Image;
image0on.src = "images/but_tipim2.jpg";

image1 = new Image;
image1.src = "images/but_mumche1.jpg";
image1on = new Image;
image1on.src = "images/but_mumche2.jpg";

image2 = new Image;
image2.src = "images/but_catavot1.jpg";
image2on = new Image;
image2on.src = "images/but_catavot2.jpg";


image3 = new Image;
image3.src = "images/but_madrich1.jpg";
image3on = new Image;
image3on.src = "images/but_madrich2.jpg";

image4 = new Image;
image4.src = "images/but_kniyot1.jpg";
image4on = new Image;
image4on.src = "images/but_kniyot2.jpg";

function on4(name)   {
        document[name].src = eval(name + "on.src");
}


function off4(name)  {
        document[name].src = eval(name + ".src");
}


NN4 = true;
function on(name)  {
        if (NN4) on4(name);
}


function off(name)  {
        if (NN4) off4(name);
}

// End Button Change Script//-->

