// JavaScript Document
function ir_inicio(){
	document.location.href="index.html";
}
document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
document.write("<!--DWLayoutTable-->");
document.write("<tr>");
document.write("<td width='22' height='50' valign='top' background='imagenes/sombra_izq_up.jpg'><!--DWLayoutEmptyCell-->&nbsp;</td>");
document.write("<td width='875' rowspan='2' valign='top'><table width='100%' border='0' cellpadding='0' cellspacing='0' background='imagenes/fondo_cab.jpg' class='cabecera_linea'>");
document.write("<!--DWLayoutTable-->");
document.write("<tr>");
document.write("<td width='50' height='50' align='center' valign='top'><img onClick='ir_inicio();' style='cursor:pointer' src='imagenes/titulo.png' width='176' height='50' /></td>");
document.write("<td width='299'>&nbsp;</td><td border='5' width='100' valign='top' class='cabecera_enlaces'>");

document.write('<a href="#" onclick="window.open(\'metal_quotes.html\',this.target,\'width=750, height=700, left=0,top=0, scrollbars=yes, menubar=no, toolbar= no, location=no, resizable=no\');" class="cabecera_enlaces">Precios Metales&nbsp;&nbsp;|</a> ');

document.write("<td width='300' valign='top' class='cabecera_enlaces'><a href='contactenos.php' class='cabecera_enlaces'>Cont&aacute;ctenos</a>&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;");

document.write('<a href="#" onclick="window.open(\'intranet_log.php\',this.target,\'width=940, height=600, left=0,top=0, scrollbars=yes, menubar=no, toolbar= yes, location=no, resizable=no\');" class="cabecera_enlaces">Intranet</a> ');

document.write("&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; <a href='mapa_site.html' class='cabecera_enlaces'>Mapa del Sitio</a> &nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp");

document.write('<a href="#" onclick="window.open(\'http://mail.castrovirreyna.com\',this.target,\'width=940, height=600, left=0,top=0,scrollbars=yes,menubar=no, toolbar=yes, location=no, resizable=no\');" class="cabecera_enlaces">Correo</a> </td>');
document.write("</tr>");
document.write("</table></td>");
document.write("<td width='22' valign='top' background='imagenes/sombra_der_up.jpg'><!--DWLayoutEmptyCell-->&nbsp;</td>");
document.write("</tr>");
document.write("</table>");
