var params = {
  bgcolor: "#212121",
  wmode: "transparent",
  loop: true
};
var attributes = {
  align: "middle"
};
swfobject.embedSWF("index.swf", "index_film", "766", "572", "9.0.0", "index.swf", false, params);


$(document).ready(function() {
  $("#accordion").accordion({ autoHeight: false });
 });
 
 

	// increase the default animation speed to exaggerate the effect
	$.fx.speeds._default = 750;
	$(function() {
		$('div.dialog').dialog({
			autoOpen: false,
			show: 'blind',
			hide: 'fold',
			width: 500
		});
		
		$('a.opener').click(function() {
			$('#dialog_' + $(this).attr("rel")).dialog('open');
			return false;
		});
	});



