// JavaScript Document
$(document).ready(function () {

$('#producto_1').click(function () {
					document.location="catalogo/lineas.php";
					});

$('#producto_2').click(function () {
					document.location="catalogo/sensapure.php";
					});

$('#producto_3').click(function () {
					document.location="catalogo/purematix.php";
					});

$('#producto_4').click(function () {
					document.location="catalogo/h2soft.php";
					});

$('#producto_5').click(function () {
					document.location="catalogo/stopper.php";
					});

$('#producto_6').click(function () {
					document.location="catalogo/aquasave.php";
					});

$('#producto_7').click(function () {
					document.location="catalogo/aquafree.php";
					});

$('#producto_8').click(function () {
					document.location="catalogo/raintec.php";
					});

$('#residencial').click(function () {
					document.location="hidrosafereside.php";							
			});
$('#comercial').click(function () {
					document.location="hidrosafecomer.php";	
			});
});
