$(document).ready(function() {
	//715 , 570

	var height = $(window).height()-50;
	var width  = height*1.25;
	/*
	$( window ).resize(function(){
		height = $(window).height()-50;
		width  = height*1.25;  
	}); 
	*/     
	$('a[rel="modalVideo"]:first').fancybox({
		'frameWidth': width,
        'frameHeight': height,
        'hideOnContentClick': false, 
		'hideOnContentClick': false,
		callbackOnStart : function(){
		//	$('#fancy_outer').width(width+20);
		//	$('#fancy_outer').height(height+20);
			$('#videoInteractivo').html('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" bgcolor="#FFFFFF" width="'+width+'" height="'+height+'"><param name="movie" value="/img/sala-de-prensa/multimedia/pelicula.swf"><param name="bgcolor" value="#FFFFFF"><embed src="/img/sala-de-prensa/multimedia/pelicula.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" bgcolor="#FFFFFF" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed></object>');
		},
		callbackOnClose : function(){
      		$('#fancy_div').html(" ");
		}
	});
});
