$(document).ready(function(){
	$('.menulist ul a').click(function() {
		$(this).parent().siblings().children('ul').hide('fast');
		$(this).next().toggle('fast');
		return true;
	});
});

function loadFullScreen() 
{
	$("#ContentFullScreen").width($(window).width()); $("#ContentFullScreen").height($(window).height()); loadPlayerBig();
	$("#FullScreen").width($(window).width()); $("#FullScreen").height($(window).height()); loadPlayerBig();
}

function loadPlayerBig() { var soFull = new SWFObject("swf/player_gran.swf", "mi_pelicula_full", "520", "314", "9", "#FFFFFF"); soFull.addParam("wmode", ""); soFull.addParam("allowFullScreen", "false"); soFull.write("FlashFullScreen"); }
		
function openFullScreen() { $("#logoPubl").fadeTo( "def", 0.0); $("#logoPublLnk").toggle(); $("#FullScreen").fadeIn("slow", function() { $("#ContentFullScreen").fadeIn("slow"); } ); }
function closeFullScreen() { $("#ContentFullScreen").fadeOut(500, function() { $("#logoPubl").fadeTo( "slow", 1.0); $("#FullScreen").fadeOut("slow", function() { $("#logoPublLnk").toggle(); } ); } ); }
		