	var onMouseNow = 0;
	jQuery.easing.easeOutQuart = function (x, t, b, c, d) { return -c * ((t=t/d-1)*t*t*t - 1) + b; };
	jQuery(function($){ $('#yazisection').serialScroll({ items:'div.kosekutu', prev:'img#prev', next:'img#next',  start:0, interval: 6000, duration:1200, force:true, step:4, stop:false, lock:false, cycle:true,  easing:'easeOutQuart', jump: false }); });

function manset(objx) {
    $(".mstresim").hide();
    $(".msttarih").hide();
    $(".mstaciklama").hide();
    
    $(".mstresim").eq(objx-1).show();
	$(".msttarih").eq(objx-1).show();
	$(".mstaciklama").eq(objx-1).show();
}
function sayfa(objx) {
    $(".mansetlst").hide();
    $(".mansetlst").eq(objx-1).show();
	$(".apagercurrent").removeClass("apagercurrent").addClass("apager");
	$(".apager").eq(objx-1).addClass("apagercurrent");	
}

function tab(objx) {
    $(".tabicerik").hide();
    $(".tabicerik").eq(objx-1).show();
	$(".tabs").removeClass("tabsactive");
	$(".tabs").eq(objx-1).addClass("tabsactive");	
}

