$(document).ready(function() {
	$("#brochure-opener").click(function(){
		$('div#brochure-section > div.wrap').css('backgroundImage', 'url(/fileadmin/img/ajax-loader.gif)');
		$("div#brochure-section").animate({
			marginTop: "470px"
		}, 500, 'linear', function(){ $("div#brochure-section > div.wrap").html('<iframe style="display:none;" onLoad="this.style.display = \'block\'; $(\'div#brochure-section > div.wrap\').css(\'backgroundImage\', \'none\');" src="/index.php?id=168" width="100%"  height="460" allowtransparency="true" frameborder="0" scrolling="auto" name="kontakt"><p>Ihr Browser kann leider keine eingebetteten Frames anzeigen</p></iframe>');} );
	});
		
	$("#contact-opener").click(function(){
		$('div#contact-section > div.wrap').css('backgroundImage', 'url(/fileadmin/img/ajax-loader.gif)');
		$("div#contact-section").animate({
			marginTop: "470px"
		}, 500, 'linear', function(){ $("div#contact-section > div.wrap").html('<iframe style="display:none;" onLoad="this.style.display = \'block\'; $(\'div#contact-section > div.wrap\').css(\'backgroundImage\', \'none\');" src="/index.php?id=129" width="100%"  height="460" allowtransparency="true" frameborder="0" scrolling="auto" name="kontakt"><p>Ihr Browser kann leider keine eingebetteten Frames anzeigen</p></iframe>');} );
	});

	$("#booking-opener").click(function(){
		$('div#booking-section > div.wrap').css('backgroundImage', 'url(/fileadmin/img/ajax-loader.gif)');
		$("div#booking-section").animate({
			marginTop: "470px"
		}, 500, 'linear', function(){$("div#booking-section > div.wrap").html('<iframe style="display:none; background-color:transparent;" onLoad="this.style.display = \'block\'; $(\'div#booking-section > div.wrap\').css(\'backgroundImage\', \'none\');" src="/index.php?id=152" width="100%"  height="460" allowtransparency="true" frameborder="0" scrolling="auto" name="booking"><p>Ihr Browser kann leider keine eingebetteten Frames anzeigen</p></iframe>');});
	});
	
	$(".gift-opener").click(function(){
		$('div#gift-section > div.wrap').css('backgroundImage', 'url(/fileadmin/img/ajax-loader.gif)');
		$("div#gift-section").animate({
			marginTop: "500px"
		}, 500, 'linear', function(){$("div#gift-section > div.wrap").html('<iframe style="display:none; background-color:transparent;" onLoad="this.style.display = \'block\'; $(\'div#gift-section > div.wrap\').css(\'backgroundImage\', \'none\');" src="/index.php?id=155" width="100%"  height="490" allowtransparency="true" frameborder="0" scrolling="auto" name="gift"><p>Ihr Browser kann leider keine eingebetteten Frames anzeigen</p></iframe>');} );
		
	});	
	
	$("#brochure-closer").click(function(){
		$("div#brochure-section").animate({
			marginTop: "0px"
		}, 500);					
	});	
	
	$("#contact-closer").click(function(){
		$("div#contact-section").animate({
			marginTop: "0px"
		}, 500);					
	});
	
	$("#gift-closer").click(function(){
		$("div#gift-section").animate({
			marginTop: "0px"
		}, 500);					
	});
	
	$("#booking-closer").click(function(){
		$("div#booking-section").animate({
			marginTop: "0px"
		}, 500);					
	});
	
	 /*
    $("ul.partner-logos a[title]").tooltip({
    	tip: '#tooltip',
    	position: "top right",
    	offset: [10, -25]
    });
    
   $("area[title]").tooltip({
    	 tip: '#tooltip'
    });*/
	
});	