<%
    my ($id,$props) = @_;
    my %hprops = @$props;

    my $t = $hprops{title};
    $t =~ s, ,&nbsp;,g;
%>
	<td class=nb><a href=menu.$id class=nb><%$ $t  %></a></td>