//Codigos para montar paginas
function cabecalho(){

	//Inicia escrita da página parte do cabeçalho
	//document.write('<html><head><title>Pousada Das Flores Inn</title></head>');
document.write('<body bgcolor="#010066" link="#00FFFF" vlink="#C0C0C0" alink="#FF9999" topmargin="0" leftmargin="0">');
document.write('<div align="center"><center>');
document.write('<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="100%"> <tr><td width="100%" align="center" valign="top">');
document.write(' <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber10" bgcolor="#010066">');
document.write('  <tr><td width="100%" align="center" valign="top"><br>');
document.write('  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="750" id="AutoNumber4">');
document.write('   <tr>');
document.write('     <td width="150" align="right">');
document.write('     <a href="ingles/index.html"><img border="0" src="imagens1/b_English.jpg" alt="Enter" width="54" height="52"><br>');
document.write('     <a href="italiano/index.html"><img border="0" src="imagens1/b_Italiano.jpg" alt="Entrare" width="54" height="52"></td>');
document.write('     <td width="450" align="center"><a title="Voltar à página Inicial" href="index.html"><img border="0" src="imagens1/logo2.gif" alt="Início" width="379" height="113"></a><a href="index.html"><img border="0" src="imagens1/home.jpg" alt="Início" width="36" height="48"></a><br><br></td>');
document.write('     <td width="150" align="left">');
document.write('     <a href="noruegues/index.html"><img border="0" src="imagens1/b_Norsh.jpg" alt="???" width="54" height="52"><br>');
document.write('     <a href="espanhol/index.html"><img border="0" src="imagens1/b_Espanhol.jpg" alt="Entrar" width="54" height="52"></td>');
document.write('   </tr>');
document.write('   <tr>');
document.write('   <td width="100%" height="80" colspan="3">');
document.write('        <p align="center"><img border="0" src="imagens1/myLinhaAlfa.gif" width="100%" height="4"><br><br>');
document.write('        <a href="abrepousada.html">     <img border="0" src="imagens1/btPousada.jpg" width="90" height="28"></a>&nbsp;     <a href="contato.php">     <img border="0" src="imagens1/btContato.jpg" width="90" height="28"></a>&nbsp;     <a href="flazer_spop.html">     <img border="0" src="imagens1/btLazer.jpg" width="90" height="28"></a>&nbsp;     <a href="fpasseios_if.html">     <img border="0" src="imagens1/btPasseios.jpg" width="90" height="28"></a>&nbsp;     <a href="fimoveis.html">     <img border="0" src="imagens1/btImoveis.jpg" width="90" height="28"></a>&nbsp;');
document.write('    </p>     </td></tr>   </table>');
document.write('</td></tr>  </table>');
}


function rodape(){
	//inicia escrita do rodapé da página
	document.write('  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="750" id="AutoNumber6">');
	document.write('    <tr><td width="100%" height="10">');
	document.write('     <p align="center">');
	document.write('     <img border="0" src="imagens1/linhabranca.jpg" width="100%" height="2"></td></tr>');
	//
	//document.write('    <tr><td width="100%" height="10">');
	//document.write('     <font face="Arial" size="3" color="#FF0000">');
	//document.write('     MODELO EM DESENVOLVIMENTO</font></td></tr>');
	//
	document.write('    <tr><td width="100%" align="center"><b><font face="Arial"><font color="#FFFFFF">');
	document.write('      Das Flores Inn Pousada<br>');
	document.write('      (+ 55) (84) 3236 2915 - 3236 2953 - 3219 2457</font><font color="#FFFFFF" size="5"><br>');
	document.write('      </font></font></b><font color="#FFFFFF" face="Arial"><font size="2">Rua Francisco Gurgel, 9076 - Ponta Negra - Natal - RN - Brasil - CEP 59.090-050</font><b><br>');
	document.write('      </b></font><font color="#FFFFFF" face="Verdana"><a href="mailto:contato@dasfloresinn.com.br">');
	document.write('      <font size="2">contato@dasfloresinn.com.br</font></a><font size="1"></font></font></td></tr>');
	document.write('    <tr><td width="100%" align="center">');
	document.write('     <img border="0" src="imagens1/linhabranca.jpg" width="100%" height="2"><br>');
	document.write('     <font face="Arial" size="1" color="#FFFFFF">');
	document.write('     Design: Sergio Thomas - <a href="mailto:sergio@sergiothomas.art.br">');
	document.write('     sergio@sergiothomas.art.br</a>&nbsp; -&nbsp; Developer: Luis Herrera');
	document.write('     - <a href="mailto:luis@hcconsultoria.com.br">');
	document.write('     luis@hcconsultoria.com.br</a> </font></td></tr>');
	document.write('  </table>');
	document.write(' </tr>');
	document.write(' </table>');
	document.write(' </center>');
	document.write('</div>');
}
