function recalcLayout()
{
	var intHeight = parseInt(document.body.offsetHeight) - 360;
	
	if(intHeight > 480)
		intHeight = 480;
	else if(intHeight < 240)
		intHeight = 240;
		
	document.all.spnImage.style.height	= intHeight;
	document.all.spnText.style.height	= intHeight - 50;
}
function eventmail()
{
	parent.location.href='mailto:georg.treibenreif@ascaion.com'

}

function eventLoadWindow()
{
	//var win;
	//win=window.open("event_order.htm","Anmeldung","width=300,height=50");
	//alert("Hallo");
}

