$(function () {
	$('.TatilZeminiSuggest').click(function () {
		$(this).hide('slow', function () {

		});
	});

	var hoverFunc = function () { $(this).toggleClass("hovered") };
	// langBar
	$("#langBar").hover(hoverFunc, hoverFunc);

	$(".tabsHome").tabs();
	$('#container-1').tabs();
	$(".topics").tabs();

	// expand class
	$(".drop").parent("li").addClass("expand");


	var h = $("#topMenu .sep:first").parent().height();
	$("#topMenu .sep").height(h);

	//$("#download_now").tooltip({ effect: 'slide'});

	var Deals = $('div.HorizonTab > div');
	Deals.hide().filter(':first').show();

	$('div.HorizonTab ul.Deals a').click(function () {
		Deals.hide();
		Deals.filter(this.hash).show();
		$('div.HorizonTab ul.Deals a').removeClass('selected');

		$(this).addClass('selected');

		//Cufon.refresh();

		return false;
	}).filter(':first').click();


})

Cufon.replace('.HomeTitle h3',{ fontSize:'22px',fontFamily: '00370'});


