
$(document).ready(function() {	
	
	// Tabs aktivieren
	$( "#navTabs" ).tabs();
		
	// Warenkorbsymbol anpassen
	if($("#warenkorb_tbl").length > 0) {
		$("#cart_link a").css({'background' : 'url("templates/matoma_joya/images/warenkorb_gefuellt.png") no-repeat'});
	}

	// Joya Vorteile
	$('#vorteile').dialog({
		width: 930,
		height: 515,
		autoOpen: false,		
		draggable: false,
		resizable: false,
		position: ['center', 'center'],
		zIndex: 200,
		modal: true		
	});
	
	// Sohlen Konzept
	$('#sohlenkonzept').dialog({
		width: 558,
		height: 415,
		autoOpen: false,		
		draggable: false,
		resizable: false,
		position: ['center', 'center'],
		zIndex: 200,
		modal: true		
	});
			
	// Firmenportrait
	$('#firmenportrait').dialog({
		width: 515,
		height: 480,
		autoOpen: false,		
		draggable: false,
		resizable: false,
		position: ['center', 'center'],
		zIndex: 200,
		modal: true		
	});
		
	$('#joya_pflege_dialog').dialog({
		width: 600,
		height: 730,
		autoOpen: false,		
		draggable: false,
		resizable: false,
		position: ['center', 'center'],
		zIndex: 200,
		modal: true		
	});
	
	$('#joya_groessen_dialog').dialog({
		width: 600,
		height: 850,
		autoOpen: false,		
		draggable: false,
		resizable: false,
		position: ['center', 'center'],
		zIndex: 200,
		modal: true		
	});
	
	$('#pflege_dialog').dialog({
		width: 600,
		height: 700,
		autoOpen: false,		
		draggable: false,
		resizable: false,
		position: ['center', 'center'],
		zIndex: 200,
		modal: true		
	});
	
	$('#player360').dialog({
		width: 740,
		height: 580,
		autoOpen: false,		
		draggable: false,
		resizable: false,
		position: ['center', 'center'],
		zIndex: 200,
		modal: true		
	});
	
	$('.teaser1_joya').bind('click', function(){
		$('#vorteile').dialog('open');
	});	
	
	$('#teaser2_joya').bind('click', function(){
		$('#sohlenkonzept').dialog('open');		
	});	
	
	$('#start_teaser_sohlenkonzept').bind('click', function(){
		$('#sohlenkonzept').dialog('open');		
	});	
		
	$('#teaser4_joya').bind('click', function(){		
		$('#firmenportrait').dialog('open');
	});	
	
	$('#start_teaser_video').bind('click', function(){		
		$('#firmenportrait').dialog('open');
	});	
		
	$('#pflege_link').bind('click', function(){
		$('#pflege_dialog').dialog('open');
	});
	
	$('#joya_pflege_link').bind('click', function(){
		$('#joya_pflege_dialog').dialog('open');
	});
	
	$('.dbutton').bind('click', function(){	
		$('#joya_groessen_dialog').dialog('open');
	});
	
	$('#player360_link').bind('click', function(){
		$('#player360').dialog('open');		
	});
	
	$('#player360_link2').bind('click', function(){
		$('#player360').dialog('open');		
	});
	
	$('.product_back_360').bind('click', function(){			
		$('#player360').dialog('close');	
	});
		
	$('.ui-icon').bind('click', function(){
		$('#sohlenkonzept').html($('#sohlenkonzept').html());
		$('#firmenportrait').html($('#firmenportrait').html());
		$('#die_ersten_schritte').html($('#die_ersten_schritte').html());
	});
	
});

