document.write('<div style="z-index: 3000;" style="hidden" class="jqmWindow jqmID1" id="dialog"></div>');

window.onload = function() {
	$('#dialog').jqm();

	$('.gallery a.lightbox').lightBox();

	$('.ajaxForm').submit(function () {
		ajaxPostUpdate (this.id, this.action + (this.action.indexOf("?") == -1 ? "?" : "&") + "ajax=true", "dialog", false);
		return false;
	});

	$('.delBtn').click(function () {
		return confirm("Valóban törli a tételt?\nA törlés nem visszavonható!") ? true : false;
	});
}
