/************* FUNCIONES PARA KALL*****************/



function menuAcordionInicio_kall(){
	
	$("#cortinas").accordion
		({
			header: "h3",
			autoHeight: false,
			
		});
		
		efectoKallInicio();
	
	}
	
	function menuAcordionCursos_kall(){
	
	$("#cortinas").accordion
		({
			header: "h3",
			autoHeight: false,
			
		});
		
		efectoKallCursos();
	
	}
	
	function efectoKallInicio(){
		
		//servicios de suscripción mensual
	$("#seccion1").css({'background':'url('+PATH+'modulos/img/tit_servsusc_down.png)', 'border' : 'none' ,'background-repeat' : 'no-repeat' });
	$("#seccion1").hover
	(
		function(){$(this).css({'background':'url('+PATH+'modulos/img/tit_servsusc.png)' , 'border' : 'none' ,'background-repeat' : 'no-repeat'});},
		function(){$(this).css({'background':'url('+PATH+'modulos/img/tit_servsusc_down.png)' , 'border' : 'none' ,'background-repeat' : 'no-repeat'});}
	);
	
	//Requisitos
	$("#seccion2").css({'background':'url('+PATH+'modulos/img/tit_servpers.png)', 'border' : 'none' ,'background-repeat' : 'no-repeat' });
	$("#seccion2").hover
	(
		function(){$(this).css({'background':'url('+PATH+'modulos/img/tit_servpers_down.png)' , 'border' : 'none' ,'background-repeat' : 'no-repeat'});},
		function(){$(this).css({'background':'url('+PATH+'modulos/img/tit_servpers.png)' , 'border' : 'none' ,'background-repeat' : 'no-repeat'});}
	);
		
		}
		
		function efectoKallCursos(){
		
		//Crusos por iniciar
	$("#seccion1").css({'background':'url(http://www.110k.com/~espejo/modulos/img/est/tit_curs_inic.png)', 'border' : 'none' ,'background-repeat' : 'no-repeat' });
	
	$("#seccion1").hover
	(
		function(){$(this).css({'background':'url(http://www.110k.com/~espejo/modulos/img/est/tit_curs_inic_down.png)' , 'border' : 'none' ,'background-repeat' : 'no-repeat'});},
		function(){$(this).css({'background':'url(http://www.110k.com/~espejo/modulos/img/est/tit_curs_inic.png)' , 'border' : 'none' ,'background-repeat' : 'no-repeat'});}
	);
	//cursos resolutor
	$("#seccion2").css({'background':'url(http://www.110k.com/~espejo/modulos/img/est/tit_sala_reso.png)', 'border' : 'none' ,'background-repeat' : 'no-repeat' });
	$("#seccion2").hover
	(
		function(){$(this).css({'background':'url(http://www.110k.com/~espejo/modulos/img/est/tit_sala_reso_down.png)' , 'border' : 'none' ,'background-repeat' : 'no-repeat'});},
		function(){$(this).css({'background':'url(http://www.110k.com/~espejo/modulos/img/est/tit_sala_reso.png)' , 'border' : 'none' ,'background-repeat' : 'no-repeat'});}
	);
	
	
		
		}
		



function cargarAreaCursosResolutor(area)
{
	Capa=getElement('kallresolutor');
	Archivo="http://www.110k.com/modulos/cursos_kallresolutor.php";
	var URL="area="+area;
	
	procesarajax(Capa,Archivo,URL);


}

function cargarAreaCursosKall(area)
{
	Capa=getElement('kallcursos');
	Archivo="http://www.110k.com/modulos/cursoskall.php";
	var URL="area="+area;
	
	procesarajax(Capa,Archivo,URL);


}
