function sub_menu_angebot()
{
var myNewText="<table class='menue'> <tr> <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;Text31&quot;, main_row)'> Schwangerschaft </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;Text32&quot;, main_row)'>Wochenbett</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;Text33&quot;, main_row)'>Stillzeit</a> </td> <td class='hidden_button'>&nbsp;</td><td class='hidden_button'> &nbsp; </td> </tr> </table>";

return myNewText;
}

