var cabecera_sup="<table width='100%' height='154' border='0' cellpadding='0' cellspacing='0'>\n"+
"  <tr>\n"+
"    <td height='154' bgcolor='CEDCEB'><div align='center'><img src='img/cabeceraNbis.jpg' width='708' height='154'></div></td>\n"+
"  </tr>\n"+
"  <tr>\n"+
"    <td height='5'></td>\n"+
"  </tr>\n"+
"  <tr>\n"+
"    <td valign='middle' bgcolor='#b03537'><div align='center'>\n";

var enlaces="      <table height='25' border='0' align='center' cellspacing='0'>\n"+
"        <tr>\n"+
"          <td width='120'>&nbsp;</td>\n"+
"          <td width='34'><a href='index.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('inicio','','img/bot_inicio2.gif',1)'><img src='img/bot_inicio.gif' alt='Inicio' name='inicio' width='34' height='11' border='0'></a></td>\n"+
"          <td width='10'><div align='center'><img src='img/bot_barra.gif' width='2' height='13'></div></td>\n"+
"          <td width='55'><a href='pintores.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('nosotros','','img/bot_nosotros2.gif',1)'><img src='img/bot_nosotros.gif' alt='Nosotros' name='nosotros' width='55' height='11' border='0'></a></td>\n"+
"          <td width='10'><div align='center'><img src='img/bot_barra.gif' width='2' height='13'></div></td>\n"+
"          <td width='124' valign='middle'><a href='trabajos.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('trabajos','','img/bot_tr_realizados2.gif',1)'><img src='img/bot_tr_realizados.gif' alt='Nuestros Trabajos' name='trabajos' width='124' height='13' border='0' align='bottom'></a></td>\n"+
"          <td width='10'><div align='center'><img src='img/bot_barra.gif' width='2' height='13'></div></td>\n"+
"          <td width='109'><a href='clientes.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('clientes','','img/bot_nr_clientes2.gif',1)'><img src='img/bot_nr_clientes.gif' alt='Nuestros Clientes' name='clientes' width='109' height='11' border='0'></a></td>\n"+
"          <td width='10'><div align='center'><img src='img/bot_barra.gif' width='2' height='13'></div></td>\n"+
"          <td width='60'><a href='contacto.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('contacto','','img/bot_contacto2.gif',1)'><img src='img/bot_contacto.gif' alt='Contacto' name='contacto' width='55' height='11' border='0'></a></td>\n"+
"          <td width='218'>&nbsp;</td>\n"+
"        </tr>\n"+
"      </table>\n";
var cabecera_inf="    </div></td>\n"+
"  </tr>\n"+
"</table>";

function cabecera(){
	document.write(cabecera_sup+enlaces+cabecera_inf);				   
}

function pie(){
document.write(enlaces);	
}
