function ch(a,b){
a.src=b;
}

// JScript source code
if(self.location.href.indexOf("file://")<0)
{
if(self.location.href==window.parent.location.href)
	{
	var root_pth="http://www.dknet.co.il";
	var tmp = new String(self.location.href);
	var i=tmp.lastIndexOf("/");
	var src= new String(tmp.substr(i+1,tmp.length-i));
	var j=root_pth.length;
	var root_src= new String(tmp.substr(j+1,tmp.length-j));
	var frm=new String("right");
	self.location.href=root_pth+"/index.html?frm="+frm+"&src="+root_src;
	}
}
function docC()
{
if(window.event.srcElement.tagName == "IMG" || window.event.srcElement.tagName == "A")
{
window.parent.frames["fr_top"].window.document.location.href="http://www.dknet.co.il/top.html";
window.parent.frames["tools"].window.document.location.href="http://www.dknet.co.il/mainfr.html";
}	
}
	
document.onclick = docC


