var $_GET = {};

document.location.search.replace(/\??(?:([^=]+)=([^&]*)&?)/g, function () {
    function decode(s) {
        return decodeURIComponent(s.split("+").join(" "));
    }
    $_GET[decode(arguments[1])] = decode(arguments[2]);
});

function changer() {
	alert('3');
	obl = $(this).find('select').val();
	mapa_id = obl;
	$('#mapa').attr('class', obl);
	$('#regions div').hide();
	$('#' + obl + '_div').show('fast', 'linear');
	$('#' + obl + '_div div').show('fast', 'linear');
	alert('3');
	return false;
	alert('4');
}

$(document).ready(
	function() {
		$('#p_menu .tech, #p_menu_next .tech, #p_menu_last .tech').click(function () {
			$('#p_menu_next, #teha').show();
			$('#p_menu, #ove, #p_menu_last, #access').hide();
		});
		$('#p_menu .main_info, #p_menu_next .main_info, #p_menu_last .main_info').click(function () {
			$('#p_menu, #ove').show();
			$('#p_menu_next, #teha, #p_menu_last, #access').hide();
		});
		$('#p_menu .accsess, #p_menu_next .accsess, #accsess .accsess').click(function () {
			$('#p_menu_last, #access').show();
			$('#p_menu_next, #teha, #p_menu, #ove').hide();
		});
		$('#map area').click(function () {
			$('#regions div').hide();
			$('#' + $(this).attr('id') + '_div').show('fast', 'linear');
			$('#' + $(this).attr('id') + '_div div').show('fast', 'linear');
		});
		$('#recepts_images a').click(function () {
			var id = $(this).find('img').attr('id').replace('foto_', '');
			id--;
			$('#slider').slider('option', 'value', id);
			switch (id) {
					case 0:
						$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat 0 0");
						$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
						$("#ingredients .scroll_rec ul li.start").css('color', '#818181').removeClass('active');
						$('#mainimg img').attr('src', $('#foto_1').attr('src').replace('thumb_', ''));
						$('.stages[id!="stage1_div"]').hide('fast', 'linear', function () {
							$('#stage1_div').show('fast', 'linear');
						});
						break;
					case 1:
						$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat -600px 0");
						$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
						$("#ingredients .scroll_rec ul li.first_sc").css('color', '#818181').removeClass('active');
						$('#mainimg img').attr('src', $('#foto_2').attr('src').replace('thumb_', ''));
						$('.stages[id!="stage2_div"]').hide('fast', 'linear', function () {
							$('#stage2_div').show('fast', 'linear');
						});
						break;
					case 2:
						$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat -1200px 0");
						$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
						$("#ingredients .scroll_rec ul li.second_sc").css('color', '#818181').removeClass('active');
						$('#mainimg img').attr('src', $('#foto_3').attr('src').replace('thumb_', ''));
						$('.stages[id!="stage3_div"]').hide('fast', 'linear', function () {
							$('#stage3_div').show('fast', 'linear');
						});
						break;
					case 3:
						$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat -1800px 0");
						$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
						$("#ingredients .scroll_rec ul li.last_sc").css('color', '#818181').removeClass('active');
						$('#mainimg img').attr('src', $('#foto_4').attr('src').replace('thumb_', ''));
						$('.stages[id!="stage4_div"]').hide('fast', 'linear', function () {
							$('#stage4_div').show('fast', 'linear');
						});
						break;
				}
			return false;
		});
		$('#slider').slider({
			min: 0,
			max: 3,
			change: function (e, ui) {
				switch (ui.value) {
					case 0:
						$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat 0 0");
						$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
						$("#ingredients .scroll_rec ul li.start").css('color', '#818181').removeClass('active');
						if ($('#foto_1').attr('src')) $('#mainimg img').attr('src', $('#foto_1').attr('src').replace('thumb_', ''));
						$('.stages[id!="stage1_div"]').hide('fast', 'linear', function () {
							$('#stage1_div').show('fast', 'linear');
						});
						break;
					case 1:
						$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat -600px 0");
						$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
						$("#ingredients .scroll_rec ul li.first_sc").css('color', '#818181').removeClass('active');
						if ($('#foto_2').attr('src')) $('#mainimg img').attr('src', $('#foto_2').attr('src').replace('thumb_', ''));
						$('.stages[id!="stage2_div"]').hide('fast', 'linear', function () {
							$('#stage2_div').show('fast', 'linear');
						});
						break;
					case 2:
						$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat -1200px 0");
						$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
						$("#ingredients .scroll_rec ul li.second_sc").css('color', '#818181').removeClass('active');
						if ($('#foto_3').attr('src')) $('#mainimg img').attr('src', $('#foto_3').attr('src').replace('thumb_', ''));
						$('.stages[id!="stage3_div"]').hide('fast', 'linear', function () {
							$('#stage3_div').show('fast', 'linear');
						});
						break;
					case 3:
						$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat -1800px 0");
						$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
						$("#ingredients .scroll_rec ul li.last_sc").css('color', '#818181').removeClass('active');
						if ($('#foto_4').attr('src')) $('#mainimg img').attr('src', $('#foto_4').attr('src').replace('thumb_', ''));
						$('.stages[id!="stage4_div"]').hide('fast', 'linear', function () {
							$('#stage4_div').show('fast', 'linear');
						});
						break;
				}
			}
		});
		$("#ingredients .scroll_rec ul li.start").click(function () {
			$('#slider').slider('option', 'value', '0');
			$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat 0 0");
			$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
			$("#ingredients .scroll_rec ul li.start").css('color', '#818181').removeClass('active');
			if ($('#foto_1').attr('src')) $('#mainimg img').attr('src', $('#foto_1').attr('src').replace('thumb_', ''));
			$('.stages[id!="stage1_div"]').hide('fast', 'linear', function () {
				$('#stage1_div').show('fast', 'linear');
			});
		});
		$("#ingredients .scroll_rec ul li.first_sc").click(function () {
			$('#slider').slider('option', 'value', '1');
			$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat -600px 0");
			$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
			$("#ingredients .scroll_rec ul li.first_sc").css('color', '#818181').removeClass('active');
			if ($('#foto_2').attr('src')) $('#mainimg img').attr('src', $('#foto_2').attr('src').replace('thumb_', ''));
			$('.stages[id!="stage2_div"]').hide('fast', 'linear', function () {
				$('#stage2_div').show('fast', 'linear');
			});
		});
		$("#ingredients .scroll_rec ul li.second_sc").click(function () {
			$('#slider').slider('option', 'value', '2');
			$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat -1200px 0");
			$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
			$("#ingredients .scroll_rec ul li.second_sc").css('color', '#818181').removeClass('active');
			if ($('#foto_3').attr('src')) $('#mainimg img').attr('src', $('#foto_3').attr('src').replace('thumb_', ''));
			$('.stages[id!="stage3_div"]').hide('fast', 'linear', function () {
				$('#stage3_div').show('fast', 'linear');
			});
		});
		$("#ingredients .scroll_rec ul li.last_sc").click(function () {
			$('#slider').slider('option', 'value', '3');
			$("#ingredients .scroll_rec ").css("background", "url('/templates/whirlpool/img/slider_bg.jpg') no-repeat -1800px 0");
			$("#ingredients .scroll_rec ul li").css('color', '#5585B0').removeClass('active').addClass('active');
			$("#ingredients .scroll_rec ul li.last_sc").css('color', '#818181').removeClass('active');
			if ($('#foto_4').attr('src')) $('#mainimg img').attr('src', $('#foto_4').attr('src').replace('thumb_', ''));
			$('.stages[id!="stage4_div"]').hide('fast', 'linear', function () {
				$('#stage4_div').show('fast', 'linear');
			});
		});
		$('#sorter').change(function () {
			window.location.href = window.location.href.split('?')[0] + '?sort=' + $(this).val() + ($_GET['page'] ? '&page=' + $_GET['page'] : '');
		});
		$('#find').click(function (event) {
			event.preventDefault();
			obl = $(this).parent().find('select').val();
			mapa_id = obl;
			$('#mapa').attr('class', obl);
			$('#regions div').hide();
			$('#' + obl + '_div').show('fast', 'linear');
			$('#' + obl + '_div div').show('fast', 'linear');
		});
		/*$('#find_form').submit(function (event) {
			event.preventDefault();
			obl = $(this).find('select').val();
			mapa_id = obl;
			$('#mapa').attr('class', obl);
			$('#regions div').hide();
			$('#' + obl + '_div').show('fast', 'linear');
			$('#' + obl + '_div div').show('fast', 'linear');
			return false;
		});
		$('#region').change(function (event) {
			event.preventDefault();
			obl = $(this).val();
			mapa_id = obl;
			$('#mapa').attr('class', obl);
			$('#regions div').hide();
			$('#' + obl + '_div').show('fast', 'linear');
			$('#' + obl + '_div div').show('fast', 'linear');
			return false;
		});*/
	}
)

