// Generic dialog class
// @todo Add automatic IE6 detection for implicit iframe insertion
var tgmBookingInfoDialogClass = Class.create(tgmDialog, {
	className:'tgmBookingInfoDialog',
	contentUrl:'/ajax/dialog/bookingInfoDisplay',
	modal:true,
	openCentered:true,
	entryId:null,
	clearFieldsOnOpen:true,
	forceReload:false,

	// Is called when the user clicks on the submit button in the form
	submitAction:function(form)
	{
	}
});

var tgmBookingInfoDialog;
