function max( i , j , k )
{
	var a;
	a = i > j ? i : j;
	a = a > k ? a : k;
	return a;
}

function oldalElrendez()
{
	/*var k;
	var reteg = document.getElementById( 'topHirFelsoReteg' );
	var i = document.getElementById( 'topHirBalReteg' ).offsetHeight;
	var j = document.getElementById( 'topHirJobbReteg' ).offsetHeight;
	reteg.style.height = ( ( i > j ? i : j ) + 10 ) + 'px';
	document.getElementById( 'topHirFoReteg' ).style.height = reteg.style.height;
	for ( k = 5; k <= 10; k++ )
	{
		reteg = document.getElementById( 'rovat' + k + 'FelsoReteg' );
		//alert( 'rovat' + k + 'BalReteg: ' + document.getElementById( 'rovat' + k + 'BalReteg' ) );
		i = document.getElementById( 'rovat' + k + 'BalReteg' ).offsetHeight;
		j = document.getElementById( 'rovat' + k + 'JobbReteg' ).offsetHeight;
		reteg.style.height = ( ( i > j ? i : j ) + 10 ) + 'px';
		document.getElementById( 'rovat' + k + 'FoReteg' ).style.height = ( parseInt( reteg.style.height ) + 38 ) + 'px';
	}
	// Térség hírei
	terseg = getCookie( "terseg" );
	reteg = document.getElementById( 'tersegHirei_' + terseg );
	i = document.getElementById( 'tersegBal' + terseg ).offsetHeight;
	j = document.getElementById( 'tersegJobb' + terseg ).offsetHeight;
	reteg.style.height = ( ( i > j ? i : j ) + 10 ) + 'px';
	document.getElementById( 'tersegHireiKeret' ).style.height = ( parseInt( reteg.style.height ) + document.getElementById('tersegHireiCim').offsetHeight + 18 ) + 'px';
	i = document.getElementById( 'foOszlop' ).offsetHeight;
	j = document.getElementById( 'balOszlop' ).offsetHeight;
	k = document.getElementById( 'jobbOszlop' ).offsetHeight;
	i = max( i , j , k );
	var xx = parseInt( i - document.getElementById( 'balAloszlop' ).offsetHeight ) + 'px';
	document.getElementById( 'foOszlop' ).style.height = i + 'px';
	document.getElementById( 'balOszlop' ).style.height = i + 'px';
	document.getElementById( 'jobbOszlop' ).style.height = i + 'px';
	document.getElementById( 'balAloszlopMyStat' ).style.height = xx;
	for ( i = 0; i < document.images.length; i++ )
	{
		if ( document.images[ i ].alt == 'MyStat - Az ingyenes webstatisztika' )
		{
			document.images[ i ].style.marginLeft = '20px';
			document.images[ i ].style.marginBottom = '10px';
		}
	}*/
	i = document.getElementById( 'koz-oszlop' ).offsetHeight;
	j = document.getElementById( 'bal-oszlop' ).offsetHeight;
	k = document.getElementById( 'jobb-oszlop' ).offsetHeight;
	i = max( i , j , k );
	document.getElementById( 'koz-oszlop' ).style.height = i + 'px';
	document.getElementById( 'bal-oszlop' ).style.height = i + 'px';
	document.getElementById( 'jobb-oszlop' ).style.height = i + 'px';
	var element = document.getElementById( 'vengria-banner' );
	if ( element )
	{
		var html = '<div style="border: none; overflow: visible; margin: 0px; padding 0px;">';
		html += '<div style="float: left; width: 100px;">';
		html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100" height="100"><param name="movie" value="http://www.media-v.eu/banners/100x100.swf"/><param name="quality" value="high"/>						<embed src="http://www.media-v.eu/banners/100x100.swf" width="100" height="100" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>';
		html += '</div>';
		html += '<div style="float: left; width: 120px; margin-left: 10px;">';
		html += '<a href="http://www.hirfal.hu" target="_blank"><img src="http://www.posztinfo.hu/banner/hf-logo-120x60.gif" style="padding-bottom: 8px;"/></a>';
		html += '<a href="http://hirek.oldal.info/" target="_blank"><img src="http://logo.oldal.info/button80x30a.gif" border="0" Alt="Hírek" title="Hírek"></a>';
		html += '</div>';
		html += '<div style="float: left; width: 120px; margin-left: 10px;">';
		html += '<a href="http://www.hirmutato.hu" target="_blank"><img src="http://www.posztinfo.hu/banner/hirmutato.gif" style="padding-bottom: 8px;"/></a>';
		html += '<a href="http://www.hirlapom.hu/index.html?addurl=http://www.posztinfo.hu/rss.xml.php" target="_blank"><img src="http://www.hirlapom.hu/partner/hirlapom2.gif" alt="Hirlapom" border="0"></a>';
		html += '</div>';
		html += '</div>';
		element.innerHTML = html;
	}
}