// Función para hacer el SLIDE del menú izquierdo

function MM_effectSlide(targetElement, duration, from, to, toggle) {
	Spry.Effect.DoSlide(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}