function popup(obj,obj2) { 
      	with(obj.style) {
            display = "inline";
      	}
	with(obj2.style) {
            display = "none";
      	}
}

function unpop(obj,obj2) { 
	obj.style.display = "none"; 
	obj2.style.display = "none"; 
	}


function tanarmouseOver(d)
{
b="tanaraink_files/tanar"+d+".jpg"
document.getElementById("tanar").src=b
}

function tanarmouseOut(d)
{
document.getElementById("tanar").src="tanaraink_files/tiszta_forras_tanar.jpg"
}
