',2);
if (p3[0] && p3[0]!='') {
eval(p3[0]);
texto=p1[0]+p3[1];
texto=rescatar_script(texto);
}
}
return texto;
}
function ejecutarAjax(datos,objeto) {
misDatos = datos[0];
miObjeto = objeto[0];
datos.shift();
objeto.shift();
if (miObjeto != false) {
divResultado = document.getElementById(miObjeto);
}
ajax = objetoAjax();
ajax.open('GET', misDatos);
ajax.onreadystatechange=function() {
if (ajax.readyState==4) {
if (ajax.responseText != '-1') {
texto=rescatar_script(ajax.responseText);
if (miObjeto != false) {
divResultado.innerHTML = texto;
}
}
else if (ajax.responseText == '-1') {
if (miObjeto != false) {
divResultado.parentNode.removeChild(divResultado);
}
}
ajax = null;
if (datos.length > 0) {
ejecutarAjax(datos,objeto);
}
}
}
ajax.send(null);
}
var intPop
function popup(texto,tiempo,titulo,ancho,posX,posY,fondo,cerrar,java) {
if (titulo == undefined) {
titulo = '';
}
tamanoTitulo = ancho - 130;
if (cerrar == false) {
mensaje = '
' + titulo + '
' + texto + '
';
}
else {
if (java != '') {
mensaje = '' + texto + '
';
}
else {
mensaje = '' + texto + '
';
}
}
var aviso = document.getElementById('avisos');
aviso.style.display= 'block';
if (fondo != false) {
aviso.style.backgroundColor = fondo;
}
if (window.innerHeight){
//navegadores basados en mozilla
var anchura = window.innerWidth;
var altura = window.innerHeight;
}
else if (document.body.clientHeight){
//Navegadores basados en IExplorer, es que no tengo innerheight
var anchura = document.body.clientWidth;
var altura = document.body.clientHeight;
}
aviso.innerHTML = mensaje;
var xScroll = window.pageXOffset;
var yScroll = window.pageYOffset;
if (ancho != undefined) {
aviso.style.width = ancho + 'px';
}
if (posY != false) {
aviso.style.top = posY + 'px';
}
else {
aviso.style.top = (((altura - aviso.offsetHeight) / 2) + yScroll) + 'px';
}
if (posX != false) {
aviso.style.left = posX + 'px';
}
else {
aviso.style.left = (((anchura - aviso.offsetWidth) / 2) + xScroll) + 'px';
}
if (aviso.offsetTop < 100) {
aviso.style.top = '80px';
}
if (tiempo > 0) {
intPop = setInterval(cerrarPopup,tiempo,java);
}
}
function cerrarPopup(java) {
var aviso = document.getElementById('avisos');
aviso.style.display= 'none';
aviso.style.top = '0px';
aviso.style.left = '0px';
aviso.innerHTML = '';
clearInterval(intPop);
if (java != '') {
window.open(java,'_self');
}
}
function desplegable(contenido,posX,posY,myWidth) {
mensaje = '' + contenido + '
';
var desplegable = document.getElementById('desplegable');
desplegable.style.opacity = 1;
desplegable.style.display= 'block';
desplegable.innerHTML = mensaje;
desplegable.style.top = posY + 'px';
desplegable.style.left = posX + 'px';
intDesp = setInterval('cerrarDesplegable()',2000);
}
function cierre() {
clearInterval(intDesp);
var desplegable = document.getElementById('desplegable');
desplegable.style.display= 'none';
desplegable.style.top = '0px';
desplegable.style.left = '0px';
desplegable.innerHTML = '';
}
function cerrarDesplegable() {
var desplegable = document.getElementById('desplegable');
if (desplegableActivo == 0) {
$('#desplegable').animate({'opacity': 0});
}
if (desplegable.style.opacity == 0) {
cierre();
}
}
Venta online de artículos hidrosanitarios
Atención al cliente:
de lunes a viernes de 8:00 a 13:30 y de 15:30 a 19:30.
968 324 742
CATEGORÍAS
MARCAS
SUSCRÍBETE
Si quieres recibir todas nuestras promociones, novedades, ofertas y actividades suscríbete a nuestro newsletter. Introduce a continuación tu dirección de correo electrónico y te añadiremos a nuestra lista de notificaciones.
*Importante: Si proporcionas tu dirección de correo electrónico, significa que estás de acuerdo en recibir nuestras comunicaciones y aceptas nuestra
política de privacidad
Productos destacados
Capacidades desde 30 hasta 200 litros
Producto agotado
Capacidades desde 30 hasta 200 litros
Producto agotado
Capacidades desde 30 hasta 200 litros
Producto agotado
*Precios con el iva incluido.

© Copyright 2013 - 2021. DIMAHISUR. DISTRIBUCIONES HIDROSANITARIAS.
info@dimahisur.com. 968 324 742