$(document).ready(function(){
		/*
		if($('.tx-evakeyvisual-pi2').length){
			var h = $('.tx-evakeyvisual-pi2').height();
			h+= $('.tx-evakeyvisual-pi1').height();
			h-= $('.tx-evamenus-pi3').height();
			h-= $('.tx-evamenus-pi5').height();
			h+=20;
			$('.tx-evamenus-pi3').css({				
				'margin-bottom'	: h+'px'				
			});			
		}	
		*/
	
	
	/*
	$('.typelink').live('click',function(){			
					
		$('.typecontainer').animate({opacity: 0.2},100);
		var typeid = $(this).attr('rel');	  	  				
		var data = 'eID=promedis_ajax&action=switchType&typeid=' + typeid;			  
	  $.ajax({
			url: "index.php",			
			type: "GET",
			data: data,
			success: function(resp) {								
				$('.typecontainer').html(resp);
				$('.typecontainer').animate({opacity: 1.0},100);				
			}
		});
	});
	*/
});
