1 2 3 4 5 6 7 8 9 10
<!-- // this simple function is necessary to obtain the hover effect in the popup menu (because IE doesn't support hover) function DisplayTag(obj,propertyValue) { var a = obj.firstChild.childNodes[1]; a.style.display= propertyValue; } //-->