$(function() {
	$(download_movie).click(function () {
			$.ajax({
	  			type: 'POST',
				url: '/code.php',
				data: 'code=' + $(code).val() + '&id=' + fileID,
				cache: false,
				async: true,
				success: function(html){	$(downloadText).html(html);	}
			});
	});
});

	$(function() {
		
		$("#dialogHowToPAy").dialog({
			autoOpen: false,
			bgiframe: true,
			width: 760,
			height: 490,
			resizable: false,
			modal: true
		});
		
		$("#tabsPay").tabs({});
		
		$("a[rel=pre_group]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'outside',
				'titleShow'     	: 'true'
			});
		
	});

$(function() {
	$("#dialogHowToPAy").dialog({
		autoOpen: false,
		bgiframe: true,
		width: 760,
		height: 490,
		resizable: false,
		modal: true
	});
	$("#tabsPay").tabs({});
	$("a[rel=pre_group]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'outside',
		'titleShow'     	: 'true'
	});
});
