/* medialoon.com */
(function($) 
{
	$(document).ready(function(){	
		$("#slider2").easyMultipleSlider({
			number_slides_visible:4,
			auto: true,
			continuous: true,
			speed: 2000,
			pause: 8000,
			nextId: "slider1next2",
			prevId: "slider1prev2"
		});
	});
})(jQuery);

//-----------------------------------------
function open_world_box()
{
	$("#world_box").show();
}
function close_world_box()
{
	$('#world_box').fadeOut('fast');
}
	
var sino = 'si';
function onoff_world(hoveritem)
{
	if (sino == 'si') 
	{
		open_world_box();
		sino = 'no';
	} 
	else {
		close_world_box();
		sino = 'si';
	}
}
//-----------------------------------------
function expandirMenu(id) 
{
	try {
		if(document.getElementById(id).style.display == "none") {
			document.getElementById(id).style.display = "";
		} else{
			document.getElementById(id).style.display = "none";
		}
	}
	catch(e){
		// alert(e);
	}
}
//-----------------------------------------
function pop_player_seo_es()
{
	window.open('player_marmusica.php', this.target, "width=300,height=250,toolbar=no,resizable=no");
	<!-- window.open(this.href, this.target, "width=300,height=250,toolbar=no,resizable=no"); -->
}

function pop_player_seo_en()
{
	window.open('player_marmusica.php', this.target, "width=300,height=250,toolbar=no,resizable=no");
	<!-- window.open(this.href, this.target, "width=300,height=250,toolbar=no,resizable=no"); -->
}

