// JavaScript Document
var ruta="http://www.amiab.com/nuevawebempresa/"

$("#marco").ready(function() {
	shortcut.add("Ctrl+e", function() {
		//Grupo empresarial
		location.href=runta;
	});
	shortcut.add("Ctrl+f", function() {
		//Fin Social
		location.href="http://www.amiab.com/nuevawebsocial/";
	});
	shortcut.add("Ctrl+d", function() {
		//¿Donde estamos?
		location.href=ruta+"/index.php?option=com_content&task=view&id=16&Itemid=31";
	});
	shortcut.add("Ctrl+a", function() {
		//Actualidad
		location.href=ruta+"/index.php?option=com_content&task=blogsection&id=1&Itemid=97";
	});
	shortcut.add("Alt+d", function() {
		//Club Deportivo
		location.href="http://www.amiab.com/nuevawebsocial/index.php?option=com_content&task=view&id=14&Itemid=37";
	});
	shortcut.add("Ctrl+c", function() {
		//Contactar
		location.href=ruta+"/index.php?option=com_content&task=view&id=53&Itemid=99";
	});
	shortcut.add("Ctrl+p", function() {
		//Zona privada
		location.href=ruta+"/index2.php";
	});
	shortcut.add("Alt+p", function() {
		//Presentacion
		location.href=ruta+"/index.php?option=com_content&task=view&id=45&Itemid=88";
	});
	shortcut.add("Alt+o", function() {
		//Organigrama
		location.href=ruta+"/index.php?option=com_content&task=view&id=46&Itemid=89";
	});
	shortcut.add("Alt+z", function() {
		//Zona empresarial
		location.href=ruta+"/index.php?option=com_content&task=view&id=12&Itemid=27";
	});
	shortcut.add("Alt+c", function() {
		//Clientes destacados
		location.href=ruta+"/index.php?option=com_content&task=view&id=50&Itemid=94";
	});
	shortcut.add("Alt+c", function() {
		//Colaboradores
		location.href=ruta+"/index.php?option=com_content&task=view&id=24&Itemid=51";
	});
	shortcut.add("Shift+c", function() {
		//Servicios Comunicacion Integral
		location.href=ruta+"/index.php?option=com_content&task=view&id=13&Itemid=54";
	});	
	shortcut.add("Shift+l", function() {
		//Servicios limpieza
		location.href=ruta+"/index.php?option=com_content&task=view&id=19&Itemid=60";
	});	
	shortcut.add("Shift+g", function() {
		//Gestion grandes colectivos
		location.href=ruta+"/index.php?option=com_content&task=view&id=25&Itemid=68";
	});
	shortcut.add("Shift+h", function() {
		//Sevicios higienico-sanitarios
		location.href=ruta+"/index.php?option=com_content&task=view&id=20&Itemid=61";
	});
	shortcut.add("Shift+p", function() {
		//Pintura y decoracion
		location.href=ruta+"/index.php?option=com_content&task=view&id=21&Itemid=62";
	});
	shortcut.add("Shift+m", function() {
		//Manufacturas
		location.href=ruta+"/index.php?option=com_content&task=view&id=22&Itemid=63";
	});
	shortcut.add("Shift+q", function() {
		//Gestion de quioscos
		location.href=ruta+"/index.php?option=com_content&task=view&id=48&Itemid=91";
	});
	shortcut.add("Alt+g", function() {
		//Gasolineras
		location.href=ruta+"/index.php?option=com_content&task=view&id=23&Itemid=64";
	});
	shortcut.add("Alt+l", function() {
		//LAvado automatico
		location.href=ruta+"/index.php?option=com_content&task=view&id=24&Itemid=65";
	});

	shortcut.add("Alt+a", function() {
		//Aviso legal
		window.open(ruta+"/templates/amiabgrupoempresa_capas/aviso_legal.php","Aviso legal","location=0,status=0,scrollbars=1,width=650,height=550"); 
	});
	shortcut.add("Alt+v", function() {
		//Politica de privacidad
		window.open(ruta+"/templates/amiabgrupoempresa_capas/privacidad.php","Política de privacidad","location=0,status=0,scrollbars=1,width=650,height=550"							);
	});
	shortcut.add("F10", function() {
		//Ayuda
		location.href=ruta+"/index.php?option=com_content&task=view&id=55&Itemid=101";
	});
});
