
// @author JoGL - Easymoments GmbH - info@easymoments.de
// editiert am 5.10.2011 auf Wunsch von Kunde
 $(document).ready(function(){
 //$(window).load(function () {


      	$("a#show_angebot").fancybox({
      		hideOnContentClick: false,
      		type: 'inline',
      		width: 699,
      		height: 499,
      		href: '#angebotdata',
      		scrolling: 'no',
      		autoDimensions: 'no'

      	}).trigger('click');


});
