$(function() {	
	$('.macaofvparser_smalltable').click(function() {
		$('#tx_htwportlets_pi1-dialog').dialog({
			position: [180, 150],
			width: 800,
			height: $(window).height()-200,
			modal: true,
			resizable: false,
			draggable: false
		});
	});
	
	$('.macaofvparser_schedule').click(function() {
		tx_macaofvparser_pi1axGetScheduleDetail($(this).attr('id'));
		$('#macaofvparser_scheduledetail_dialog').html('');
		$('#macaofvparser_scheduledetail_dialog').dialog({
			position: [180, 150],
			width: 800,
			height: $(window).height()-200,
			modal: true,
			resizable: false,
			draggable: false
		});
	});
});
