$(document).ready(function() {
	
	$(".eufutas_keplink").click(function(){
		$("DIV.eufutas_kepdiv").hide();
		$("#_"+$(this).attr("id").substring(2, $(this).attr("id").length)).slideDown("slow");
	});
	
	$(".eufutas_kepzar").click(function(){
		$("DIV.eufutas_kepdiv").hide();
	});
	
});

