
function high(which2){
    theobject=which2
    highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
    clearInterval(highlighting)
    which2.filters.alpha.opacity=100
}
function highlightit(cur2){
    if (cur2.filters.alpha.opacity<=100 && cur2.filters.alpha.opacity>=40)
        cur2.filters.alpha.opacity-=15
    else if (window.highlighting)
        clearInterval(highlighting)
}
function linkToPage(target){
    document.location=target;
}

<!--/* הוספה למעודפים */
function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

var bookmarkurl="http://www.ginun.biz"
var bookmarktitle="שירותי גינון ופיתוח"
function addbookmark(){
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
		      }	


		      
function OpenNewWindow(WindowPicture,width,height)
	{
	var NewWindow ;
    var WindowParameters = 'resizable=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,toolbar=no,titlebar=no';	
	var width = parseInt(width) + 0 ;
	var height = parseInt(height) + 35 ;
	
	NewWindow=window.open("","pictureWindow","width=1,height=1"); // these two lines make sure a new window will be opened
	NewWindow.close();
	
	NewWindow=window.open("","pictureWindow", WindowParameters+",width="+width+",height="+height);
	NewWindow.document.write ('<HTML><HEAD><TITLE>');
	NewWindow.document.write ("גלריה - שירותי גינון ופיתוח");
	NewWindow.document.write ("</TITLE></HEAD>");
	NewWindow.document.write ("<BODY BGCOLOR='white' topmargin='0' leftmargin='0'>");
	NewWindow.document.write ("<center>");
	NewWindow.document.write ("<IMG SRC=");
	NewWindow.document.write (WindowPicture);
    NewWindow.document.write ("><br>");
    NewWindow.document.write ("<A HREF='JavaScript:this.close()' style='color: #696969; text-decoration: none; font-size: 12pt; font-family: arial, david;'><b>סגור חלון</b></A>");
	NewWindow.document.write ("</center>");
	NewWindow.document.write ("</BODY></HTML>");
	NewWindow.document.close();
	return false;
	}
	/* script for loding layer */
function loadingPage(){
alert("loading");
	       loading.style.visibility='hidden';
	       site.style.visibility='visible'; 
	     }
//-->