// JavaScript Document





function poptastic(url)
{
	newwindow = window.open(url,'Esemény_felvétele','height=604,width=804,toolbar=0,resizable=0')
	newwindow.focus()
}

function poptastic_d(url)
{
	newwindow=window.open(url,'Túra_részletek','scrollbars=1,height=604,width=804');
	if (window.focus) {newwindow.focus()}
}