//window.addEvent('load', function() {
window.addEvent('domready', function() {
	
	//var divh = $('centerRight').getStyle('height').toInt();
	//alert(divh);
	if ( document.getElementById('centerRight') != null){
		var divh = document.getElementById('centerRight').offsetHeight;
		//alert(divh);
		//if (document.getElementById('galleriafoto') != null){
		//	alert(document.getElementById('galleriafoto').offsetHeight);
		//}
		$('centerLeft').setStyle('height',divh-30);
		$('structuralMenu').setStyle('height',divh-40);
	};
	if ( document.getElementById('cornerBottomContent') != null){
		$('cornerBottomContent').setStyle('top',divh-449);
	};
	//var height = $('centerLeft').getStyle('height').toInt();
	//alert(height);
	
});

window.addEvent('load', function() {
//window.addEvent('domready', function() {
	
	//var divh = $('centerRight').getStyle('height').toInt();
	//alert(divh);
	if ( document.getElementById('centerRight') != null){
		var divh = document.getElementById('centerRight').offsetHeight;
		//alert(divh);
		//if (document.getElementById('galleriafoto') != null){
		//	alert(document.getElementById('galleriafoto').offsetHeight);
		//}
		$('centerLeft').setStyle('height',divh-30);
		$('structuralMenu').setStyle('height',divh-40);
	};
	if ( document.getElementById('cornerBottomContent') != null){
		$('cornerBottomContent').setStyle('top',divh-449);
	};
	//var height = $('centerLeft').getStyle('height').toInt();
	//alert(height);
	
});