function change_img(imgName, imgSrc)
		{
			document[imgName].src= imgSrc;
		}
function OpenForums()
	{
		adress =  top.document.location.href;
		top.document.location.href="http://demo.ort.org.il/ortforums/scripts/forum.asp?pc=403146803&back=" + escape(adress);
	}
	
function OpenIndex()
	{
		adress =  top.document.location.href;
		top.document.location.href="http://net.ort.org.il/ortindex/scripts/index.asp?PC=837605065&back=" + escape(adress);
	}
function CheckSearch (f)
	{
		if (f.qu.value!="")
			{f.submit();}
		else	
			{
				alert("נא להכניס מילה לחיפוש!");
				return false;
			}
	}	
function Lupa()
	{
		www=window.open("../glass.html","זכוכית","width=500,height=350,scrollbars=yes,top=0,left=0");
		www.focus;
	}

function cndLoc(pcItem)
	{
		var str="redirect.asp?pc="+pcItem
		document.location.href=str;
	}
function ShowTitle(objId,Cont)
	{
		var Obj;
		if (Obj = document.all[objId])
			Obj.innerHTML = Cont;
	}
function cndCls(obj,num)
	{
		var curCls;
		if (num)
			curCls="clsGalTitle";
		else
			curCls="clsShrtTd";	
		if(obj.className==curCls)
			obj.className=curCls+"Selected"
		else
			obj.className=curCls;
	}
function fillDescr(num)
	{
		var idName,res;
		if (idName=eval("des"+num))
			{
				res=idName.innerText;
				if (res.length>200)
					res=res.substring(0,200)+"...";
					idName=eval("attcont"+num);
					idName.innerHTML=res;
			}		
	}	