$(document).ready( function () {
		$('#home').click(function (){
				document.location='index.php';
		});
		
		$('#contacto').click(function (){
				document.location='menu/contacto.php';
		});
		
		$('#problemasAqua').click(function (){
				document.location='menu/problemasAgua.php';
		});
		
		$('#compania').click(function (){
				document.location='menu/compania.php';
		});
		$('#entra').click(function (){
				document.location='oficina_privada/ofic_priv.php';
		});
		$('#productos').click(function () {
					$.fn.colorbox({ iframe:true, opacity:0.6, scrolling:true, width:'1010px', height:"800px",href:"../pproductos.html" });							
			});
		$('#clientes').click(function (){
				document.location='menu/clientes.php';
		});
		$('#servicio').click(function (){
				document.location='menu/instalaciones.php';
		});
		$('#comparte').click(function (){
				document.location='menu/comparte.php';
		});
		$('#lanp').click(function (){
				document.location='presneg/startlog.php';
		});
		$('#testimonios').click(function (){
				document.location='menu/testimonios.php';
		});
		$('#intphome').click(function (){
				document.location='index.php';
		});
		$('#calidad').click(function (){
				document.location='menu/calidadvid.php';
		});
});


