$(window).load(function() {
	$('#slider').nivoSlider({
		directionNav:false, //Next & Prev
			controlNav:true,
			pauseTime:5000
	});
	$('#haberslider').nivoSlider({
		directionNav:false, //Next & Prev
			controlNav:false,
			pauseTime:5000
	});

	$('#duyurular').innerfade({ 
	});

});

var manset_id=1;

function menusec(id){
		 $('.ddsmoothmenu > ul > li').removeClass("aktifmenu");
		 $('.menu'+id).addClass('aktifmenu');
}

function manset_degis(){
		$(".manset_haberler ul li").hide();
		$("#manset_"+manset_id).show();

		 $('.manset_sayfalama a').removeClass("aktif");

		 $('.manset_sayfalama a:nth-child('+(manset_id)+')').addClass('aktif');

		manset_id++;
		if(manset_id>8)manset_id=1;
}

$(document).ready(function() {
		$(".form").validator();
		$('.ornek_proje strong').click(function() {
				if($(this).parent().css("height")=="18px"){
					$(this).parent().css("height","auto");
				}else{
					$(this).parent().css("height","18px");
				}
		}); 
		
		$('#koordinatorlukler_harita a').click(function(e) {
				e.preventDefault();
				var id=$(this).attr("id"); 
				$('html,body').animate({ scrollTop: $('h2[rel="'+id+'"]').offset().top-20 }, 'slow'); // 'slow'-'fast'- 0
		}); 
		
		$('.manset_sayfalama a').hover(function(e) {
				e.preventDefault();
				manset_id=$(this).text();
				$(".manset_haberler ul li").hide();
				$("#manset_"+manset_id).show();
		}); 
		
		$('.manset_sayfalama a').click(function(e) {
				e.preventDefault();
				manset_id=$(this).text();
			    location.href=$("#manset_"+manset_id+" a").attr("href");

		}); 
		
		$('.alt_baslik a').click(function(e) {
				e.preventDefault();
				$('html,body').animate({ scrollTop: $('#koordinatorlukler_harita').offset().top-20 }, 'slow'); // 'slow'-'fast'- 0
		}); 

		$('.tab1 li a').click(function(e) {
				e.preventDefault();
				$(".tab-icerik-1").hide();
				$("#"+$(this).attr("rel")).show();
				$(".tab1 li a").removeClass();
				$(this).addClass("aktif");
		});

		$('.basin_buton').click(function(e) {
				e.preventDefault();
				

					  $('#basin-aciklamalari').animate({
						height: 'show'
					  }, 800, function() {
						// Animation complete.
					  });

					  $('#duyurular_box').animate({
						height: 'hide'
					  }, 800, function() {
						// Animation complete.
					  });

		});

		$('.duyuru_buton').click(function(e) {
				e.preventDefault();
				

					  $('#duyurular_box').animate({
						height: 'show'
					  }, 800, function() {
						// Animation complete.
					  });

					  $('#basin-aciklamalari').animate({
						height: 'hide'
					  }, 800, function() {
						// Animation complete.
					  });


		});

		setInterval('manset_degis()',5000);

		$('#fotograflar a').colorbox();
		$('#haberslider a').colorbox();
		$('a[rel="video"]').colorbox({iframe:true, innerWidth:625, innerHeight:440});

		$('.harita').craftmap({
			image: {
				width: 1994,
				height: 1303
			}
		});
});

ddsmoothmenu.init({
	mainmenuid: "menu", //menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu', //class added to menu's outer DIV
	contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
