
jQuery(function(){   

jQuery('ul.sf-menu').superfish();  
var arBackgrounds = [
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg1.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg2.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg3.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg4.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg5.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg6.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg7.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg8.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg9.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg10.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg11.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg12.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg13.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg14.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg15.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg16.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg17.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg18.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg19.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg20.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg21.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg22.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg23.jpg',
    'http://www.dii-eumena.com/fileadmin/redesign2011/img/mainimg24.jpg'
         ];
        ng = Math.floor(Math.random()*arBackgrounds.length);
        $.backstretch(arBackgrounds[ng]);

$("a[rel=group]").fancybox({
'autoScale' : true,
'transitionIn' : 'none',
'transitionOut' : 'none',
'overlayOpacity' : '0.5',
'overlayColor' : '#000',
'titleShow' : true,
'titlePosition' : 'inside'
});
$('#c342 a, #c347 a, #c352 a, #c706 a, #c738 a, #c740 a, #c730 a').fancybox({
'width'	: 640,
'height'	: 368,
'autoScale': false,
'transitionIn': 'none',
'transitionOut'	: 'none',
'scrolling': 'no',
'type': 'iframe'
});

$('div.videobox a').fancybox({
'width'	: 640,
'height'	: 352,
'autoScale': false,
'transitionIn': 'none',
'transitionOut'	: 'none',
'scrolling': 'no',
'type': 'iframe'
});

$('div.headerslideshow').cycle({ fx:'fade',delay: 0,pager:'#headnav',timeout:6000,pause: 'true'});

	$(".tab_content").hide(); //Hide all content
	$("ul.tabs li:first").addClass("active").show(); //Activate first tab
	$(".tab_content:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs li").click(function() {
		$("ul.tabs li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tab_content").hide(); //Hide all tab content
		var activeTab = $(this).find("span").attr("rel"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});


//paraheight+'px

$('a.resize').toggle(function() {
	var paraheight = $(this).closest(".holder").find(".csc-textpic-text").height();
	$(this).text('close');
   $(this).closest(".holder").find(".conferenceaccordeon").animate({
    height: paraheight+50+'px' }, 500);
}, function() {
   $(this).closest(".holder").find(".conferenceaccordeon").animate({
    height: '200px' }, 500);
    $(this).text('more');
});   

$('a.resizesmall').toggle(function() {
	var paraheight = $(this).closest(".holder").find(".csc-textpic-text").height();
	$(this).text('close');
   $(this).closest(".holder").find(".conferenceaccordeonsmall").animate({
    height: paraheight+50+'px' }, 500);
}, function() {
   $(this).closest(".holder").find(".conferenceaccordeonsmall").animate({
    height: '20px' }, 500);
    $(this).text('more');
});   


$('a.opensmall').toggle(function() {
   $(this).closest(".holder").find(".conferenceaccordeonsmallopen").animate({
     height: '20px' }, 500);
     
$(this).text('more');
}, function() {
	var paraheight = $(this).closest(".holder").find(".csc-textpic-text").height();
   $(this).closest(".holder").find(".conferenceaccordeonsmallopen").animate({
    height: paraheight+50+'px' }, 500);
    $(this).text('close');
});  



VideoJS.setupAllWhenReady();

});


var addthis_config = {
     ui_language: "en"
}

function dradio (url) {
   fenster = window.open("http://www.dradio.de/aodflash/player.php?station=1&broadcast=60444&datum=20120114&playtime=1326562816&fileid=091972f8&sendung=60444&beitrag=1630406&/", "Dradio", "width=640,height=445,status=no,scrollbars=no,resizable=no");
   fenster.focus();
}

function show_confirm()
{
var r=confirm("Do you want to visit the Dii website for mobile devices?");
if (r==true)
  {
 location.href='http://www.dii-eumena.com/mobile';
  }
else
  {

  }
}
