var toplamHaber;
var mevcutKonum;
var sonNokta;
var timer;
var yon;
var sure = 3000;

$(document).ready(function()
{
	//footer link
	$('#footerNewRight a').css('opacity', '0.6');
	$('#footerNewRight a').hover(function(){ if($(this).queue("fx").length<1) $(this).animate({opacity:1}, 350); },function(){ $(this).animate({opacity:0.6}, 300); });
	
	//menu
	$('#promo').append('<div id="blackened">&nbsp;<'+'/div>'); $('#blackened').fadeTo(0, 0);
	$('#headerRightBottom ul li a[rel="popup"]:last').next().attr('style','left:-117px;');
	$('#headerRightBottom ul li a[rel="popup"]').parent().hover(function(){ if($(this).children(':last').queue("fx").length < 1){ $(this).addClass('popup'); $(this).children(':last').show(250); $('#blackened').css('display','block').fadeTo(350, 0.5); } }, function(){ $(this).children(':last').slideUp(50, function(){ $(this).parent().removeClass('popup'); }); $('#blackened').css('display','none').fadeTo(250, 0); });

	$('#headerRightBottom a[rel="altmenu"]').parent().hover(function(){ $(this).addClass('on'); }, function(){ $(this).removeClass('on'); });
	
	//altsayfahaberler
	$('#news p').hover(function(){ $(this).addClass('alt'); },function(){ $(this).removeClass('alt'); });
	
	$('ul.sitemap ul.sitemap ul.sitemap ul.sitemap').hide();
	
	//ustmenu
	$('#headerRightTop ul li em').css('top','-24px');
	$('#headerRightTop ul li').hover(function(){ if($(this).children(':last').queue("fx").length < 1){ $(this).children(':last').animate({top:'0px'}, {duration: 150, easing: 'easeOutBack'}); } }, function(){ $(this).children(':last').animate({top:'-24px'}, 1); });
	$('#headerRightTop ul li:first').children(':first').attr('style', 'background-position:0 -23px;');
	$('#headerRightTop ul li:first').hover(function(){ $(this).children(':last').stop(); }, function(){ $(this).children(':last').stop(); })

	$('#isDunyaKart').click(function(){
		$(this).addClass('on').siblings().removeClass('on');
		$('#haberlerUstBottomLeft').children('ul').hide();
		$('#isKartBaslik').show();
		$('#isKartBaslik li:first').addClass('on').siblings().removeClass('on');
		$('#'+$('#isKartBaslik li:first').children('a').attr('rel')).show().siblings().hide();
		$('#isKartBaslik li').mouseover(function(){
			$(this).addClass('on').siblings().removeClass('on');
			$('#'+$(this).children('a').attr('rel')).show().siblings().hide();
		});
	});
	
	$('#isDunyaKart').mouseover(function(){
		$(this).addClass('on').siblings().removeClass('on');
		$('#haberlerUstBottomLeft').children('ul').hide();
		$('#isKartBaslik').show();
		$('#isKartBaslik li:first').addClass('on').siblings().removeClass('on');
		$('#'+$('#isKartBaslik li:first').children('a').attr('rel')).show().siblings().hide();
		$('#isKartBaslik li').mouseover(function(){
			$(this).addClass('on').siblings().removeClass('on');
			$('#'+$(this).children('a').attr('rel')).show().siblings().hide();
		});
	});

	$('#sektorKart').mouseover(function(){
		$(this).addClass('on').siblings().removeClass('on');
		$('#haberlerUstBottomLeft').children('ul').hide();
		$('#sekKartBaslik').show();
		$('#sekKartBaslik li:first').addClass('on').siblings().removeClass('on');
		$('#'+$('#sekKartBaslik li:first').children('a').attr('rel')).show().siblings().hide();
		$('#sekKartBaslik li').mouseover(function(){
			$(this).addClass('on').siblings().removeClass('on');
			$('#'+$(this).children('a').attr('rel')).show().siblings().hide();
		});
	});
	$('#isDunyaKart').click();
	
	//arama
	$('#searchBox a').toggle(function(){
		$(this).parent().addClass('on').children(':last').fadeIn(250);
	}, function(){
		var query = $('#searchBox input').val();
		if(query=="") $(this).parent().removeClass('on').children(':last').fadeOut(75);
		else 
		{
			window.location.href = "arama.aspx#"+query;
			if(pageId == '694')
			loadIndex();
		}
	});
	
	//accordion
	$('div.accordion a').click(function()
	{
		if($(this).attr('class') != 'open'){
			$('div.accordion.on div').each(function(){ $(this).slideUp(150, function(){ $(this).parent().removeClass('on'); $(this).prev().removeClass('open'); }); });
			$(this).addClass('open').parent().addClass('on'); $(this).next().slideDown(150); }
		else{ $(this).next().slideUp(150, function(){ $(this).parent().removeClass('on'); $(this).prev().removeClass('open'); }); }
	});
	
	//haberler
	$('#haberlerAltSol ul').css('top', '0px');
	toplamHaber = parseInt($('#haberlerAltSol ul li').length) - 1;
	mevcutKonum = 0;
	sonNokta = (toplamHaber * 50) * -1;
	$('#haberSonraki').click(function(){ if($('#haberlerAltSol ul').queue("fx").length < 1){ haberIleri(); }});
	
	$('#haberOnceki').click(function(){ if($('#haberlerAltSol ul').queue("fx").length < 1){ haberGeri(); }});

	//sagkisim
	$('#icerikSag').load('icerik-sag-kisim/icerik-sag-kisim.aspx');
	
	timer = setInterval('haberDondur()', sure);
	
	$('#ilTablosu').before('<p style="text-align:right;"><select id="ilSecimi"></select></p>');
	$('#ilTablosu tbody').each(function(){ 
		$('#ilSecimi').append('<option value="'+$(this).attr('id')+'">'+$(this).children(':first').children(':last').text()+'</option>'); 
	});
	$('#ilSecimi').children(':first').remove();
	$('#ilSecimi').prepend('<option selected="selected" value="0">Tümü</option>');
	$('#ilSecimi').change(function(){ var id = $(this).val(); if(id!=0){ $('#ilTablosu tbody').hide(); $('#ilTablosu tbody:first').show(); $('#'+id).show();  }else{ $('#ilTablosu tbody').show(); } });
	
	//alt logolar
	$('#footerLeft li a').css('visibility', 'visible').hide(0);
	$('#footerLeft li').hover(function(){ $(this).css('cursor', 'pointer'); if($(this).children('a').queue('fx').length < 1) $(this).children('a').fadeIn(400); }, function(){ $(this).css('cursor', 'default'); $(this).children('a').fadeOut(300); });
	
	//daha alt logo
	$('#footerNewLeft li a').css('visibility', 'visible').hide(0);
	var browser = "";
	jQuery.each(jQuery.browser, function(i, val) {	if(i=="mozilla" && jQuery.browser.version.substr(0,3)=="1.9") browser = "mozilla"; });
	if(browser == "mozilla")
		$('#footerNewLeft li').hover(function(){ $(this).css('cursor', 'pointer'); if($(this).children('a').queue('fx').length < 1) $(this).children('a').fadeIn(400); }, function(){ $(this).css('cursor', 'default'); $(this).children('a').fadeOut(300); });
	else
		$('#footerNewLeft li').hover(function(){ $(this).css('cursor', 'pointer'); $(this).children('a').show(); }, function(){ $(this).css('cursor', 'default'); $(this).children('a').hide(); });
	

	
});

function haberDondur()
{
	mevcutKonum = parseInt($('#haberlerAltSol ul').css('top')); 
	if(sonNokta < mevcutKonum) haberIleri();
	else $('#haberlerAltSol ul').animate({top:'0px'}, 250);
}

function haberIleri()
{
	mevcutKonum = parseInt($('#haberlerAltSol ul').css('top'));
	if(sonNokta < mevcutKonum){	
		clearInterval(timer);
		$('#haberlerAltSol ul').animate({top:'-=50px'}, 250); 
		timer = setInterval('haberDondur()', sure);
	}
}

function haberGeri()
{
	mevcutKonum = parseInt($('#haberlerAltSol ul').css('top'));
	if(0 > mevcutKonum){
		clearInterval(timer);
		$('#haberlerAltSol ul').animate({top:'+=50px'}, 250);
		timer = setInterval('haberDondur()', sure);
	}
}

function sirketKart(){ window.open("enuygunkart/", "", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=590,left=350,top=150"); }
function onlineKart(){ window.open("https://form.garanti.com.tr/form/login/tc", "", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=300"); }
function basvuru(){ window.open("basvuru/", "", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=500,left=350,top=150"); }
function iSube(){ window.open("https://sube.garanti.com.tr/isube/login", "", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=590,height=335"); }

