/*
 * Verwendet Funktionen aus der tpl/!general/generalFunctions.js
 * und tpl/!general/admin/ajax/prototype/prototype.functions.js
 */

window.onload = setStartConfig;
var configImageGalleryPagingCount = 6;

var cust_addthis_top_mozilla = -178;
var cust_addthis_left_mozilla = -160;

var cust_addthis_top_ie = -193;
var cust_addthis_left_ie = -150;

var cust_addthis_small_top_safari = -16;

var div_overlay_hide_ids = new Array("sponsor_container","podcast_player_small","area_flash_panorama");

function setStartConfig()
{
	if (document.getElementById("content_main_text"))	setKlappText();
	if (typeof initSlideShow == "function")	
	{
		initSlideShow();
	}
	setCurrentPictureOverlay();
	getPreviousButton();
}

function setPageHeight()
 {
 	page_height = getPageHeight();
	$("main_page_background").style.height = page_height + "px";
	if(page_height < 1135)
	{
		$("main_page_background").style.backgroundPosition = "50% 375px";	
	}else
	{
		$("main_page_background").style.backgroundPosition = "50% bottom";	
	}
	
	window.setTimeout("setPageHeight()",10);
 }
