$(document).ready(function(){
        
    //  Initialize Backgound Stretcher
	$(document).bgStretcher({
		images: ['fileadmin/img/pic12.jpg'], 
		imageWidth: 1400, imageHeight: 1000
	});
	
	 // iFrame Content
	$("a.colorbox-foe").colorbox({
		width: "75%",
		height: "90%",
		iframe: true,
		title: true,
		fastIframe: false
     });
     
      // iFrame Content
	$("a.colorbox").colorbox({
		width: "800px",
		rel: 'gallery'
     });
    
});
