














function openWindow(ThisUrl)
{


window.open (ThisUrl, "newwindow", "height=400,	width=700, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, top="+((screen.height-400)/2)+",left="+((screen.width-700)/2)+", location=yes ");
return true;
}


function mostrarCabecera()
{
/*
<!-- / TABLA SUPERIOR que contiene el logo rojo de Honeywell y tres enlaces en la parte derecha --> 
*/
document.write('<!-- 3 -->');
document.write('<table cellSpacing="0" cellPadding="0" width="760" border="0">');
document.write('  <tbody>');
document.write('  <tr>');
/*
<!-- / Enlace: Logo rojo de Honeywell esquina superior izquierda --> 
*/
document.write(' <!--nPoint: Honeywell Logo-->');
document.write('    <td><p id=logo><a href="http://www.honeywell.es/" target="_blank">');
document.write('      <img src="/_imagen/Honeywell.gif" alt="Honeywell" title="Honeywell" align=absMiddle border="0" width="146" height="26" /></a></p></td>');
document.write('    <td class=hlinks align=right>');
document.write('      <p id=hlinks>');
/*
<!-- / Enlaces: 'Honeywell.es y Honeywell Building Solution' en la parte superior derecha (la flecha roja está incluida en cada imagen) --> 
*/
document.write('		<a href="http://www.honeywell.es/" target="_blank">');
document.write('		<img src="/_imagen/txt_honeywell.gif" height="11"  alt="Honeywell" border="0" /></a>&nbsp;&nbsp;&nbsp; ');

document.write('		<a href="http://www.honeywellsp.com/hw_productos_servicios/hw_edificios/Hw_control_Edificios.htm" target="_blank">');
document.write('		<img src="/_imagen/txt_honeywell_building.gif" height="11"  alt="Honeywell Building Solutions" border="0" /></a>&nbsp;&nbsp;&nbsp; ');

document.write('	  </p>');
document.write('    </td>');

document.write('  </tr>');
document.write(' </tbody>');
document.write('</table>');
/*
<!-- / FINAL DE LA TABLA SUPERIOR --> 
*/

} 






