<tr>
<td>
<script language="JavaScript" type="text/javascript">
if(window.top == window.self) window.open('/sol/', '_parent');
</script>
<!-- MENU SUPERIOR -->
<table width="100%" cellpadding="5" cellspacing="0" align="left">
<tr style="background-color:#666666; color:#FFFFFF;">
<td style="font-weight:bold;"> SolBT - <?=$sitenome?></td>
<td align="right" id="tdTopUser">
<strong>Usuário:</strong> <?=utf8_encode($_SESSION["usuername"])?> - <strong>Hoje é:</strong> <?=date("d/m/Y")?>
</td>
</tr>
</table>
<!-- MENU DO SISTEMA -->
<table width="100%" cellpadding="5" cellspacing="0" align="left" id="tblMenuTop">
<tr style="background-image:url('/sol/includes/bg_menu.jpg');">
<td width="65"><a onmouseover="OcultarTodosMenus(); ExibirControle('mnPrincipal', true);" style="cursor: pointer;">Principal</a></td>
<td width="75"><a onmouseover="OcultarTodosMenus(); ExibirControle('mnCadastros', true);" style="cursor: pointer;">Cadastros</a></td>
<td width="87"><a onmouseover="OcultarTodosMenus(); ExibirControle('mnLancamentos', true);" style="cursor: pointer;"><strong>Chamados</strong></a></td>
<td width="150"><a onmouseover="OcultarTodosMenus(); ExibirControle('mnAtendimentos', true);" style="cursor: pointer;">Atendimentos/visitas</a></td>
<!-- CONFIG DO SISTEMA -->
<td><a href="configuracoes_especiais.php" onmouseover="OcultarTodosMenus();" title="Clique aqui para gerenciar configurações especiais do sistema..." id="actCFG">Configurações</a></td>
<!-- SAIR -->
<td align="right"><a href="/sol/login.php?acao=sair" id="actSair" target="_parent">Sair do sistema </a></td>
</tr>
</table>
<!-- FIM DE MENU DO SISTEMA -->
<table width="100%" cellpadding="5" cellspacing="0" align="left" id="tblVersaoTop">
<tr style="background-color:#CCCCCC;">
<td valign="top" style="color:#666666;"> <em>Selecione uma opção no menu acima.</em></td>
<td align="right"><em>Versão: <?=$versaosys?></em> </td>
</tr>
</table>
<!-- FIM DE MENU DE OPCOES -->
</td>
</tr>