function sub_menu_kurse()
{
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' onmouseover='change_tablecolor(&quot;#efbc9e&quot;, this)' onmouseout='change_tablecolor(&quot;#ffe4d7&quot;, this)'> <a href='javascript:change_text(&quot;Text41&quot;, main_row)'> Geburtsvorbereitung </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;Text42&quot;, main_row)'>R&uuml;ckbildung</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;Text43&quot;, main_row)'>Termine</a> </td> <td class='hidden_button'>&nbsp;</td> </tr> </table>";

return myNewText;
}

