function politica(){
	var width = 600;  
	var height = 600;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('politicas_privacidad.html','politicas', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=yes');
	}

function terminos(){
	var width = 600;  
	var height = 600;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('terminos_condiciones.html','terminos', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=yes');
	}
	
	function i_politica(){
	var width = 600;  
	var height = 600;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('privacy_policy.html','politicas', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=yes');
	}

function i_terminos(){
	var width = 600;  
	var height = 600;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('terms_conditions.html','terminos', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=yes');
	}

	
function mapa(){
	var width = 685;  
	var height = 570;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('mapa.html','mapa', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=Yes, menubar=Yes, status=Yes, toolbar=Yes, scrollbars=Yes, status=Yes, resizable=Yes');
	}
	
function contacto(){
	var width = 780;  
	var height = 350;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('formularios/contacto.html','terminos', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=no');
	}
	
function i_contacto(){
	var width = 780;  
	var height = 350;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('formularios/i_contacto.html','terminos', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=no');
	}
	
function cotizacion(){
	var width = 850;  
	var height = 600;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('formularios/cotizacion.html','terminos', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=yes');
	}
	
function quejas_sugerencias(){
	var width = 780;  
	var height = 350;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('formularios/quejas_sugerencias.html','terminos', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=no');
	}

function i_quejas_sugerencias(){
	var width = 780;  
	var height = 350;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('formularios/i_quejas_sugerencias.html','terminos', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=no');
	}

