function sub_menu_praxis()
{
var myNewText="<table class='menue'> <tr> <td class='hidden_button'> &nbsp; </td><td class='hidden_button'> &nbsp; </td> <td class='hidden_button'> &nbsp; </td> <td class='hidden_button'> &nbsp; </td><td class='hidden_button' onmouseover='change_tablecolor(&quot;#efbc9e&quot;, this)' onmouseout='change_tablecolor(&quot;#ffe4d7&quot;, this)'> <a href='javascript:change_text(&quot;Text51&quot;, main_row)'> Kooperation </a> </td> <td class='hidden_button' onmouseover='change_tablecolor(&quot;#efbc9e&quot;, this)' onmouseout='change_tablecolor(&quot;#ffe4d7&quot;, this)'> <a href='javascript:change_text(&quot;Text52&quot;, main_row)'>Anfahrt</a> </td><!--<td class='hidden_button' onmouseover='change_tablecolor(&quot;#efbc9e&quot;, this)' onmouseout='change_tablecolor(&quot;#ffe4d7&quot;, this)'> <a href='javascript:change_text(&quot;Text53&quot;, main_row)'>Bilder</a> </td>--><td class='hidden_button'> &nbsp; </td></tr> </table>";

return myNewText;
}

