popUp = HM_f_PopUp;
popDown = HM_f_PopDown;
var selectedURI;
+var lastEvent;
]]>
</script>
<script language="JavaScript1.2" type="text/javascript">
CSC: Replaced with the following line
<xsl:attribute name="onMouseOver">selectedURI=this.href;HM_f_PopUp('elMenu1',event)</xsl:attribute>
-->
- <xsl:attribute name="onMouseOver">selectedURI="<xsl:value-of select="$uri"/>";HM_f_PopUp('elMenu1',event)</xsl:attribute>
+ <xsl:attribute name="onMouseOver">selectedURI="<xsl:value-of select="$uri"/>";lastEvent=event;HM_f_PopUp('elMenu1',event)</xsl:attribute>
<xsl:attribute name="onMouseOut">HM_f_PopDown('elMenu1')</xsl:attribute>
+ <xsl:attribute name="href">javascript: HM_f_PopUp('elMenu1',lastEvent); void(0);</xsl:attribute>
</xsl:if>
<xsl:apply-templates/>
</xsl:copy>