[Note: We now have problems with URIs with a " in the middle ;-)]
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"/>";HM_f_PopUp('elMenu1',event)</xsl:attribute>
<xsl:attribute name="onMouseOut">HM_f_PopDown('elMenu1')</xsl:attribute>
</xsl:if>
<xsl:apply-templates/>