function checkEnter(e){ //e is event object passed from function invocationvar characterCode 		//literal character code will be stored in this variable	if(e && e.which){ //if which property of event object is supported (NN4)		e = e		characterCode = e.which //character code is contained in NN4's which property	}else{		e = event		characterCode = e.keyCode //character code is contained in IE's keyCode property	}		if(characterCode == 13){ //if generated character code is equal to ascii 13 (if enter key)		document.location="javascript:buscarGeneral()";		return false 	}	else{		return true 	}}function cabeceraOM(){	document.write("<map name='Map' id='Map'><area shape='rect' coords='683,5,742,49' href='../ingles/mapa_poligonos.asp' title='In English' /><area shape='rect' coords='684,53,742,93' href='#'  title='En espa&ntilde;ol'/></map>");	document.write("<table width='100%' bgcolor='#b31313'>");	document.write("<tr>");	document.write("<td>");	document.write("<table border='0' align='center' cellpadding='0' cellspacing='0' width='759'>");	document.write("  <tr>");		document.write("   <td><img src='../imagenes/spacer.gif' width='18' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='68' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='74' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='99' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='122' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='48' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='110' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='66' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='133' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='21' height='1' border='0' alt=''></td>");
	document.write("   <td><img src='../imagenes/spacer.gif' width='1' height='1' border='0' alt=''></td>");
	document.write("  </tr>");
	document.write("  <tr>");
	document.write("   <td colspan='11'><img name='home_r1_c1' src='imagenes/home_r1_c1.png' width='759' height='101' border='0' alt='' usemap='#Map'></td>");	
	document.write("  </tr>");
	document.write("  <tr>");
	document.write("   <td colspan='11' align='left'>");
	// ..................................................tabla de botones
	document.write("<table width='735' align='center' border='0' cellpadding='0' cellspacing='0'>");	document.write("<tr>");	document.write("<td align='right'><a href='mapa_poligonos.asp'><img name='home_r2_c1' src='imagenes/home_r2_c1.png' border='0' alt='Polígonos industriales'></a></td>");	
document.write("<td  bgcolor='#4C0B0B'><a href='busqueda.asp?tabla=t_empresas_pub'><img name='home_r2_c2' src='imagenes/home_r2_c2.png' border='0' alt='Empresas'></a></td>");	
document.write("<td bgcolor='#4C0B0B'><a href='listadoOM.asp?tabla=t_noticias_pub'><img name='home_r2_c3' src='imagenes/home_r2_c3.png' border='0' alt='Noticias'></a></td>");	
document.write("<td  bgcolor='#4C0B0B'><img name='home_r2_c4' src='imagenes/home_r2_c4.png' border='0' alt='Colaboradores institucionales'></a></td>");	
document.write("<td  bgcolor='#4C0B0B'><a href='acerca.html'><img name='home_r2_c5' src='imagenes/home_r2_c5.png' border='0' alt='Acerca de'></a></td>");	
document.write("<td  bgcolor='#4C0B0B'><a href='contacto.asp'><img name='home_r2_c6' src='imagenes/home_r2_c6.png'  border='0' alt='Contactar mailto:poligonos@camarazaragoza.com'></a></td>");	
document.write("<td bgcolor='#b31313'><img name='home_r2_c7' src='imagenes/home_r2_c7.png' border='0' alt='Buscar'></td>");	document.write("<td bgcolor='#b31313'><input onKeyPress='checkEnter(event)' class='menusAnteriores' onsubmit='javascript:buscarGeneral()' name='strbusqueda'  id='strbusqueda' type='text' size='12'></td>");	document.write("<td align='left' bgcolor='#b31313'><a href='javascript:buscarGeneral();'><img name='ir' src='imagenes/ir.png'  border='0' alt='Realizar la búsqueda'></a></td>");	document.write("</tr>");	document.write("</table>");	
	// ..........................................................fin tabla de botones		document.write("  </td>");	document.write("  </tr>");	//document.write("  <tr>");	//document.write("   <td colspan='3'><img name='home_r3_c1' src='imagenes/home_r3_c1.png' width='160' height='1' border='0' alt=''></td>");	//document.write("   <td colspan='5'><img name='home_r3_c6' src='imagenes/home_r3_c6.png' width='378' height='1' border='0' alt=''></td>");	//document.write("   <td><img src='imagenes/spacer.gif' width='1' height='1' border='0' alt=''></td>");	//document.write("  </tr>");	document.write("  <tr>");	document.write("   <td background='imagenes/home_r4_c1.png'></td>");	document.write("   <td colspan='8'  bgcolor='#FFFFFF' valign='top'>");	document.write("	 <table width='100%'>");	document.write("	 <tr>");	document.write("	 <td valign='top'>&nbsp;");}function pieOM(){	document.write("	 </td>");	document.write("	 </tr>");	document.write("	 </table>");	document.write("	 </td>");	document.write("   <td  background='imagenes//home_r4_c10.png'></td>");	document.write("   <td><img src='imagenes/spacer.gif' width='1' height='561' border='0' alt=''></td>");	document.write("  </tr>");	document.write("  <tr>");	document.write("   <td rowspan='2' colspan='6'><img name='home_r5_c1' src='imagenes/home_r5_c1.png' width='429' height='81' border='0' alt=''></td>");	document.write("   <td colspan='3'><img name='home_r5_c7' src='imagenes/home_r5_c7.png' width='310' height='48' border='0' alt=''  usemap='#Map'><map name='Map'><area shape='rect' coords='52,21,170,32' href=\"javascript:window.open('http://www.camarazaragoza.com/corporativos.html','corporativos','toolbar=no,scrollbars=no,resizable=no,width=510,height=435');void(0);\"><area shape='rect' coords='179,21,254,34' href=\"javascript:window.open('http://www.camarazaragoza.com/avisolegal.html','aviso','toolbar=no,scrollbars=yes,resizable=no,width=530,height=435');void(0)\"><area shape='rect' coords='87,34,254,46' href='http://www.macromedia.com/go/getflashplayer' target='_blank'></map></td>");	document.write("   <td rowspan='2'><img name='home_r5_c10' src='imagenes/home_r5_c10.png' width='21' height='81' border='0' alt=''></td>");	document.write("   <td><img src='imagenes/spacer.gif' width='1' height='48' border='0' alt=''></td>");	document.write("  </tr>");	document.write("  <tr>");	document.write("   <td colspan='3'><img name='home_r6_c7' src='imagenes/home_r6_c7.png' width='310' height='33' border='0' alt=''></td>");	document.write("   <td><img src='imagenes/spacer.gif' width='1' height='33' border='0' alt=''></td>");	document.write("  </tr>");	document.write("</table>");	document.write("</td>");	document.write("</tr>");	document.write("</table>");}