function findTag(eItem) {
	var objATag = new Object();
	objATag = eItem.all.tags("A").item(0)
	return objATag;
}

function NavMUp(eItem){

	top.location.href= findTag(eItem).getAttribute("HREF")

}

function Color(nesne,renk,fontrenk,xxx) 
{
  nesne.style.backgroundColor = renk;
  idname = "colorfont"+xxx ;
  eval('document.all["'+ idname +'"].style.color="'+ fontrenk +'"');
  nesne.style.color="ffffff";
  nesne.style.cursor="hand";
}

//------------------

function Color2(nesne,renk) 
{
  nesne.style.backgroundColor = renk;
  nesne.style.color="ffffff";
  nesne.style.cursor="hand";
}
