$(document).ready(function() {
/*	h = $("#hasznos");
	hp=h.position();
	magassag=h.height()+hp.top;*/
	magassag=$(document).height();
//	alert(magassag);
	$("#tartalom").css('height',magassag);
//	alert(h.height());
//	$('#hasznos').height();
});

/*function ellenorzes() {
	if (document.userform.nev.value=="" || 
		document.userform.emailcim.value=="") {
		alert("Kérjük a *-gal jelölt adatokat mindenféleképpen töltse ki!");
		return false;
	}
}

function nyz(ez) {
	var atm = document.getElementById(ez);
	if (atm.style.display=="none" || atm.style.display=="") { atm.style.display="block"; }
	else { atm.style.display="none"; }
}

function nyzelerhetoseg(mennyi,mit) {
	for (i=1; i<=mennyi; i++) {
		document.getElementById('a'+i).style.display = 'none';
	}
	document.getElementById('a'+mit).style.display='block';
//	document.frames['terkep'].location.href = 'terkep.php?id='+(Number(mit)+1);
	window.terkephely.location.href = 'terkep.php?id='+(Number(mit)+1);
}

function ablaknyitas(nyitofile,x,y,s)
{ open(nyitofile,"","width="+x+",height="+y+",status=no,toolbar=no,menubar=no,resizable=yes,scrollbars="+s); }
*/
