function escribirDireccion(){

	txt = "";
	txt += "ESTRUCTURAS M.H.B., S.A.<br />\n";
	txt += "C/ ECHEGARAY, 4 - 4º A.<br />\n";
	txt += "28932 MÓSTOLES (MADRID)<br /><br />\n";

	txt += "TELF.   916 132 976<br />\n";
	txt += "FAX.    916 139 200<br /><br />\n";

	txt += "<a href=\"mailto:mhb@estructurasmhb.es\">mhb@estructurasmhb.es</a><br />\n";
	txt += "<a href=\"http://www.estructurasmhb.es\">http://www.estructurasmhb.es</a><br /><br />\n";
	document.write(txt);
}
