  // HTML template for template sub_menu
  $template_sys_menu = <<<EOT

                        <table cellpadding="0" cellspacing="0" border="0" class="top_menu_bttn">
                                <tr>
                                        <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="index.php" onmouseover="MM_showHideLayers('Menu1','','show')"><img src="themes/clint/images/home_body.gif" border="0" alt="" /><br /></a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="{MY_GAL_TGT}" title="{MY_GAL_TITLE}">{MY_GAL_LNK}</a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="{MEMBERLIST_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{MEMBERLIST_LNK}">{MEMBERLIST_LNK}</a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="{MY_PROF_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{MY_PROF_LNK}">{MY_PROF_LNK}</a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="{FAQ_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{FAQ_LNK}">{FAQ_LNK}</a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="{ADM_MODE_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{ADM_MODE_LNK}">{ADM_MODE_LNK}</a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                        <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                        <a href="{USR_MODE_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{USR_MODE_LNK}">{USR_MODE_LNK}</a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                         <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="{UPL_PIC_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{UPL_PIC_LNK}">{UPL_PIC_LNK}</a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                         <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="{REGISTER_TGT}" onmouseover="MM_showHideLayers('Menu1','','hide')" title="{REGISTER_LNK}">{REGISTER_LNK}</a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                         <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="{LOGIN_TGT}" title="{LOGIN_LNK}">{LOGIN_LNK}</a>
                                        </td>
                                        <td><img src="themes/clint/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
                                         <td style="background-image:url(themes/clint/images/top_menu_button.gif);">
                                                <a href="{LOGOUT_TGT}" title="{LOGOUT_LNK}">{LOGOUT_LNK}</a>
                                        </td>
                                </tr>
                        </table>
EOT;