//Funcion para el scroll
function mCustomScrollbars(){
	$("#subinfo").mCustomScrollbar("vertical",200,"easeOutCirc",1.25,"fixed","yes","no",0);  
}
$.fx.prototype.cur = function(){
	if ( this.elem[this.prop] != null && (!this.elem.style || this.elem.style[this.prop] == null) ) {
		return this.elem[ this.prop ];
	}
	var r = parseFloat( jQuery.css( this.elem, this.prop ) );
	return typeof r == 'undefined' ? 0 : r;
}
//Para hacer columnas de 560px de alto
function saltar(i){
	var altura = document.getElementById('lista_'+i).offsetHeight;
	if (altura >=560) return true;
}
function salto(i){
		i++;
		document.write('</li><li id="lista_'+i+'">');
}
