	function fTableSize()
	{
		intHeight = document.body.offsetHeight;
		if (intHeight > 627)
			intHeight = 627;
		document.getElementById('st').style.height = intHeight.toString() + 'px';
		
		intWidth = document.body.offsetWidth;
		if (intWidth > 849) 
			intWidth = 849;
		document.getElementById('st').style.width = intWidth.toString() + 'px';
	}

	function fOpenBild(lngBildID, strText)
	{
		window.open('../System/ShowBild.aspx?ID=' + lngBildID + '&Text=' + strText, 'Bild', 'height=500, width=600');
	}
	
	function onlineBuchen(ktID)
	{
		window.open('../Webseiten/VeranstaltungBuchen.aspx?ID=' + ktID, 'Buchen', 'height=600, width=700');
	}
