// Topo da tabela
var top =  '';
	top += '<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">';
	top += '<tr>';
	top += '<td valign="top">';

// Meio da tabela
var middle =  '';
	middle += '</td>';
	middle += '</tr>';
	middle += '<tr>';
	middle += '<td height="22" background="../../imagens/fundo_botton.jpg">';

// Rodapé da tabela
var botton =  '';
	botton += '</td>';
	botton += '</tr>';
	botton += '</table>';

// Assinatura da PWPP
var assinatura =  '';
	assinatura += '<table width="693" border="0" cellspacing="0" cellpadding="0" align="center">';
	assinatura += '<tr>';
	assinatura += '<td class="txtBranco">&nbsp;&nbsp;&nbsp;&nbsp;© 2004 - Ao Ponto. Todos os direitos reservados.</td>';
	assinatura += '<td class="txtBranco" align="right"><a href="http://www.perverte.com.br" class="txtBranco" target=_blank>Perverte Design</a>&nbsp;&nbsp;</td>';
	assinatura += '</tr>';
	assinatura += '</table>';

// Topo com logo
var topo =  '';
	topo += '<table width="100%" border="0" cellspacing="0" cellpadding="0">';
	topo += '<tr>';
	topo += '<td><a href="../home/"><img src="../../imagens/topo_logo.gif" width="105" height="90" border="0"></a></td>';
	topo += '<td align="right" valign="top">'; 
	topo += '<table border="0" cellspacing="0" cellpadding="0">';
	topo += '<tr>';
	topo += '<td colspan="2"><img src="../../imagens/vazio.gif" width="1" height="25"></td>';
	topo += '</tr>';
	topo += '<tr>';
	home = ((document.location+'-').indexOf('/home/')!=-1)?true:false;
	if(home == true){
		topo += '<td colspan="2"><img src="../../imagens/vazio.gif" width="1" height="12" border="0"></td>';
	}else{
		topo += '<td><a href="../home/"><img src="../../imagens/topo_home.gif" width="19" height="12" border="0"></a></td>';
		topo += '<td width="92"><a href="../home/" class="txtPretoClaro">Página Inicial</a></td>';
	}
	topo += '</tr>';
	topo += '<tr>'; 
	topo += '<td colspan="2"><img src="../../imagens/topo_telefone.gif" width="111" height="30"></td>';
	topo += '</tr>';
	topo += '</table>';
	topo += '</td>';
	topo += '</tr>';
	topo += '</table>';

// Menu Rodapé
var menu =  '';
	menu += '<table width="580" border="0" cellspacing="0" cellpadding="0">';
	menu += '<tr>';
	menu += '<td background="../../imagens/pontilhado.gif"><img src="../../imagens/vazio.gif" width="1" height="1"></td>';
	menu += '</tr>';
	menu += '<tr>';
	menu += '<td><img src="../../imagens/vazio.gif" width="1" height="10"></td>';
	menu += '</tr>';
	menu += '<tr>';
	menu += '<td align="center" class="txtPretoClaro">';
	// ------------- INICIO -------------  Opções do MENU
	menu += '<a href="../home/" class="txtPretoClaro">Inicial</a> | ';
	menu += '<a href="../empresa/dados.asp" class="txtPretoClaro">Empresa</a> | ';
	menu += '<a href="../produtos/admin_restaurantes.asp" class="txtPretoClaro">Produtos</a> | ';
	menu += '<a href="../clientes/" class="txtPretoClaro">Clientes</a> | ';
	menu += '<a href="../noticias/" class="txtPretoClaro">Notícias</a> | ';
	menu += '<a href="../alimentacao/doces.asp" class="txtPretoClaro">Alimentação</a> | ';
	menu += '<a href="../contato/" class="txtPretoClaro">Fale Conosco</a>';
	// ------------- FIM ----------------  Opções do MENU
	menu += '</td>';
	menu += '</tr>';
	menu += '<tr>';
	menu += '<td><img src="../../imagens/vazio.gif" width="1" height="10"></td>';
	menu += '</tr>';
	menu += '</table>';

