var fechaActual=new Date();
var anyo=fechaActual.getFullYear();

function irApresentacion(){
		document.location.href="./presentacion.html"
}
function irAservicios(){
	document.location.href="./servicios.html"
}
function irAobras(){
	document.location.href="./obras.html"
}
function irAseguridadDia(){
	document.location.href="./seguridadAlDia.html"
}
function irAenlaces(){
	document.location.href="./enlaces.html"
}
function irAcontacto(){
	document.location.href="./contacto.html"
}
function irAhome(){
	document.location.href="./index.html"
}
function entrar(){
	document.location.href="./presentacion.html"
}
function popupNoticias(){
	window.open("./noticias.html","Noticias","left=100,top=200,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=200");
}
function popupArticulos(){
	window.open("./articulos.html","Noticias","left=100,top=200,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=200");
}
function popupEventos(){
	window.open("./eventos.html","Noticias","left=100,top=200,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=200");
}
function verCentrosComerciales(){
	document.location.href="./obrasCentrosComerciales.html"
}
function verViviendas(){
	document.location.href="./obrasViviendas.html"
}
function verHotelesOficinas(){
	document.location.href="./obrasUsoHotelero.html"
}
function verObrasIndustriales(){
	document.location.href="./obrasUsoIndustrial.html"
}
function verFotos(url){
	window.open(url,'Fotos','toolbar=0,resizable=0,width=700,height=450');
}





