

$(document).ready(function(){

    //Preload Images
    Bild01 = new Image();
    Bild01.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/bottom-left.png";

    Bild02 = new Image();
    Bild02.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/bottom-middle.png";

    Bild03 = new Image();
    Bild03.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/bottom-right.png";

    Bild04 = new Image();
    Bild04.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/middle-left.png";

    Bild05 = new Image();
    Bild05.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/middle-right.png";

    Bild06 = new Image();
    Bild06.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/tail-left.png";

    Bild07 = new Image();
    Bild07.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/tail-right.png";

    Bild08 = new Image();
    Bild08.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/tail-bottom.png";

    Bild09 = new Image();
    Bild09.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/tail-top.png";

    Bild10 = new Image();
    Bild10.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/top-left.png";

    Bild11 = new Image();
    Bild11.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/top-middle.png";

    Bild12 = new Image();
    Bild12.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/top-right.png";

    Bild13 = new Image();
    Bild13.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/docma_act.png";

    Bild14 = new Image();
    Bild14.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/facebook_act.png";

    Bild15 = new Image();
    Bild15.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/rss_act.png";

    Bild15 = new Image();
    Bild15.src = "fileadmin/templates/images/jquerybubblepopup-theme/all-black/twitter_act.png";

		$('#social_docma').CreateBubblePopup();
		$('#social_docma').mouseover(function(){
			$(this).ShowBubblePopup({									
				innerHtml: 'Verpassen Sie keine<br />DOCMAtischen Depeschen!',
				innerHtmlStyle: {
					color: '#FFFFFF', 
					'text-align':'center'
				},										
				themeName: 	'all-black',
				themePath: 	'fileadmin/templates/images/jquerybubblepopup-theme'								 
			});
		});
		
		$('#social_facebook').CreateBubblePopup();
		$('#social_facebook').mouseover(function(){
			$(this).ShowBubblePopup({									
				innerHtml: 'DOCMA und seine<br />Fans auf Facebook',
				innerHtmlStyle: {
					color: '#FFFFFF', 
					'text-align':'center'
				},										
				themeName: 	'all-black',
				themePath: 	'fileadmin/templates/images/jquerybubblepopup-theme'								 
			});
		});
		
		$('#social_twitter').CreateBubblePopup();
		$('#social_twitter').mouseover(function(){
			$(this).ShowBubblePopup({									
				innerHtml: 'Folgen Sie DOCMA<br />sekundengenau auf Twitter',
				innerHtmlStyle: {
					color: '#FFFFFF', 
					'text-align':'center'
				},										
				themeName: 	'all-black',
				themePath: 	'fileadmin/templates/images/jquerybubblepopup-theme'								 
			});
		});
		
		$('#social_rss').CreateBubblePopup();
		$('#social_rss').mouseover(function(){
			$(this).ShowBubblePopup({									
				innerHtml: 'Lesen Sie DOCMA überall<br />mit unseren RSS Feeds',
				innerHtmlStyle: {
					color: '#FFFFFF', 
					'text-align':'center'
				},										
				themeName: 	'all-black',
				themePath: 	'fileadmin/templates/images/jquerybubblepopup-theme'								 
			});
		});
		

		
});


