<xsl:variable name="row1" select="$navig.showtitles != 0"/>
<xsl:variable name="row2" select="count($prev) > 0
or (count($up) > 0
- and $up != $home
+ and generate-id($up) != generate-id($home)
and $navig.showtitles != 0)
or count($next) > 0"/>
<th width="60%" align="center">
<xsl:choose>
<xsl:when test="count($up) > 0
- and $up != $home
+ and generate-id($up) != generate-id($home)
and $navig.showtitles != 0">
<xsl:apply-templates select="$up" mode="object.title.markup"/>
</xsl:when>