document.writeln("<script type=\"text/javascript\">");
document.writeln("var highlightbehavior=\"TD\"");
document.writeln("");
document.writeln("var ns6=document.getElementById&&!document.all");
document.writeln("var ie=document.all");
document.writeln("");
document.writeln("function changeto(e,highlightcolor){");
document.writeln("source=ie? event.srcElement : e.target");
document.writeln("if (source.tagName==\"TABLE\")");
document.writeln("return");
document.writeln("while(source.tagName!=highlightbehavior && source.tagName!=\"HTML\")");
document.writeln("source=ns6? source.parentNode : source.parentElement");
document.writeln("if (source.style.backgroundColor!=highlightcolor&&source.id!=\"ignore\")");
document.writeln("source.style.backgroundColor=highlightcolor");
document.writeln("}");
document.writeln("");
document.writeln("function contains_ns6(master, slave) {");
document.writeln("while (slave.parentNode)");
document.writeln("if ((slave = slave.parentNode) == master)");
document.writeln("return true;");
document.writeln("return false;");
document.writeln("}");
document.writeln("");
document.writeln("function changeback(e,originalcolor){");
document.writeln("if (ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id==\"ignore\")||source.tagName==\"TABLE\")");
document.writeln("return");
document.writeln("else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id==\"ignore\"))");
document.writeln("return");
document.writeln("if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)");
document.writeln("source.style.backgroundColor=originalcolor");
document.writeln("}");
document.writeln("");
document.writeln("</script\>");

