function dom_init() {

  // See http://fancybox.net/api for all options
  
  $("a.fancybox").fancybox({
    'speedIn' : 600,
    'speedOut' : 300
	});
	
	$("a.fancyiframe").fancybox({
    'speedIn' : 600,
    'speedOut' : 300,
    'width'				: 600,
	'height'			: 500,
 	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
    'overlayShow'       :  true,
	'overlayOpacity'	: 0.8,
	'type'				: 'iframe'
	});
	
	$("a.fancyvideo").fancybox({
    'speedIn' : 600,
    'speedOut' : 300,
    'width'				: 400,
	'height'			: 250,
 	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
    'overlayShow'       :  true,
	'overlayOpacity'	: 0.8,
	'type'				: 'iframe'
	});
	
	$("a.fancymap").fancybox({
    'speedIn' : 600,
    'speedOut' : 300,
    'width'				: 750,
	'height'			: 550,
 	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
    'overlayShow'       :  true,
	'overlayOpacity'	: 0.8,
	'type'				: 'iframe'
	});
	
	
	/*Social Media Buttons im Footer abschw?chen, bei Mouseover 100%*/
    $("#footer .icon").mouseover(function () {
		$(this).fadeTo("fast", 0.8);
	});
	
	$("#footer .icon").mouseout(function () {
		$(this).fadeTo("fast", 1);
	});
	/*Ende Buttons*/
	
	/*$(window).bind("load", function() {
		$("div#mygallery").slideView()
	});*/
	
	
	
	
	/*$(function() {
		$( "#go_frm140" ).datepicker();
	});*/


}
