function findTag(eItem){ var objATag = new Object(); objATag = eItem.all.tags("A").item(0) return objATag;} function ovrRow(eItem){eItem.style.borderWidth="1px";eItem.style.borderStyle="solid";eItem.style.borderColor="#FFFFCC";eItem.style.cursor="hand"} function outRow(eItem){eItem.style.borderWidth="1px";eItem.style.borderColor="#FFFFFF";eItem.style.cursor="hand"} function ovrRow2(eItem){eItem.DefaultBgColor=eItem.style.backgroundColor;eItem.style.backgroundColor="#FFFFCC";eItem.style.cursor="hand"} function outRow2(eItem){eItem.style.backgroundColor=eItem.DefaultBgColor;eItem.style.cursor="hand"} function ovrCell(eItem){eItem.style.backgroundColor="#FFFFCC";eItem.style.cursor="hand"} function outCell(eItem){eItem.style.backgroundColor="#F2E693";eItem.style.cursor="hand"} function go(eItem){top.location.href= findTag(eItem).getAttribute("HREF")}