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")//leave "top" in, so we can navigate away from framed pages.}function Color(nesne,renk) {  nesne.style.backgroundColor = renk;  nesne.style.cursor="hand";}