function eventsign(e) {
	new Ajax.Updater('pgsndfld','/ajax/event.php', {
  	method: 'post',
  	parameters: {e: e},
  	onSuccess: function() {
  		//new Effect.ScrollTo('cmmntaddfld_end');
  	}
	});
}

function eventyp() {
	//var tmploc = $('location_start').value;
	if ($('type').value == '9') {
		hddv('evtloc1t');
		shdv('evtloc2t');
		shdv('evtloc2');
	} else {
		shdv('evtloc1t');
		hddv('evtloc2t');
		hddv('evtloc2');
		$('location_end').value = '';
	}
}

function event1day() {
	$('dt_2_y').value = $('dt_1_y').value;
	$('dt_2_m').value = $('dt_1_m').value;
	$('dt_2_d').value = $('dt_1_d').value;
	$('dt_2_h').value = $('dt_1_h').value;
	$('dt_2_p').value = $('dt_1_p').value;
}
function dlevt(e) {
	
	if (confirm('Biztos törlöd az eseményt?')) {
		new Ajax.Updater('evt_dl_' + e,'/ajax/event.php', {
  		method: 'post',
  		parameters: {c: 'd', e: e}
		});
	}
}
